C# Class GeometryGym.Ifc.IfcAlignment2DVerSegParabolicArc

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void

Private Methods

Method Description
IfcAlignment2DVerSegParabolicArc ( ) : System
IfcAlignment2DVerSegParabolicArc ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient, double radius, bool isConvex ) : System
IfcAlignment2DVerSegParabolicArc ( IfcAlignment2DVerSegParabolicArc p ) : System
Parse ( string strDef ) : IfcAlignment2DVerSegParabolicArc
parseFields ( IfcAlignment2DVerSegParabolicArc c, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

setJSON() protected method

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