C# Class GeometryGym.Ifc.IfcAirTerminalType

Inheritance: IfcFlowTerminalType
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcAirTerminalType ( DatabaseIfc m, string name, IfcAirTerminalTypeEnum type ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcAirTerminalType() public méthode

public IfcAirTerminalType ( DatabaseIfc m, string name, IfcAirTerminalTypeEnum type ) : System
m DatabaseIfc
name string
type IfcAirTerminalTypeEnum
Résultat System

setJSON() protected méthode

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Résultat void