C# Class GeometryGym.Ifc.IfcExtrudedAreaSolid

Inheritance: IfcSweptAreaSolid
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcExtrudedAreaSolid() public method

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

IfcExtrudedAreaSolid() public method

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

IfcExtrudedAreaSolid() public method

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

IfcExtrudedAreaSolid() public method

public IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System
prof IfcProfileDef
depth double
return System

Parse() protected method

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

setJSON() protected method

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