CADability dotNET
Orthogonally projects this curve into the given plane. Returns the 2D curve in the coordinate system of the given plane.

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

Syntax

C#
ICurve2D GetProjectedCurve(
	Plane p
)
Visual Basic
Function GetProjectedCurve ( _
	p As Plane _
) As ICurve2D
Visual C++
ICurve2D^ GetProjectedCurve(
	Plane p
)

Parameters

p
Type: CADability..::..Plane
The plane this curve will be projected on

Return Value

The 2D curve in the given plane

See Also