C# Class GeometryGym.Ifc.IfcCurveSegment2D

Inheritance: IfcBoundedCurve
Show file Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcCurveSegment2D ( ) : System
IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System
IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, List prime ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcCurveSegment2D() protected method

protected IfcCurveSegment2D ( ) : System
return System

IfcCurveSegment2D() protected method

protected IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System
db DatabaseIfc
p IfcCurveSegment2D
return System

IfcCurveSegment2D() protected method

protected IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System
start IfcCartesianPoint
startDirection double
length double
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, List prime ) : void
obj JObject
host BaseClassIfc
prime List
return void