Description Provides a shorthand method of setting trimming volume outer boundary minimum and maximum values.
Syntax SetTrimVolMinMax n, xmin, xmax, ymin, ymax, zmin, zmax, shape
Parameters n as Long Node number of entity.
xmin As Double Minimum x coordinate of trimming volume outer boundary.
xmax As Double Maximum x coordinate of trimming volume outer boundary.
ymin As Double Minimum y coordinate of trimming volume outer boundary.
ymax As Double Maximum y coordinate of trimming volume outer boundary.
zmin As Double Minimum z coordinate of trimming volume outer boundary.
zmax As Double Maximum z coordinate of trimming volume outer boundary.
shape As String Trimming volume outer boundary shape. Possible values are "Box", "Cylinder" or "Ellipsoid".
Remarks SetTrimVolMinMax is a shorthand method of setting trimming volume outer boundary minimum and maximum values. This command does not require the use of T_TRIMVOLUME. If there is a problem, the subroutine generates an error and does not setting trimming volume outer boundary minimum and maximum.
See Also Examples
|