C# Class GeometryGym.Ifc.IfcAdvancedFace

Inheritance: IfcFaceSurface
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcAdvancedFace() public méthode

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

IfcAdvancedFace() public méthode

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

IfcAdvancedFace() public méthode

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