Click or drag to resize

BoxInflate Method (Double, Double, Double)

Inflates the box by a given offset in each direction. Inflating with negative amounts may result in decreasing boxes. InValid boxes cannot be inflated.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void Inflate(
	double xAmount,
	double yAmount,
	double zAmount
)

Parameters

xAmount
Type: SystemDouble
Amount (in model units) to inflate this box in the x direction.
yAmount
Type: SystemDouble
Amount (in model units) to inflate this box in the y direction.
zAmount
Type: SystemDouble
Amount (in model units) to inflate this box in the z direction.
See Also