C# 클래스 GeometryGym.Ifc.IfcBeamType

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

공개 메소드들

메소드 설명
IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string

비공개 메소드들

메소드 설명
IfcBeamType ( ) : System
IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
Parse ( string strDef ) : IfcBeamType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcBeamType t, List arrFields, int &ipos ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcBeamType() 공개 메소드

public IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
m DatabaseIfc
name string
type IfcBeamTypeEnum
리턴 System

IfcBeamType() 공개 메소드

public IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
name string
mp IfcMaterialProfile
type IfcBeamTypeEnum
리턴 System

IfcBeamType() 공개 메소드

public IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System
name string
ps GeometryGym.Ifc.IfcMaterialProfileSet
type IfcBeamTypeEnum
리턴 System