C# 클래스 GeometryGym.Ifc.IfcExtrudedAreaSolid

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

공개 메소드들

메소드 설명
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

비공개 메소드들

메소드 설명
IfcExtrudedAreaSolid ( ) : System
IfcExtrudedAreaSolid ( DatabaseIfc db, IfcExtrudedAreaSolid e ) : System
Parse ( string str ) : IfcExtrudedAreaSolid
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcExtrudedAreaSolid() 공개 메소드

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
dir IfcDirection
depth double
리턴 System

IfcExtrudedAreaSolid() 공개 메소드

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
depth double
리턴 System

IfcExtrudedAreaSolid() 공개 메소드

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
prof IfcProfileDef
dir IfcDirection
depth double
리턴 System

IfcExtrudedAreaSolid() 공개 메소드

public IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System
prof IfcProfileDef
depth double
리턴 System

Parse() 보호된 메소드

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
리턴 void

setJSON() 보호된 메소드

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
리턴 void