CADability dotNET
The 2d-curve is assumed to reside in plane "fromPlane". It will be projected perpendicular onto the plane "toPlane".

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

Syntax

C#
ICurve2D Project(
	Plane fromPlane,
	Plane toPlane
)
Visual Basic
Function Project ( _
	fromPlane As Plane, _
	toPlane As Plane _
) As ICurve2D
Visual C++
ICurve2D^ Project(
	Plane fromPlane, 
	Plane toPlane
)

Parameters

fromPlane
Type: CADability..::..Plane
the containing plane
toPlane
Type: CADability..::..Plane
the projection plane

Return Value

the projected curve

See Also