C# Class GeometryGym.Ifc.IfcWindow

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

Méthodes publiques

Méthode Description
IfcWindow ( 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
IfcWindow ( ) : System
IfcWindow ( DatabaseIfc db, IfcWindow w ) : System
Parse ( string str, ReleaseVersion schema ) : IfcWindow

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcWindow() public méthode

public IfcWindow ( 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