GET SOLID SHRINK WRAP BOX

From Macros Wiki
Revision as of 21:04, 2 March 2020 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_SOLID_SHRINK_WRAP_BOX <solid number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax> |description=:Get the size of a box that wou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_SOLID_SHRINK_WRAP_BOX <solid number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax>


Get the size of a box that would be created by the shrink wrap command to fully enclose a solid.

Parameters

<solid number>
Solid number.
<xmin>
The name of a numeric variable to be set to the minimum X value.
<ymin>
The name of a numeric variable to be set to the minimum Y value.
<zmin>
The name of a numeric variable to be set to the minimum Z value.
<xmax>
The name of a numeric variable to be set to the maximum X value.
<ymax>
The name of a numeric variable to be set to the maximum Y value.
<zmax>
The name of a numeric variable to be set to the maximum Z value.

Example

GET_SSHRINK_WRAP_BOX 3, xmin, ymin, zmin, xmax, ymax, zmax