GET FACE EXTENTS
From Macros Wiki
Jump to navigationJump to search
Command
- GET_FACE_EXTENTS <solid number> <face number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax>
- Get the extents (min/max) of a face on a solid.
Parameters
- <solid number>
- Solid number.
- <face number>
- Face 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_FACE_EXTENTS 3, 28, xmin, ymin, zmin, xmax, ymax, zmax