C# Class GeometryGym.Ifc.IfcWindow

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

Public Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcWindow() public method

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