GeometryGym.Ifc.IfcEdgeCurve.IfcEdgeCurve C# (CSharp) Méthode

IfcEdgeCurve() private méthode

private IfcEdgeCurve ( ) : System
Résultat System
		internal IfcEdgeCurve() : base() { }
		internal IfcEdgeCurve(DatabaseIfc db, IfcEdgeCurve e) : base(db,e) { EdgeGeometry = db.Factory.Duplicate(e.EdgeGeometry) as IfcCurve; mSameSense = e.mSameSense; }

Same methods

IfcEdgeCurve::IfcEdgeCurve ( DatabaseIfc db, IfcEdgeCurve e ) : System
IfcEdgeCurve::IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System