HOLEFR SET FEAT SELECTED

From Macros Wiki
Jump to navigationJump to search

Up

Command

HOLEFR_SET_FEAT_SELECTED <feature number> <selected>


Set the selection state of a Hole Feature.

Parameters

<feature number>
Feature number (0=all features)
<selected>
Selection state. 0=not selected, 1=selected

Example

To select hole feature number 4
HOLEFR_SET_FEAT_SELECTED 4, 1
To unselect hole feature number 9
HOLEFR_SET_FEAT_SELECTED 9, 0
To select all hole features
HOLEFR_SET_FEAT_SELECTED 0, 1