C# Class GeometryGym.Ifc.IfcDoor

Inheritance: IfcBuildingElement
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcDoor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System

Protected Methods

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

Private Methods

Method 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 method

protected BuildStringSTEP ( ) : string
return string

IfcDoor() public method

public IfcDoor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
return System

Parse() protected method

protected Parse ( string str, int &pos, int len, ReleaseVersion schema ) : void
str string
pos int
len int
schema ReleaseVersion
return void