CADability dotNET

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

Syntax

C#
public override ICurve2D Project(
	Plane fromPlane,
	Plane toPlane
)
Visual Basic
Public Overrides Function Project ( _
	fromPlane As Plane, _
	toPlane As Plane _
) As ICurve2D
Visual C++
public:
virtual ICurve2D^ Project(
	Plane fromPlane, 
	Plane toPlane
) override

Parameters

fromPlane
Type: CADability..::..Plane
toPlane
Type: CADability..::..Plane

Return Value

Implements

ICurve2D..::..Project(Plane, Plane)

See Also