SELECT SHAPE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=SELECT_SHAPE <geo ref>
[[Geometry:Selecting_Geometry|{{Up}}]]
|description=:Select the defined shape by its geo ref.


|param1=<geo ref>|param1_desc={{geo ref}}
{{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 in a real macro see [[Explode_Shape]] or [[Bag_Solids]]
: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

Up

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