SELECT SHAPE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=SELECT_SHAPE <ref number> |description=*DESCRPTION* |param1=<ref number>|param1_desc={{ref number}} }} ===Example=== :- SELECT_SHAPE Category:Geometry
 
ConnerO (talk | contribs)
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=SELECT_SHAPE <ref number>
[[Geometry:Selecting_Geometry|{{Up}}]]
|description=*DESCRPTION*


|param1=<ref number>|param1_desc={{ref number}}
{{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]] [[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