C# Class GeometryGym.Ifc.IfcAlignment2DHorizontalSegment

Inheritance: IfcAlignment2DSegment
ファイルを表示 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
IfcAlignment2DHorizontalSegment ( ) : System
IfcAlignment2DHorizontalSegment ( IfcAlignment2DHorizontalSegment p ) : System
IfcAlignment2DHorizontalSegment ( bool tangential, string startTag, string endTag, IfcCurveSegment2D seg ) : System
Parse ( string strDef ) : IfcAlignment2DHorizontalSegment
parseFields ( IfcAlignment2DHorizontalSegment s, 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