Table of Contents ▸ List of Commands ▸ Input / Output ▸ select | ◀ screen | serialize ▶ |
select
Arguments:
- feature_type,_X[%]>=0,_Y[%]>=0,_Z[%]>=0,_exit_on_anykey={ 0:No | 1:Yes },_is_multiaxes_selection={ 0:No | 1:Yes }
Description:
Interactively select a feature from selected images (use the instant display window [0] if opened).feature_type can be { 0:Point | 1:Segment | 2:Rectangle | 3:Ellipse }.
Arguments X,Y,Z determine the initial selection view, for 3D volumetric images.
The retrieved feature is returned as a 3D vector (if feature_type==0) or as a 6d vector
(if feature_type!=0) containing the feature coordinates.
Default values:
feature_type=2, X=Y=Z=50%, exit_on_anykey=0 and is_multiaxes_selection=1.