C# Class GeometryGym.Ifc.IfcValveType

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

Méthodes publiques

Méthode Description
IfcValveType ( DatabaseIfc m, string name, IfcValveTypeEnum 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
IfcValveType ( ) : System
IfcValveType ( DatabaseIfc db, IfcValveType t ) : System
Parse ( string strDef ) : IfcValveType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcValveType t, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcValveType() public méthode

public IfcValveType ( DatabaseIfc m, string name, IfcValveTypeEnum type ) : System
m DatabaseIfc
name string
type IfcValveTypeEnum
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