C# Class GeometryGym.Ifc.IfcIShapeProfileDef

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

Private Properties

Property Type Description
IfcIShapeProfileDef System
IfcIShapeProfileDef System
Parse IfcIShapeProfileDef
ParseXml void
SetXML void
parseFields void
parseJObject void

Public Methods

Method Description
IfcIShapeProfileDef ( DatabaseIfc m, string name, double overallDepth, double overalWidth, double webThickness, double flangeThickness, double filletRadius ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcIShapeProfileDef() public method

public IfcIShapeProfileDef ( DatabaseIfc m, string name, double overallDepth, double overalWidth, double webThickness, double flangeThickness, double filletRadius ) : System
m DatabaseIfc
name string
overallDepth double
overalWidth double
webThickness double
flangeThickness double
filletRadius double
return System

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
return void