Click or drag to resize
SoIndexedMarkerSetmarkerIndex Property

Specifies the marker index (type of marker) for each marker.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFInt32 markerIndex { get; }

Property Value

Type: SoMFInt32
Remarks

Default is 0. Predefined markers are in enum OIV.Inventor.Nodes.SoIndexedMarkerSet.MarkerTypes. You can specify fewer index values than the number of markers to be drawn (the number of coordinates). In this case the node will cycle through the provided index values as many times as necessary. For example, if all the markers in the set will use the same definition it is only necessary to set the first value in markerIndex.

See Also