XMarkerAtIndex¶
-
MLModule
¶ genre Marker
authors Florian Weiler
,Ola Friman
package FMEstable/ReleaseMeVis
dll MLXMarkerUtilsStable
definition MLXMarkerUtilsStable.def see also ExtractObjectFromList
,XMarkerListFilter
keywords XMarkerList
,list
,marker
,index
,select
Purpose¶
The module XMarkerAtIndex
accesses one marker of an XMarkerList and displays its properties.
The output XMarkerList of this module contains only the selected marker.
Input Fields¶
Output Fields¶
Parameter Fields¶
Field Index¶
Auto update : Bool |
Update : Trigger |
Id : Integer |
Vector : Vector3 |
Index : Integer |
|
Name : String |
|
Num XMarkers: : Integer |
|
Position (3D): : Vector3 |
|
Position (6D) : String |
|
Type : Integer |
Visible Fields¶
Index¶
-
name:
index
, type:
Integer
, default:
0
¶ Sets the index of the marker to select out of the XMarkerList.
Negative indexes can be used, e.g., index -1 is the last XMarker in the list, -2 the second last, etc.
The valid index range is [-ListLength+1, ListLength-1].
Vector¶
-
name:
vector
, type:
Vector3
, persistent:
no
¶ Shows the vector portion of the selected marker.
Position (6D)¶
-
name:
position6D
, type:
String
, persistent:
no
, deprecated name:
position
¶ Shows the position and vector as a 6D vector of the selected marker.
Position (3D):¶
-
name:
position3D
, type:
Vector3
, persistent:
no
, deprecated name:
positionVec
¶ Shows the position of the selected marker.
Num XMarkers:¶
-
name:
numMarkers
, type:
Integer
, persistent:
no
, deprecated name:
numMarker
¶ Shows the total number of markers in the input list.