SET MARKERS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=SET_MARKERS <side>, <start feature>, <start dist>, <end feature>, <end dist>, [<dir>, <single feature>] | {{Command|syntax=SET_MARKERS <side>, <start feature>, <start dist>, <end feature>, <end dist>, [<dir>, <single feature>] | ||
|description=Set the markers to be used by a contouring process. | |description=:Set the shape markers to be used by a contouring process. | ||
|param1=<side>|param1_desc=Tool side (0 = center, 1 = left, 2 = right). | |param1=<side>|param1_desc=Tool side (0 = center, 1 = left, 2 = right). | ||
|param2=< | |param2=<start feature>|param2_desc=Start feature (1 = first feature in the shape, 2 = second) | ||
|param3=<start dist>|param3_desc=Distance along the start feature (0.0 = start, 1.0 = end). | |param3=<start dist>|param3_desc=Distance along the start feature (0.0 = start, 1.0 = end). | ||
|param4=<end | |param4=<end feature>|param4_desc=End feature (1 = first feature in the shape, 2 = second) | ||
|param5=< | |param5=<end dist>|param5_desc=Distance along the end feature (0.0 = start, 1.0 = end). | ||
|param6=[<dir>]|param6_desc=Direction (0 = same direction as the shape, 1 = opposite direction). | |param6=[<dir>]|param6_desc=Direction (0 = same direction as the shape, 1 = opposite direction). | ||
|param7=[<single feature>]|param7_desc=Single Feature (1 = yes, 0 = no). | |param7=[<single feature>]|param7_desc=Single Feature (1 = yes, 0 = no). |
Latest revision as of 23:07, 5 May 2011
Command
- SET_MARKERS <side>, <start feature>, <start dist>, <end feature>, <end dist>, [<dir>, <single feature>]
- Set the shape markers to be used by a contouring process.
Parameters
- <side>
- Tool side (0 = center, 1 = left, 2 = right).
- <start feature>
- Start feature (1 = first feature in the shape, 2 = second)
- <start dist>
- Distance along the start feature (0.0 = start, 1.0 = end).
- <end feature>
- End feature (1 = first feature in the shape, 2 = second)
- <end dist>
- Distance along the end feature (0.0 = start, 1.0 = end).
- [<dir>]
- Direction (0 = same direction as the shape, 1 = opposite direction).
- [<single feature>]
- Single Feature (1 = yes, 0 = no).
Example
- SET_MARKERS 1, 3, 0.2, 6, 0.8, 0, 0
- For an example macro see Use_Saved_Process