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

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
		public IfcEdgeCurve(IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense) : base(start, end) { mEdgeGeometry = edge.mIndex; mSameSense = sense; }
	//	internal IfcEdgeCurve(IfcBoundedCurve ec, IfcVertexPoint s, IfcVertexPoint e,bool sense) : base(s, e) { mEdgeGeometry = ec.mIndex; mSameSense = true; }

Same methods

IfcEdgeCurve::IfcEdgeCurve ( ) : System
IfcEdgeCurve::IfcEdgeCurve ( DatabaseIfc db, IfcEdgeCurve e ) : System