Uses of Class
com.openinventor.inventor.nodes.SoMarker
-
Packages that use SoMarker Package Description com.openinventor.inventor.nodes -
-
Uses of SoMarker in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoMarker Modifier and Type Method Description static SoMarker
SoIndexedMarkerSet. getMarker(int markerIndex)
Retrieve the definition of the marker with index markerIndex .static SoMarker
SoMarkerSet. getMarker(int markerIndex)
Retrieve the definition of the marker with index markerIndex .Methods in com.openinventor.inventor.nodes with parameters of type SoMarker Modifier and Type Method Description static void
SoIndexedMarkerSet. addMarker(int markerIndex, SoMarker marker)
Add a new marker with index markerIndex using an existing marker definition.static void
SoMarkerSet. addMarker(int markerIndex, SoMarker marker)
Add a new marker with index markerIndex using an existing marker definition.
-