C# 클래스 GeometryGym.Ifc.IfcElementComponent

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

보호된 메소드들

메소드 설명
IfcElementComponent ( ) : System
IfcElementComponent ( DatabaseIfc db, IfcElementComponent c ) : System
IfcElementComponent ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
parseFields ( IfcElementComponent c, List arrFields, int &ipos ) : void

메소드 상세

IfcElementComponent() 보호된 메소드

protected IfcElementComponent ( ) : System
리턴 System

IfcElementComponent() 보호된 메소드

protected IfcElementComponent ( DatabaseIfc db, IfcElementComponent c ) : System
db DatabaseIfc
c IfcElementComponent
리턴 System

IfcElementComponent() 보호된 메소드

protected IfcElementComponent ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
리턴 System

parseFields() 보호된 정적인 메소드

protected static parseFields ( IfcElementComponent c, List arrFields, int &ipos ) : void
c IfcElementComponent
arrFields List
ipos int
리턴 void