C# Class GeometryGym.Ifc.IfcDoor

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

Méthodes publiques

Méthode Description
IfcDoor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len, ReleaseVersion schema ) : void

Private Methods

Méthode Description
IfcDoor ( ) : System
IfcDoor ( DatabaseIfc db, IfcDoor d ) : System
Parse ( string str, ReleaseVersion schema ) : IfcDoor
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcDoor() public méthode

public IfcDoor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
Résultat System

Parse() protected méthode

protected Parse ( string str, int &pos, int len, ReleaseVersion schema ) : void
str string
pos int
len int
schema ReleaseVersion
Résultat void