GeometryGym.Ifc.IfcEdgeCurve.IfcEdgeCurve C# (CSharp) Method

IfcEdgeCurve() public method

public IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System
start IfcVertexPoint
end IfcVertexPoint
edge IfcCurve
sense bool
return 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