C# Class GeometryGym.Ifc.IfcExternalReference

Inheritance: BaseClassIfc, IfcLightDistributionDataSourceSelect, IfcResourceObjectSelect
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcExternalReference ( ) : System
IfcExternalReference ( DatabaseIfc db ) : System
IfcExternalReference ( DatabaseIfc db, IfcExternalReference r ) : System
parseFields ( IfcExternalReference r, List arrFields, int &ipos ) : 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

IfcExternalReference() protected méthode

protected IfcExternalReference ( ) : System
Résultat System

IfcExternalReference() protected méthode

protected IfcExternalReference ( DatabaseIfc db ) : System
db DatabaseIfc
Résultat System

IfcExternalReference() protected méthode

protected IfcExternalReference ( DatabaseIfc db, IfcExternalReference r ) : System
db DatabaseIfc
r IfcExternalReference
Résultat System

parseFields() protected static méthode

protected static parseFields ( IfcExternalReference r, List arrFields, int &ipos ) : void
r IfcExternalReference
arrFields List
ipos 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