C# Class GeometryGym.Ifc.IfcIndexedPolyCurve

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

Public Methods

Method Description
IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System

Protected Methods

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

Private Methods

Method Description
Convert ( DatabaseIfc db, PolyCurve polycurve, bool twoD ) : IfcIndexedPolyCurve
IfcIndexedPolyCurve ( ) : System
IfcIndexedPolyCurve ( DatabaseIfc db, IfcIndexedPolyCurve c ) : System
Parse ( string str ) : IfcIndexedPolyCurve
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
changeSchema ( ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcIndexedPolyCurve() public method

public IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
pl IfcCartesianPointList
return System

IfcIndexedPolyCurve() public method

public IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System
pl IfcCartesianPointList
segs List
return System

setJSON() protected method

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