Uses of Class
com.openinventor.inventor.nodes.SoSelection
-
Packages that use SoSelection Package Description com.openinventor.inventor.misc.callbacks com.openinventor.inventor.nodes -
-
Uses of SoSelection in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoSelection Modifier and Type Method Description void
SoSelectionClassCB. invoke(SoSelection s)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. -
Uses of SoSelection in com.openinventor.inventor.nodes
Subclasses of SoSelection in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoExtSelection
Selection node that supports lasso selection.
-