C# Class GeometryGym.Ifc.IfcLShapeProfileDef

Inheritance: IfcParameterizedProfileDef
显示文件 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcLShapeProfileDef ( DatabaseIfc db, string name, double depth, double width, double thickness, double filletRadius, double edgeRadius, double legSlope ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcLShapeProfileDef ( ) : System
IfcLShapeProfileDef ( DatabaseIfc db, IfcLShapeProfileDef p ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcLShapeProfileDef
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcLShapeProfileDef p, List arrFields, int &ipos, ReleaseVersion schema ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcLShapeProfileDef() public method

public IfcLShapeProfileDef ( DatabaseIfc db, string name, double depth, double width, double thickness, double filletRadius, double edgeRadius, double legSlope ) : System
db DatabaseIfc
name string
depth double
width double
thickness double
filletRadius double
edgeRadius double
legSlope double
return System