C# Class GeometryGym.Ifc.IfcQuantityWeight

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

Private Properties

Свойство Type Description
IfcQuantityWeight System
IfcQuantityWeight System
IfcQuantityWeight System
Parse IfcQuantityWeight
ParseXml void
SetXML void
parseFields void
parseJObject void

Méthodes protégées

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

Private Methods

Méthode Description
IfcQuantityWeight ( ) : System
IfcQuantityWeight ( DatabaseIfc db, IfcQuantityWeight q ) : System
IfcQuantityWeight ( DatabaseIfc db, string name, double weight ) : System
Parse ( string str, ReleaseVersion schema ) : IfcQuantityWeight
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcQuantityWeight q, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

setJSON() protected méthode

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