CADability dotNET
Expands the bounding cube by the given value in all directions.

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

Syntax

C#
public void Expand(
	double w
)
Visual Basic
Public Sub Expand ( _
	w As Double _
)
Visual C++
public:
void Expand(
	double w
)

Parameters

w
Type: System..::..Double
offset to expand with

See Also