C# Class GeometryGym.Ifc.IfcFeatureElementAddition

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

Protected Methods

Method Description
IfcFeatureElementAddition ( ) : System
IfcFeatureElementAddition ( DatabaseIfc db, IfcFeatureElementAddition e ) : System
parseFields ( IfcFeatureElementAddition e, List arrFields, int &ipos ) : void

Method Details

IfcFeatureElementAddition() protected method

protected IfcFeatureElementAddition ( ) : System
return System

IfcFeatureElementAddition() protected method

protected IfcFeatureElementAddition ( DatabaseIfc db, IfcFeatureElementAddition e ) : System
db DatabaseIfc
e IfcFeatureElementAddition
return System

parseFields() protected static method

protected static parseFields ( IfcFeatureElementAddition e, List arrFields, int &ipos ) : void
e IfcFeatureElementAddition
arrFields List
ipos int
return void