BoxInflate Method (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 amount
)
Public Sub Inflate (
amount As Double
)
Parameters
- amount
- Type: SystemDouble
Amount (in model units) to inflate this box in all directions.
See Also