C# Class GeometryGym.Ifc.IfcBeamType

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

Méthodes publiques

Méthode Description
IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

Méthode Description
IfcBeamType ( ) : System
IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
Parse ( string strDef ) : IfcBeamType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcBeamType t, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcBeamType() public méthode

public IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
m DatabaseIfc
name string
type IfcBeamTypeEnum
Résultat System

IfcBeamType() public méthode

public IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
name string
mp IfcMaterialProfile
type IfcBeamTypeEnum
Résultat System

IfcBeamType() public méthode

public IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System
name string
ps GeometryGym.Ifc.IfcMaterialProfileSet
type IfcBeamTypeEnum
Résultat System