C# Class GeometryGym.Ifc.IfcAlignment2DSegment

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcAlignment2DSegment ( ) : System
IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
IfcAlignment2DSegment ( IfcAlignment2DSegment s ) : System
parseFields ( IfcAlignment2DSegment a, List arrFields, int &ipos ) : void
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAlignment2DSegment() protected method

protected IfcAlignment2DSegment ( ) : System
return System

IfcAlignment2DSegment() protected method

protected IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
m DatabaseIfc
tangential bool
startTag string
endTag string
return System

IfcAlignment2DSegment() protected method

protected IfcAlignment2DSegment ( IfcAlignment2DSegment s ) : System
s IfcAlignment2DSegment
return System

parseFields() protected static method

protected static parseFields ( IfcAlignment2DSegment a, List arrFields, int &ipos ) : void
a IfcAlignment2DSegment
arrFields List
ipos int
return void

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