C# Class GeometryGym.Ifc.IfcUnitaryEquipment

Inheritance: IfcEnergyConversionDevice
Mostra file Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcUnitaryEquipment ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcUnitaryEquipment ( ) : System
IfcUnitaryEquipment ( DatabaseIfc db, IfcUnitaryEquipment e ) : System
Parse ( string strDef ) : IfcUnitaryEquipment
parseFields ( IfcUnitaryEquipment s, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcUnitaryEquipment() public method

public IfcUnitaryEquipment ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
system IfcDistributionSystem
return System

setJSON() protected method

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