Uses of Class
com.openinventor.inventor.actions.SoCallbackAction
Packages that use SoCallbackAction
Package
Description
Resolution-independent vector/polygon hardcopy.
Inventor STL file format support.
Provides rendering, property and action nodes.
-
Uses of SoCallbackAction in com.openinventor.hardcopy
Subclasses of SoCallbackAction in com.openinventor.hardcopyModifier and TypeClassDescriptionclass
Class for exporting a scene graph to a PDF file.class
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.stlModifier and TypeClassDescriptionclass
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 SoCallbackActionModifier and TypeMethodDescriptionint
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 -
Uses of SoCallbackAction in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes with parameters of type SoCallbackAction -
Uses of SoCallbackAction in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes with parameters of type SoCallbackAction -
Uses of SoCallbackAction in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type SoCallbackAction