C# Class GeometryGym.Ifc.IfcIShapeProfileDef

Inheritance: IfcParameterizedProfileDef
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Private Properties

Свойство Type Description
IfcIShapeProfileDef System
IfcIShapeProfileDef System
Parse IfcIShapeProfileDef
ParseXml void
SetXML void
parseFields void
parseJObject void

Méthodes publiques

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcIShapeProfileDef() public méthode

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
Résultat System

setJSON() protected méthode

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Résultat void