C# Class GeometryGym.Ifc.IfcDoorPanelProperties

Inheritance: GeometryGym.Ifc.IfcPreDefinedPropertySet
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcDoorPanelProperties ( ) : System
IfcDoorPanelProperties ( DatabaseIfc db, IfcDoorPanelProperties p ) : System
Parse ( string strDef ) : IfcDoorPanelProperties
parseFields ( IfcDoorPanelProperties p, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

setJSON() protected method

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