DELETE SHAPE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=DELETE_SHAPE <ref number> |description=*DESCRPTION* |param1=<ref number>|param1_desc={{ref number}} }} ===Example=== :- DELETE_SHAPE Category:Geometry |
No edit summary |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Editing_Geometry|{{Up}}]] | ||
|param1=<ref | {{Command|syntax=DELETE_SHAPE <shape ref> | ||
|description=:Delete a shape created by a macro. | |||
|param1=<shape ref>|param1_desc={{shape ref}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | <pre> | ||
DELETE_SHAPE MyShapRef | |||
</pre> | |||
Note: A selected shape must be deselected before DELETE_SHAPE | |||
: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