C# Class GeometryGym.Ifc.IfcWallType

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

Méthodes publiques

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

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcWallType() public méthode

public IfcWallType ( DatabaseIfc m, string name, IfcWallTypeEnum type ) : System
m DatabaseIfc
name string
type IfcWallTypeEnum
Résultat System

IfcWallType() public méthode

public IfcWallType ( string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type ) : System
name string
ls IfcMaterialLayerSet
type IfcWallTypeEnum
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