C# Class GeometryGym.Ifc.IfcEdgeFeature

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcEdgeFeature ( ) : System
IfcEdgeFeature ( DatabaseIfc db, IfcEdgeFeature f ) : System
parseFields ( IfcEdgeFeature f, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcEdgeFeature() protected method

protected IfcEdgeFeature ( ) : System
return System

IfcEdgeFeature() protected method

protected IfcEdgeFeature ( DatabaseIfc db, IfcEdgeFeature f ) : System
db DatabaseIfc
f IfcEdgeFeature
return System

parseFields() protected static method

protected static parseFields ( IfcEdgeFeature f, List arrFields, int &ipos ) : void
f IfcEdgeFeature
arrFields List
ipos int
return void