Skip to content

M_Rhino_Geometry_BoundingBox_Inflate

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BoundingBox.Inflate Method (Double)

Inflates the box with equal 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 amount
)

VB

Public Sub Inflate ( 
	amount As Double
)

Parameters

 

amount
Type: System.Double
Amount (in model units) to inflate this box in all directions.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Inflate Overload
Rhino.Geometry Namespace

Clone this wiki locally