DELETE SHAPE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
DELETE_SHAPE MyShapRef | DELETE_SHAPE MyShapRef | ||
</pre> | </pre> | ||
Note: A selected shape must be deselected before DELETE_SHAPE | |||
:For an example macro see [[Bag_Solids]] [[Solids]] [[Solid_Type]] | :For an example macro see [[Bag_Solids]] [[Solids]] [[Solid_Type]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 10:54, 13 April 2025
Command
- DELETE_SHAPE <shape ref>
- Delete a shape created by a macro.
Parameters
- <shape ref>
- A shape reference number. This will be the value set in the variable ContourRef when you use the CONTOUR command to create a shape.
Example
DELETE_SHAPE MyShapRef
Note: A selected shape must be deselected before DELETE_SHAPE
- For an example macro see Bag_Solids Solids Solid_Type