SET MARKERS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 1: Line 1:
[[Geometry:Selecting_Geometry|{{Up}}]]
[[Geometry:Selecting_Geometry|{{Up}}]]


{{Command|syntax=SET_MARKERS <side>, <start dist>, <end num>, <end dist>, [<dir>, <single feature>]
{{Command|syntax=SET_MARKERS <side>, <start feature>, <start dist>, <end feature>, <end dist>, [<dir>, <single feature>]
|description=*DESCRPTION*
|description=Set the markers to be used by a contouring process.


|param1=<side>|param1_desc={{side}}
|param1=<side>|param1_desc=Tool side (0 = center, 1 = left, 2 = right).
|param2=<start dist>|param2_desc={{start dist}}
|param3=<end num>|param3_desc=Start feature (1 = first feature in the shape, 2 = second)
|param3=<end num>|param3_desc={{end num}}
|param2=<start dist>|param2_desc=Distance along the start feature (0.0 = start, 1.0 = end).
|param4=<end dist>|param4_desc={{end dist}}
|param3=<end num>|param3_desc=End feature (1 = first feature in the shape, 2 = second)
|param5=[<dir>]|param5_desc={{dir}}
|param2=<start dist>|param2_desc=Distance along the end feature (0.0 = start, 1.0 = end).
|param6=[<single feature>]|param6_desc={{single feature}}
|param5=[<dir>]|param5_desc=Direction (0 = same direction as the shape, 1 = opposite direction).
|param6=[<single feature>]|param6_desc=Single Feature (1 = yes, 0 = no).
}}
}}


===Example===
===Example===
:SET_MARKERS
:SET_MARKERS 1, 3, 0.2, 6, 0.8, 0, 0
<br>
:For an example macro see [[Use_Saved_Process]]
:For an example macro see [[Use_Saved_Process]]
[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 00:21, 15 January 2011

Up

Command

SET_MARKERS <side>, <start feature>, <start dist>, <end feature>, <end dist>, [<dir>, <single feature>]


Set the markers to be used by a contouring process.

Parameters

<side>
Tool side (0 = center, 1 = left, 2 = right).
<start dist>
Distance along the end feature (0.0 = start, 1.0 = end).
<end num>
End feature (1 = first feature in the shape, 2 = second)
[<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