ROTATE GEO: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Up}} {{Command|syntax=ROTATE_GEO <xc> <yc> <angle> [<number of copies>]|description=:Rotate the selected geometry about a given point and angle. |param1=... |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
|param2=<yc>|param2_desc= {{yc}} | |param2=<yc>|param2_desc= {{yc}} | ||
|param3=<angle>|param3_desc= {{angle}} | |param3=<angle>|param3_desc= {{angle}} | ||
| | |param4=[<number of copies>]|param4_desc= {{number of copies}} | ||
}} | }} | ||
Line 12: | Line 12: | ||
:ROTATE_GEO 4, c1, 44, 3 | :ROTATE_GEO 4, c1, 44, 3 | ||
:For an example macro see [[Geo_Transform]] | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 17:48, 12 August 2010
Command
- ROTATE_GEO <xc> <yc> <angle> [<number of copies>]
- Rotate the selected geometry about a given point and angle.
Parameters
- <xc>
- X co-ordinate of the center point.
- <yc>
- Y co-ordinate of the center point.
- <angle>
- angle value, either degrees or radians. Positive angles indicate a CCW direction, negative for CW.
Use the DEGREES or RADIANS commands to switch between the two angle modes. - [<number of copies>]
- The number of additional copies.
Example
- ROTATE_GEO 4, c1, 44, 3
- For an example macro see Geo_Transform