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 SoMarkerSoIndexedMarkerSet. getMarker(int markerIndex)Retrieve the definition of the marker with index markerIndex .static SoMarkerSoMarkerSet. 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 voidSoIndexedMarkerSet. addMarker(int markerIndex, SoMarker marker)Add a new marker with index markerIndex using an existing marker definition.static voidSoMarkerSet. addMarker(int markerIndex, SoMarker marker)Add a new marker with index markerIndex using an existing marker definition.
-