C# Class GeometryGym.Ifc.IfcAlignment2DHorizontal

Inheritance: BaseClassIfc
ファイルを表示 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
IfcAlignment2DHorizontal ( ) : System
IfcAlignment2DHorizontal ( IfcAlignment2DHorizontal a ) : System
Parse ( string strDef ) : IfcAlignment2DHorizontal
parseFields ( IfcAlignment2DHorizontal a, 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