C# Class GeometryGym.Ifc.IfcUShapeProfileDef

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

Public Methods

Method Description
IfcUShapeProfileDef ( DatabaseIfc m, string name, double depth, double flangeWidth, double webThickness, double flangeThickness ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcUShapeProfileDef() public method

public IfcUShapeProfileDef ( DatabaseIfc m, string name, double depth, double flangeWidth, double webThickness, double flangeThickness ) : System
m DatabaseIfc
name string
depth double
flangeWidth double
webThickness double
flangeThickness double
return System