SELECT SHAPE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Selecting_Geometry|{{Up}}]] | ||
|param1=< | {{Command|syntax=SELECT_SHAPE <shape ref> | ||
|description=:Select a shape that has been created by the macro. | |||
|param1=<shape ref>|param1_desc={{shape ref}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:SELECT_SHAPE | :SELECT_SHAPE MyShapeRef | ||
:For an example macro see [[Explode_Shape]] [[Bag_Solids]] [[Geo_Pattern]] [[Geo_Transform]] | :For an example macro see [[Explode_Shape]] [[Bag_Solids]] [[Geo_Pattern]] [[Geo_Transform]] [[Solids]] [[Solid_Type]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 22:23, 30 July 2010
Command
- SELECT_SHAPE <shape ref>
- Select a shape that has been created by the 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
- SELECT_SHAPE MyShapeRef
- For an example macro see Explode_Shape Bag_Solids Geo_Pattern Geo_Transform Solids Solid_Type