CADability dotNET
Gets the 3D curve of this edge. Dont modify this curve or the edge will be in an inconsistent state.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public ICurve Curve3D { get; }
Visual Basic
Public ReadOnly Property Curve3D As ICurve
	Get
Visual C++
public:
property ICurve^ Curve3D {
	ICurve^ get ();
}

See Also