CADability dotNET
Standard and only constructor, wrapping the given Plane.

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

Syntax

C#
public PlaneRef(
	Plane p
)
Visual Basic
Public Sub New ( _
	p As Plane _
)
Visual C++
public:
PlaneRef(
	Plane p
)

Parameters

p
Type: CADability..::..Plane
The Plane to wrap

See Also