C# Class GeometryGym.Ifc.IfcEdge

Inheritance: GeometryGym.Ifc.IfcTopologicalRepresentationItem
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes protégées

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

Private Methods

Méthode Description
IfcEdge ( ) : System
IfcEdge ( DatabaseIfc db, IfcEdge e ) : System
IfcEdge ( IfcVertex start, IfcVertex end ) : System
Parse ( string strDef ) : IfcEdge
parseFields ( IfcEdge e, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcEdge() protected méthode

protected IfcEdge ( DatabaseIfc db ) : System
db DatabaseIfc
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