GET OP STOP MARKER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Operations:Operation_Tool-Path|{{Up}}]]
{{Command|syntax=GET_OP_STOP_MARKER <op number>, <marker num>, <feature num>, <param>, <value>
{{Command|syntax=GET_OP_STOP_MARKER <op number>, <marker num>, <feature num>, <param>, <value>
|description=:
|description=:Get stop marker data associated with an operation.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc={{op number}}
|param2=<marker num>|param2_desc={{marker num}}
|param2=<marker num>|param2_desc={{marker num}}
|param3=<feature num>|param3_desc={{feature num}}
|param3=<feature num>|param3_desc={{get feat num}}
|param4=<param>|param4_desc= {{param}}
|param4=<distance>|param4_desc={{get feat dist}}
|param5=<value>|param5_desc={{value}}
|param5=<value>|param5_desc={{parameter_variable_num_name}} the {{stop marker type}}.
 
}}
}}


===Example===
===Example===
:GET_OP_STOP_MARKER
:GET_OP_STOP_MARKER 1, 4, FeatNum, FeatDist, StopVal


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 16:15, 14 January 2011

Up

Command

GET_OP_STOP_MARKER <op number>, <marker num>, <feature num>, <param>, <value>


Get stop marker data associated with an operation.

Parameters

<op number>
Operation number.
<marker num>
Marker number.
<feature num>
The name of a numeric variable to be set to the feature number.
<distance>
The name of a numeric variable to be set to the distance along the feature (0.0 = start, 1.0 = end).
<value>
The name of a numeric variable to be set to the stop type (0 = stop, 1 = opstop).

Example

GET_OP_STOP_MARKER 1, 4, FeatNum, FeatDist, StopVal