M_Rhino_Geometry_BoundingBox_Inflate_1 - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Inflate Method (Double, Double, Double)

Inflate the box with custom amounts in all directions. Inflating with negative amounts may result in decreasing boxes. InValid boxes can not be inflated.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Inflate(
	double xAmount,
	double yAmount,
	double zAmount
)

VB

Public Sub Inflate ( 
	xAmount As Double,
	yAmount As Double,
	zAmount As Double
)

Parameters

 

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Inflate Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️