CADability dotNET
Initializes a new instance of the Plane class

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

Syntax

C#
public Plane(
	Plane basePlane,
	double offset
)
Visual Basic
Public Sub New ( _
	basePlane As Plane, _
	offset As Double _
)
Visual C++
public:
Plane(
	Plane basePlane, 
	double offset
)

Parameters

basePlane
Type: CADability..::..Plane
offset
Type: System..::..Double

See Also