Difference between revisions of "SET PROFILER MARKERS"
From Macros Wiki
(Created page with "{{Command|syntax=SET_PROFILER_MARKERS <shape number> <side> <start feature> <start dist> <end feature> <end dist> <dir> <single feature> |description=:Set the prfoiler shape ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax=SET_PROFILER_MARKERS <shape number> <side> <start feature> <start dist> <end feature> <end dist | + | {{Command|syntax=SET_PROFILER_MARKERS <shape number> <side> <start feature> <start dist> <end feature> <end dist> <single feature> |
|description=:Set the prfoiler shape markers to be used by a contouring process. | |description=:Set the prfoiler shape markers to be used by a contouring process. | ||
|param2=<shape number>|param1_desc=Shape number. | |param2=<shape number>|param1_desc=Shape number. | ||
− | |param2=<side>|param2_desc=Tool side (0 = | + | |param2=<side>|param2_desc=Tool side (0 = left, 1 = right). |
|param3=<start feature>|param3_desc=Start feature (1 = first feature in the shape, 2 = second) | |param3=<start feature>|param3_desc=Start feature (1 = first feature in the shape, 2 = second) | ||
|param4=<start dist>|param4_desc=Distance along the start feature (0.0 = start, 1.0 = end). | |param4=<start dist>|param4_desc=Distance along the start feature (0.0 = start, 1.0 = end). | ||
|param5=<end feature>|param5_desc=End feature (1 = first feature in the shape, 2 = second) | |param5=<end feature>|param5_desc=End feature (1 = first feature in the shape, 2 = second) | ||
|param6=<end dist>|param6_desc=Distance along the end feature (0.0 = start, 1.0 = end). | |param6=<end dist>|param6_desc=Distance along the end feature (0.0 = start, 1.0 = end). | ||
− | |param7 | + | |param7=<single feature>|param7_desc=Single Feature (1 = yes, 0 = no). |
− | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :SET_PROFILER_MARKERS 4, 1, 3, 0.2, 6, 0.8, 0 | + | :SET_PROFILER_MARKERS 4, 1, 3, 0.2, 6, 0.8, 0 |
+ | |||
+ | Note: remember to select the shape before setting the markers<br> | ||
+ | Use [[SET_SHAPE_SELECTED]] to select a shape. | ||
[[Category:Profiler]] | [[Category:Profiler]] |
Latest revision as of 15:11, 28 September 2012
Command
- SET_PROFILER_MARKERS <shape number> <side> <start feature> <start dist> <end feature> <end dist> <single feature>
- Set the prfoiler shape markers to be used by a contouring process.
Parameters
- Shape number.
- <side>
- Tool side (0 = left, 1 = 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).
- <single feature>
- Single Feature (1 = yes, 0 = no).
Example
- SET_PROFILER_MARKERS 4, 1, 3, 0.2, 6, 0.8, 0
Note: remember to select the shape before setting the markers
Use SET_SHAPE_SELECTED to select a shape.