C# 클래스 GeometryGym.Ifc.IfcDistributionElement

상속: IfcElement
파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC 1 사용 예제들

공개 메소드들

메소드 설명
IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System

보호된 메소드들

메소드 설명
IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
IfcDistributionElement ( IfcDistributionElement basis ) : System

비공개 메소드들

메소드 설명
IfcDistributionElement ( ) : System
Parse ( string strDef ) : IfcDistributionElement
getSystem ( ) : IfcDistributionSystem
parseFields ( IfcDistributionElement e, List arrFields, int &ipos ) : void

메소드 상세

IfcDistributionElement() 보호된 메소드

protected IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
db DatabaseIfc
e IfcDistributionElement
리턴 System

IfcDistributionElement() 보호된 메소드

protected IfcDistributionElement ( IfcDistributionElement basis ) : System
basis IfcDistributionElement
리턴 System

IfcDistributionElement() 공개 메소드

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
리턴 System

IfcDistributionElement() 공개 메소드

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System
host IfcObjectDefinition
p IfcObjectPlacement
r IfcProductRepresentation
system IfcDistributionSystem
리턴 System