C# Class GeometryGym.Ifc.IfcClothoidalArcSegment2D

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, List prime ) : void

Private Methods

Method Description
IfcClothoidalArcSegment2D ( ) : System
IfcClothoidalArcSegment2D ( DatabaseIfc db, IfcClothoidalArcSegment2D s ) : System
IfcClothoidalArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant ) : System
Parse ( string str ) : IfcClothoidalArcSegment2D

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

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 ( JObject obj, BaseClassIfc host, List prime ) : void
obj JObject
host BaseClassIfc
prime List
return void