Description Provides a shorthand method of retrieving trimming volume hole specifications.
Syntax GetTrimVolHole n, xsemi, ysemi, xcen, ycen, shape
Parameters n as Long Node number of entity.
xsemi As Double Return value for x-semiwidth of trimming volume hole.
ysemi As Double Return value for y-semiwidth of trimming volume hole.
xcen As Double Return value for x-coordinate of trimming volume hole center.
ycen As Double Return value for y-coordinate of trimming volume hole center.
shape As String Return value for trimming volume hole shape. Possible values are "Box", "Cylinder" or "Ellipsoid".
Remarks GetTrimVolHole is a shorthand method of retrieving trimming volume hole specifications. This command does not require the use of T_TRIMVOLUME. Note, however, that this command does not return outer trimming volume specifications. If there is a problem, the subroutine generates an error and does not return trimming volume hole specifications.
See Also
Examples
|