C# Class GeometryGym.Ifc.IfcEdgeCurve

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

Public Methods

Method Description
IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcEdgeCurve ( ) : System
IfcEdgeCurve ( DatabaseIfc db, IfcEdgeCurve e ) : System
Parse ( string strDef ) : IfcEdgeCurve
parseFields ( IfcEdgeCurve e, List arrFields, int &ipos ) : void
postParseRelate ( ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcEdgeCurve() public method

public IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System
start IfcVertexPoint
end IfcVertexPoint
edge IfcCurve
sense bool
return System