Modify Planes
- Last UpdatedApr 27, 2023
- 2 minute read
If you wish to change which side of a plane is retained or discarded, you can reverse the plane orientation if it is an FPLA and change the DIR or reorder the WPOS points for a SPLA. The CHANGE ACTION command, for example:
|
CHANGE ACTION /PL2-5 |
- alter named Plane |
|
CHANGE ACTION |
- alter current (Plane) element |
alters either the DIR or NORM attributes depending on the plane type. A PPLA cannot have its action reversed since it does not have an orientation.
Of course, changing the PMOD of the appropriate VSEC element has the same apparent effect as a CHANGE ACTION operation in this case, but whereas the former operation only changes the view section representation, the latter operation changes the Plane database element itself.
The CHANGE ACTION command is valid at any Plane element, and at WPOS element level in the case of a Stepped Plane.
If you require a plane point to be moved, for example, either a POS attribute for a PPLA or an FPLA, and the POS attribute of a WPOS or PPPT element for an SPLA, the BY command can be used. For example:
|
BY N500 |
Move by the difference between two cursor hits on the same orthogonal VIEW |
For an SPLA, the BY command moves the complete plane, for example, the POS attribute is changed for all of the SPLA’s member WPOS elements.
You can delete individual WPOS elements in the normal way but you can also delete several at once using the command:
DELETE STEP number number
where the number arguments define the list position range of the points to be deleted.