C# Class GeometryGym.Ifc.IfcAnnotationFillArea

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

Méthodes publiques

Méthode Description
IfcAnnotationFillArea ( IfcCurve outerBoundary ) : System
IfcAnnotationFillArea ( IfcCurve outerBoundary, List innerBoundaries ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode Description
IfcAnnotationFillArea ( ) : System
IfcAnnotationFillArea ( DatabaseIfc db, IfcAnnotationFillArea a ) : System
Parse ( string strDef ) : IfcAnnotationFillArea
parseFields ( IfcAnnotationFillArea a, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcAnnotationFillArea() public méthode

public IfcAnnotationFillArea ( IfcCurve outerBoundary ) : System
outerBoundary IfcCurve
Résultat System

IfcAnnotationFillArea() public méthode

public IfcAnnotationFillArea ( IfcCurve outerBoundary, List innerBoundaries ) : System
outerBoundary IfcCurve
innerBoundaries List
Résultat System

setJSON() protected méthode

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Résultat void