C# Class GeometryGym.Ifc.IfcAdvancedFace

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

Public Methods

Method Description
IfcAdvancedFace ( IfcFaceOuterBound outer, IfcFaceBound inner, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
IfcAdvancedFace ( IfcFaceOuterBound bound, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
IfcAdvancedFace ( List bounds, GeometryGym.Ifc.IfcSurface f, bool sense ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcAdvancedFace ( ) : System
IfcAdvancedFace ( DatabaseIfc db, IfcAdvancedFace f ) : System
Parse ( string strDef ) : IfcAdvancedFace
parseFields ( IfcAdvancedFace f, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAdvancedFace() public method

public IfcAdvancedFace ( IfcFaceOuterBound outer, IfcFaceBound inner, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
outer IfcFaceOuterBound
inner IfcFaceBound
f GeometryGym.Ifc.IfcSurface
sense bool
return System

IfcAdvancedFace() public method

public IfcAdvancedFace ( IfcFaceOuterBound bound, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
bound IfcFaceOuterBound
f GeometryGym.Ifc.IfcSurface
sense bool
return System

IfcAdvancedFace() public method

public IfcAdvancedFace ( List bounds, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
bounds List
f GeometryGym.Ifc.IfcSurface
sense bool
return System