C# Class GeometryGym.Ifc.IfcFooting

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
IfcFooting ( ) : System
IfcFooting ( DatabaseIfc db, IfcFooting f ) : System
Parse ( string str ) : IfcFooting

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcFooting() public method

public IfcFooting ( 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 ) : void
str string
pos int
len int
return void