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 classSoToPDFActionClass for exporting a scene graph to a PDF file.classSoToU3DActionExport 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 classSoSTLWriteActionClass 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 intSoCallbackActionCB. 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.voidSoLineSegmentCB. 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.voidSoPointCB. 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.voidSoTriangleCB. 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 voidSoNode. 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 voidSoDataSet. 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 voidPoNode. 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 voidMoActionNode. callback(SoCallbackAction action)
-