DELETE SHAPE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=DELETE_SHAPE <geo ref>
{{Command|syntax=DELETE_SHAPE <shape ref>
|description=*DESCRPTION*
|description=Delete a shape created by a macro.


|param1=<geo ref>|param1_desc={{geo ref}}
|param1=<geo ref>|param1_desc={{shape ref}}
}}
}}


===Example===
===Example===
:DELETE_SHAPE
:DELETE_SHAPE MyShapRef
:For an example macro see [[Bag_Solids]] [[Solids]] [[Solid_Type]]
:For an example macro see [[Bag_Solids]] [[Solids]] [[Solid_Type]]
[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 22:19, 29 July 2010

Command

DELETE_SHAPE <shape ref>


Delete a shape created by a macro.

Parameters

<geo 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
For an example macro see Bag_Solids Solids Solid_Type