C# Class GeometryGym.Ifc.IfcArbitraryProfileDefWithVoids

Inheritance: IfcArbitraryClosedProfileDef
Datei anzeigen Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, IfcCurve inner ) : System
IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, List inner ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcArbitraryProfileDefWithVoids ( ) : System
IfcArbitraryProfileDefWithVoids ( DatabaseIfc db, IfcArbitraryProfileDefWithVoids p ) : System
Parse ( string strDef ) : IfcArbitraryProfileDefWithVoids
parseFields ( IfcArbitraryProfileDefWithVoids p, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcArbitraryProfileDefWithVoids() public method

public IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, IfcCurve inner ) : System
name string
perim IfcBoundedCurve
inner IfcCurve
return System

IfcArbitraryProfileDefWithVoids() public method

public IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, List inner ) : System
name string
perim IfcBoundedCurve
inner List
return System