CADability dotNET
Returns the plane given in parameter p expressed in the coordinate system of this plane

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

Syntax

C#
public Plane ToLocal(
	Plane p
)
Visual Basic
Public Function ToLocal ( _
	p As Plane _
) As Plane
Visual C++
public:
Plane ToLocal(
	Plane p
)

Parameters

p
Type: CADability..::..Plane
plane in global system

Return Value

plane in local system

See Also