C# Class GeometryGym.Ifc.IfcElementType

Inheritance: IfcTypeProduct
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
GenerateMappedItemElement ( IfcProduct container, IfcCartesianTransformationOperator transform ) : IfcElement

Protected Methods

Method 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

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

GenerateMappedItemElement() public method

public GenerateMappedItemElement ( IfcProduct container, IfcCartesianTransformationOperator transform ) : IfcElement
container IfcProduct
transform IfcCartesianTransformationOperator
return IfcElement

IfcElementType() protected method

protected IfcElementType ( ) : System
return System

IfcElementType() protected method

protected IfcElementType ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcElementType() protected method

protected IfcElementType ( DatabaseIfc db, IfcElementType t ) : System
db DatabaseIfc
t IfcElementType
return System

IfcElementType() protected method

protected IfcElementType ( IfcElementType basis ) : System
basis IfcElementType
return System

parseFields() protected static method

protected static parseFields ( IfcElementType t, List arrFields, int &ipos ) : void
t IfcElementType
arrFields List
ipos int
return void

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
return void