C# Class GeometryGym.Ifc.IfcElementarySurface

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcElementarySurface ( ) : System
IfcElementarySurface ( DatabaseIfc db, IfcElementarySurface s ) : System
IfcElementarySurface ( IfcAxis2Placement3D placement ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode Description
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcElementarySurface() protected méthode

protected IfcElementarySurface ( ) : System
Résultat System

IfcElementarySurface() protected méthode

protected IfcElementarySurface ( DatabaseIfc db, IfcElementarySurface s ) : System
db DatabaseIfc
s IfcElementarySurface
Résultat System

IfcElementarySurface() protected méthode

protected IfcElementarySurface ( IfcAxis2Placement3D placement ) : System
placement IfcAxis2Placement3D
Résultat System

Parse() protected méthode

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
Résultat void

setJSON() protected méthode

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