C# Class GeometryGym.Ifc.IfcAlignment2DVerticalSegment

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcAlignment2DVerticalSegment ( ) : System
IfcAlignment2DVerticalSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient ) : System
IfcAlignment2DVerticalSegment ( IfcAlignment2DVerticalSegment s ) : System
parseFields ( IfcAlignment2DVerticalSegment s, 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

IfcAlignment2DVerticalSegment() protected method

protected IfcAlignment2DVerticalSegment ( ) : System
return System

IfcAlignment2DVerticalSegment() protected method

protected IfcAlignment2DVerticalSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient ) : System
m DatabaseIfc
tangential bool
startTag string
endTag string
startDist double
horizontalLength double
startHeight double
startGradient double
return System

IfcAlignment2DVerticalSegment() protected method

protected IfcAlignment2DVerticalSegment ( IfcAlignment2DVerticalSegment s ) : System
s IfcAlignment2DVerticalSegment
return System

parseFields() protected static method

protected static parseFields ( IfcAlignment2DVerticalSegment s, List arrFields, int &ipos ) : void
s IfcAlignment2DVerticalSegment
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