C# Class GeometryGym.Ifc.IfcAirTerminalType

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

Public Methods

Method Description
IfcAirTerminalType ( DatabaseIfc m, string name, IfcAirTerminalTypeEnum type ) : System

Protected Methods

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

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAirTerminalType() public method

public IfcAirTerminalType ( DatabaseIfc m, string name, IfcAirTerminalTypeEnum type ) : System
m DatabaseIfc
name string
type IfcAirTerminalTypeEnum
return System

setJSON() protected method

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