CADability dotNET
Returns a 2d modification, that transforms from the coordinate system of the first plane to the coordinate system of the second plane. If the planes ar not coincident, the first plane is projected onto the second plane.

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

Syntax

C#
public static ModOp2D PlaneToplane(
	Plane FromPlane,
	Plane ToPlane
)
Visual Basic
Public Shared Function PlaneToplane ( _
	FromPlane As Plane, _
	ToPlane As Plane _
) As ModOp2D
Visual C++
public:
static ModOp2D PlaneToplane(
	Plane FromPlane, 
	Plane ToPlane
)

Parameters

FromPlane
Type: CADability..::..Plane
Source plane
ToPlane
Type: CADability..::..Plane
Destination plane

Return Value

See above

See Also