C# Class GeometryGym.Ifc.IfcAirTerminal

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

Public Methods

Method Description
IfcAirTerminal ( 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
IfcAirTerminal ( ) : System
IfcAirTerminal ( DatabaseIfc db, IfcAirTerminal t ) : System
Parse ( string strDef ) : IfcAirTerminal
parseFields ( IfcAirTerminal s, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAirTerminal() public method

public IfcAirTerminal ( 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