Box.Expand Method
Parent Object: BoxDescription
Expands the Box on all sides by the specified distance.
Syntax
Box.Expand( Distance As Double )Parameters
Name | Type | Description |
Distance | Double | Input Double that defines the distance by which to expand the box. |
Samples
Name | Description |
Create primitive BRep | This sample demonstrates the creation of primitive (solid) BRep. |