Uses of Class
com.openinventor.inventor.actions.SoCallbackAction
-
Packages that use SoCallbackAction Package Description com.openinventor.hardcopy Resolution-independent vector/polygon hardcopy.com.openinventor.inventor.io.stl Inventor STL file format support.com.openinventor.inventor.misc.callbacks com.openinventor.inventor.nodes com.openinventor.ldm.nodes com.openinventor.meshviz.nodes com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoCallbackAction in com.openinventor.hardcopy
Subclasses of SoCallbackAction in com.openinventor.hardcopy Modifier and Type Class Description class
SoToPDFAction
Class for exporting a scene graph to a PDF file.class
SoToU3DAction
Export a scene graph to a U3D file. -
Uses of SoCallbackAction in com.openinventor.inventor.io.stl
Subclasses of SoCallbackAction in com.openinventor.inventor.io.stl Modifier and Type Class Description class
SoSTLWriteAction
Class for exporting a scene graph to an STL file. -
Uses of SoCallbackAction in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoCallbackAction Modifier and Type Method Description int
SoCallbackActionCB. invoke(SoCallbackAction s, SoNode node)
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.void
SoLineSegmentCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1, SoPrimitiveVertex v2)
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.void
SoPointCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1)
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.void
SoTriangleCB. invoke(SoCallbackAction s, SoPrimitiveVertex v1, SoPrimitiveVertex v2, SoPrimitiveVertex v3)
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 SoCallbackAction in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoCallbackAction Modifier and Type Method Description void
SoNode. callback(SoCallbackAction action)
-
Uses of SoCallbackAction in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes with parameters of type SoCallbackAction Modifier and Type Method Description void
SoDataSet. callback(SoCallbackAction action)
-
Uses of SoCallbackAction in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes with parameters of type SoCallbackAction Modifier and Type Method Description void
PoNode. callback(SoCallbackAction action)
-
Uses of SoCallbackAction in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type SoCallbackAction Modifier and Type Method Description void
MoActionNode. callback(SoCallbackAction action)
-