Shifts a plane along its normal and/or scales the size of the plane in the graphical view.
Input Arguments
0 |
Collection Object Name |
Plane |
The plane to modify. |
1 |
Double |
Shift Along Normal |
The amount to shift the plane along its normal. Negative values are permitted and will shift the plane in the direction opposite its normal. |
2 |
Double |
Grow Bounds by Factor |
A scale factor to apply to modify the size (bounds) of the plane in the graphical view. Values greater than 1 will make the plane larger. Values less than 1 will make the plane smaller. |
Return Arguments
None.
Returned Status
SUCCESS |
The plane was modified successfully. |
FAILURE |
The plane was not found. |
Remarks
None.