CADability dotNET
Returns a plane parallel to this plane with the given offset

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

Syntax

C#
public Plane Offset(
	double dist
)
Visual Basic
Public Function Offset ( _
	dist As Double _
) As Plane
Visual C++
public:
Plane Offset(
	double dist
)

Parameters

dist
Type: System..::..Double
the offset

Return Value

the parallel plane

See Also