CADability dotNET
Returns the projection of the given curve in 2D coordinates. Should only be used for curves that are close to the surface.

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

Syntax

C#
ICurve2D GetProjectedCurve(
	ICurve curve,
	double precision
)
Visual Basic
Function GetProjectedCurve ( _
	curve As ICurve, _
	precision As Double _
) As ICurve2D
Visual C++
ICurve2D^ GetProjectedCurve(
	ICurve^ curve, 
	double precision
)

Parameters

curve
Type: CADability.GeoObject..::..ICurve
precision
Type: System..::..Double

Return Value

See Also