GET PATH FEAT CTOOL

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_PATH_FEAT_CTOOL <path number>, <feature number>, <type>, <x>, <y>, <z>


Get data from a CTool feature in a numbered macro path.

Parameters

<path number>
Path number (1 to 100).
<feature number>
Feature number. 1 for the first feature, 2 for the second etc.
<ctool type>
CTool type.
<x>
Name of variable to be set to the X data.
<y>
Name of variable to be set to the Y data.
<z>
Name of variable to be set to the Z data.

Example

GET_PATH_FEAT_CTOOL 1, 5, ctool_type, xx, yy, zz