C# Class GeometryGym.Ifc.IfcCircularArcSegment2D

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
IfcCircularArcSegment2D ( ) : System
IfcCircularArcSegment2D ( DatabaseIfc db, IfcCircularArcSegment2D s ) : System
IfcCircularArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW ) : System
Parse ( string str ) : IfcCircularArcSegment2D

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