C# Class GeometryGym.Ifc.IfcArbitraryClosedProfileDef

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

Public Methods

Method Description
IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System

Protected Methods

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

Private Methods

Method Description
IfcArbitraryClosedProfileDef ( ) : System
IfcArbitraryClosedProfileDef ( DatabaseIfc db, IfcArbitraryClosedProfileDef p ) : System
Parse ( string strDef ) : IfcArbitraryClosedProfileDef
changeSchema ( ReleaseVersion schema ) : void
parseFields ( IfcArbitraryClosedProfileDef p, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcArbitraryClosedProfileDef() public method

public IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System
name string
boundedCurve IfcBoundedCurve
return System

setJSON() protected method

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