C# Class GeometryGym.Ifc.IfcEdgeCurve

Inheritance: IfcEdge, IfcCurveOrEdgeCurve
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcEdgeCurve() public méthode

public IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System
start IfcVertexPoint
end IfcVertexPoint
edge IfcCurve
sense bool
Résultat System