C# Class GeometryGym.Ifc.IfcBSplineCurve

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcBSplineCurve ( ) : System
IfcBSplineCurve ( DatabaseIfc db, IfcBSplineCurve c ) : System
IfcBSplineCurve ( DatabaseIfc m, NurbsCurve nonRationalCurve, bool twoD ) : System
IfcBSplineCurve ( int degree, List controlPoints, IfcBSplineCurveForm form ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcBSplineCurve ( DatabaseIfc db, int degree, IfcBSplineCurveForm form ) : System

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcBSplineCurve() protected method

protected IfcBSplineCurve ( ) : System
return System

IfcBSplineCurve() protected method

protected IfcBSplineCurve ( DatabaseIfc db, IfcBSplineCurve c ) : System
db DatabaseIfc
c IfcBSplineCurve
return System

IfcBSplineCurve() protected method

protected IfcBSplineCurve ( DatabaseIfc m, NurbsCurve nonRationalCurve, bool twoD ) : System
m DatabaseIfc
nonRationalCurve NurbsCurve
twoD bool
return System

IfcBSplineCurve() protected method

protected IfcBSplineCurve ( int degree, List controlPoints, IfcBSplineCurveForm form ) : System
degree int
controlPoints List
form IfcBSplineCurveForm
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void

setJSON() protected method

protected setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void
obj Newtonsoft.Json.Linq.JObject
host BaseClassIfc
processed HashSet
return void