C# Class GeometryGym.Ifc.IfcElementType

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

Méthodes publiques

Méthode Description
GenerateMappedItemElement ( IfcProduct container, IfcCartesianTransformationOperator transform ) : IfcElement

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcElementType ( ) : System
IfcElementType ( DatabaseIfc db ) : System
IfcElementType ( DatabaseIfc db, IfcElementType t ) : System
IfcElementType ( IfcElementType basis ) : System
parseFields ( IfcElementType t, 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

GenerateMappedItemElement() public méthode

public GenerateMappedItemElement ( IfcProduct container, IfcCartesianTransformationOperator transform ) : IfcElement
container IfcProduct
transform IfcCartesianTransformationOperator
Résultat IfcElement

IfcElementType() protected méthode

protected IfcElementType ( ) : System
Résultat System

IfcElementType() protected méthode

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

IfcElementType() protected méthode

protected IfcElementType ( DatabaseIfc db, IfcElementType t ) : System
db DatabaseIfc
t IfcElementType
Résultat System

IfcElementType() protected méthode

protected IfcElementType ( IfcElementType basis ) : System
basis IfcElementType
Résultat System

parseFields() protected static méthode

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