C# Class GeometryGym.Ifc.IfcUnitaryEquipmentType

Inheritance: IfcEnergyConversionDeviceType
Datei anzeigen Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcUnitaryEquipmentType ( DatabaseIfc m, string name, IfcUnitaryEquipmentTypeEnum type ) : System

Protected Methods

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

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcUnitaryEquipmentType() public method

public IfcUnitaryEquipmentType ( DatabaseIfc m, string name, IfcUnitaryEquipmentTypeEnum type ) : System
m DatabaseIfc
name string
type IfcUnitaryEquipmentTypeEnum
return System

setJSON() protected method

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