CADability dotNET
Creates a new plane parallel to a [!:Standardplane] with a given offset

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

Syntax

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

Parameters

std
Type: CADability..::..Plane..::..StandardPlane
the standard plane
offset
Type: System..::..Double
the offset to the standard plane

See Also