Box.Inflate Method (Double, Double, Double)

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)
Syntax
public void Inflate(
	double xAmount,
	double yAmount,
	double zAmount
)
Public Sub Inflate ( 
	xAmount As Double,
	yAmount As Double,
	zAmount As Double
)

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also