Uses of Class
com.openinventor.inventor.SoPrimitiveVertex
Packages that use SoPrimitiveVertex
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SoPrimitiveVertex in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPrimitiveVertexModifier and TypeMethodDescriptionstatic SoPrimitiveVertex[]
SoPrimitiveVertex.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SoPrimitiveVertexConstructors in com.openinventor.inventor with parameters of type SoPrimitiveVertex -
Uses of SoPrimitiveVertex in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SoPrimitiveVertexModifier and TypeMethodDescriptionvoid
SoCallbackAction.invokeLineSegmentCallbacks
(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2) void
SoCallbackAction.invokePointCallbacks
(SoShape shape, SoPrimitiveVertex[] v) void
SoCallbackAction.invokeTriangleCallbacks
(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2, SoPrimitiveVertex[] v3) -
Uses of SoPrimitiveVertex in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoPrimitiveVertexModifier and TypeMethodDescriptionvoid
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.