Uses of Class
com.openinventor.inventor.Inventor
Packages that use Inventor
Package
Description
Resolution-independent vector/polygon hardcopy.
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Module that define available Open Inventor optimized algoritms.
Collision Detection.
Open Inventor supported devices.
These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.
The element classes are used internally for storing information in Open Inventor's traversal state list.
Inventor CAD file format support.
Inventor STL file format support.
Large Model Visualization.
Viewer components contains helpful tools to implement a custom viewer.
Viewer components nodes independent from graphical user interface.
IvTune is an extensible, interactive tool that allows the user to inspect and modify Open Inventor scene graphs, even in a running application program.
Large Data Management.
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
MeshViz is an extension of Open Inventor primarily designed for mesh rendering.
Provides classes for detail information storage.
Provides state elements.
Provides rendering, property and action nodes.
-
Uses of Inventor in com.openinventor.hardcopy
Subclasses of Inventor in com.openinventor.hardcopyModifier and TypeClassDescriptionclassClass used to write vector formatted CGM files.classManage vector output to GDI devices.classClass to initialize HardCopy.classClass used to write vector formatted files in HPGL/2 format.classClass used to write vector formatted files in PostScript format.classClass for exporting a scene graph to a PDF file.classExport a scene graph to a U3D file.classAbstract class for vectorizing a scene graph to a file.classRealizes the vectorization of a scene graph to a file in CGM format.classVectorize a scene graph to MS-Windows GDI formats.classRealizes the vectorization of a scene graph to a file in HPGL/2 format.classRealizes the vectorization of a scene graph to a file in PostScript format.classAbstract class used to write vector formatted files.Method parameters in com.openinventor.hardcopy with type arguments of type InventorModifier and TypeMethodDescriptionstatic voidSoToPDFAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoToU3DAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoVectorizeAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoVectorizeCGMAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoVectorizeGDIAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoVectorizeHPGLAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoVectorizePSAction.enableElement(Class<? extends Inventor> t, int stkIndex) -
Uses of Inventor in com.openinventor.inventor
Subclasses of Inventor in com.openinventor.inventorModifier and TypeClassDescriptionclassclassClass encoding a data type.classClass for measuring elapsed time with high resolution.classClass for representation of a time.classClass encoding a binding type.classClass for representing a viewport.class3D viewing volume class.classScene graph database class.classUsed to read Open Inventor data files.classBase class for file reader parameters.classBase class for custom readers that create an Open Inventor scene graph.classClass used to check and report library and application consistency.classRender to an off-screen buffer for printing or generating textures.static classEvent that can be sent to the application for each tile rendered.classUsed to write Open Inventor data files.classA path represents a scene graph or subgraph.classRepresents point on surface of picked object.classRepresents a vertex of a generated primitive.classClass for reporting progress of a task.static classClass given to callback when an onEndStep is raised.static classClass given to callback when onBeginSubTask/onEndSubTask are raised.static classClass given to callback when onBeginTask/onEndTask are raised.classManages scene graph rendering and event handling.Methods in com.openinventor.inventor that return types with arguments of type InventorModifier and TypeMethodDescriptionSoDB.getConverter(Class<? extends Inventor> fromField, Class<? extends Inventor> toField) Returns the field conversion engine registered for the two given field types.Method parameters in com.openinventor.inventor with type arguments of type InventorModifier and TypeMethodDescriptionstatic voidSoDB.addConverter(Class<? extends Inventor> fromField, Class<? extends Inventor> toField, Class<? extends Inventor> converterEngine) Registers a field conversion engine that can be used to convert from one type of field to another.static SoFieldSoDB.createGlobalField(String name, Class<? extends Inventor> type) The database maintains a namespace for global fields, making sure that there is at most one instance of a global field with any given name in the database.SoDB.getConverter(Class<? extends Inventor> fromField, Class<? extends Inventor> toField) Returns the field conversion engine registered for the two given field types.static voidSoDB.removeConverter(Class<? extends Inventor> fromField, Class<? extends Inventor> toField) Remove a previously added converter. -
Uses of Inventor in com.openinventor.inventor.actions
Subclasses of Inventor in com.openinventor.inventor.actionsModifier and TypeClassDescriptionclassAbstract base class for all actions.classCreates a scene graph containing beveled shapes.classA box highlight style.classPerforms a generic traversal of a scene graph or path.classA polygon selection highlight style.classComputes a distribution of the scene graph for use in depth compositing in ScaleViz.classComputes bounding box of a scene.classComputes transformation matrix for a subgraph.classCounts number of primitives in scene.classTraverses the scene graph and collects all the triangles in a single list.classRenders a scene graph using Open Inventor's Render Engine.classA halo highlight style.classAllows nodes in a graph to receive input events.classAbstract base class for Highlight Render Actions.classA wireframe highlight style.classclassAbstract base class for picking objects in a scene.classIntersects objects with a ray cast into scene.classReorganizes the scene graph by grouping shapes with common properties, then groups these shapes in a single shape and runs the simplifier on it.classSearches for nodes in a scene graph.classSearches for a node in a scene graph using a sequence of search criteria.classSearches for nodes in the scene graph step by step.classSimplify action that replaces shapes within a scene graph with versions that contain fewer triangles.classAbstract base class for simplifying scene graphs.classSplit large geometry into smaller objects to improve culling for multi-pipe rendering.classGenerates an HTML image map and an image from a scene graph.classWrites a scene graph to a file.Methods in com.openinventor.inventor.actions that return types with arguments of type InventorModifier and TypeMethodDescriptionSoSearchAction.getNodeClass()Returns the node type to search for.Method parameters in com.openinventor.inventor.actions with type arguments of type InventorModifier and TypeMethodDescriptionstatic voidSoBevelAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoBoxHighlightRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoCallbackAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoColorHighlightRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoDistributeAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoGetBoundingBoxAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoGetMatrixAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoGetPrimitiveCountAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoGlobalSimplifyAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoGLRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoHaloHighlightRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoHandleEventAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoHighlightRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoLineHighlightRenderAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoNurbsBREPAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoPickAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoRayPickAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoReorganizeAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoSearchAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoSearchPathAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoSearchStepAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoShapeSimplifyAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoSimplifyAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoSplitGeometryAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoToHTMLAction.enableElement(Class<? extends Inventor> t, int stkIndex) static voidSoWriteAction.enableElement(Class<? extends Inventor> t, int stkIndex) voidSoSearchAction.setNodeClass(Class<? extends Inventor> t) Calls setNodeClass(t, true).voidSoSearchAction.setNodeClass(Class<? extends Inventor> t, boolean derivedIsOk) Sets the node type to search for. -
Uses of Inventor in com.openinventor.inventor.algorithms
Subclasses of Inventor in com.openinventor.inventor.algorithmsModifier and TypeClassDescriptionclassUtility functions for loading algorithm modules.classArithmetic functions for buffers.classType conversion functions for buffers.classConvolution functions for buffers.classData extraction algorithms for buffers.classSeismic attribute functions for buffers. -
Uses of Inventor in com.openinventor.inventor.antialiasing
Subclasses of Inventor in com.openinventor.inventor.antialiasingModifier and TypeClassDescriptionclassAntialiasing change event listener interface.classAntialiasing parameters class for the accumulation buffer algorithm.classAntialiasing parameters interface base class.classAntialiasing parameters class for the FSAA algorithm.classAntialiasing parameters class for the FXAA algorithm. -
Uses of Inventor in com.openinventor.inventor.caches
Subclasses of Inventor in com.openinventor.inventor.cachesModifier and TypeClassDescriptionclassBase context dependent cache management class.classclassclassThis class is a cache handler that can be used to monitor the modifications made to elements or fields.classClassSoNormalCache: A normal cache stores a list of normals.classclassClassSoTangentCache: A tangent cache stores a list of tangents.Method parameters in com.openinventor.inventor.caches with type arguments of type InventorModifier and TypeMethodDescriptionvoidSoNodeDependencies.addDependency(Class<? extends Inventor> type, int classStackIndex) Add given element type as a dependency for the cache. -
Uses of Inventor in com.openinventor.inventor.collision
Subclasses of Inventor in com.openinventor.inventor.collisionModifier and TypeClassDescriptionclassclassClass to manage collisions.classClass to check for collisions between two scenes.classclassClass to detect intersections.Method parameters in com.openinventor.inventor.collision with type arguments of type InventorModifier and TypeMethodDescriptionstatic voidSoIntersectionDetectionAction.enableElement(Class<? extends Inventor> t, int stkIndex) -
Uses of Inventor in com.openinventor.inventor.details
Subclasses of Inventor in com.openinventor.inventor.detailsModifier and TypeClassDescriptionclassStores detail information about theSoConenode.classStores detail information about theSoCubenode.classStores detail information about theSoCylindernode.classBase class for describing detail information about a shape node.classStores detail information about vertex-based shapes made of faces.classStores detail information about vertex-based shapes made of line segments.classStores detail information about a nodekit.classStores detail information about vertex-based shapes made of points.classStores detail information about a text node. -
Uses of Inventor in com.openinventor.inventor.devices
Subclasses of Inventor in com.openinventor.inventor.devicesModifier and TypeClassDescriptionclassContext dependent object management class.classAbstract base class for buffer object management.classCPU buffer object class.classCPU device context managment class.classCPU device management class.classAbstract device management class.classAbstract base class for device context managment.classShared context management class.classOpenGL buffer object class.classOpenGL context management class.classOpenGL device management class.classDevice settings management class.classContains methods to query and disable OpenGL extensions.classOpenGL pixel format management class.classGL Screen device class.classGPU buffer object class.classAbstract base class for interoperability buffer object management. -
Uses of Inventor in com.openinventor.inventor.draggers
Subclasses of Inventor in com.openinventor.inventor.draggersModifier and TypeClassDescriptionclassStriped ball you rotate and re-center by dragging with the mouse.classDirectional icon you rotate and translate by dragging with the mouse.classBase class for nodekits that move in response to click-drag-release mouse events.classObject you can translate in 3D by dragging with the mouse.classEllipsoid you can translate or scale within a plane by dragging with the mouse.classBox you can scale, stretch and translate by dragging with the mouse.classJack-shaped object you rotate, translate, or scale by dragging with the mouse.classSun-shaped icon you can translate in 3D by dragging with the mouse.classObject you rotate along a cylindrical surface by dragging with the mouse.classObject you can rotate like a knob by dragging with the mouse.classObject you can rotate about a spherical surface by dragging with the mouse.classObject you can scale in one dimension by dragging with the mouse.classObject you can scale in two dimensions by dragging with the mouse.classObject you can scale uniformly in two dimensions by dragging with the mouse.classObject you can scale uniformly in 3D by dragging with the mouse.classSpotlight shaped dragger that allows you to change position, direction, and width of the beam.classCubic object you can translate and scale by dragging with the mouse.classObject you can translate or scale within a plane by dragging with the mouse.classStriped ball you can rotate or scale uniformly by dragging with the mouse.classBox-like object you scale, rotate, and translate by dragging with the mouse.classBox-like object you scale, rotate, and translate by dragging with the mouse.classObject you can translate along a line by dragging with the mouse.classObject you can translate within a plane by dragging with the mouse. -
Uses of Inventor in com.openinventor.inventor.drawers
Subclasses of Inventor in com.openinventor.inventor.drawersModifier and TypeClassDescriptionclassInteractively draw an ellipse in normalized screen space.classInteractively draw a lasso in normalized screen space.classInteractively draws a polygon in normalized screen space.classInteractively draw a polyline in normalized screen space.static classStructure given to callback when an event is raised.classInteractively draws a rectangle in normalized screen space.classBase class to draw a scene graph in screen space. -
Uses of Inventor in com.openinventor.inventor.elements
Subclasses of Inventor in com.openinventor.inventor.elementsModifier and TypeClassDescriptionclassAbstract base class for each state element whose value may be accumulated when it is set.classStores the current character orientation flag of anSoAnnoText3Propertynode.classStores the current font size hint of anSoAnnoText3Propertynode.classStores the current render print type of anSoAnnoText3Propertynode.classclassStores the current model matrix for use with theSoGetBoundingBoxAction.classStores the current BBox type.classStores various beveling attributes.classStores the current blending mode and parameters.static classBlendElementParameterspackages all the different blending parameters.classStores the most recently opened cache.classStores the current set of clipping planes, specified as SbPlanes.classStores the current color map.classStores the current shape complexity.classStores the current complexity type.classStores the current coordinates.classStores the current crease angle.classStores the current shape decimation percentage.classStores the current decimation type.classStores the current depth buffer parameters.classManageSoDepthOffsetnodes accumulation in state.classStores the current draw buffer parameters.classStores the current draw style.classStores the edge flag values.classAbstract base class for all state elements.classStores the current environment.static classEnvironmentParameterspackages all the different environment parameters.classElement's subclasses store a single float, int, or enum value.classStores the current focal distance of the camera.classStores the current font name.classStores the current font render style.classStores the current font size.classStores the current Full-Scene Antialising state.classStores the current geoOrigin.classStores the current render projection.classManages the GL state for theSoLazyElement.classStores a single int32_t, int, or enum value.classStores a list of int32_t, int, or enum values.classStores the current interaction state.classStores the current interactive complexity.classStores the current interactive switch index.classDeprecated.As of Open Inventor 10.0.0.0.classStores the light attenuation(s) of the current environment.classStores information on lights.classStores the current lighting model.classStores the current line stipple pattern.classStores the current line width.classStores the transformation matrix from object space to some local coordinate space during application of anSoGetBoundingBoxAction.classStores the logical viewport region.classStores the current logical pixel operation for rendering.classStores the current material binding.classStore in the state the material properties set by some property nodes.classStores the current model matrix.classStores the current model scale.classStores a logical viewport region subset.classStores a view volume subset.classStores current MultiInstance info.classStores the current multi-switch indices.classStores the current neighbor tolerance factor.classStores current normal binding.classAllows read-only access to the top element in the state.classStores current NURBS properties.classStores a flag for each type of element which can be overridden.classStores current pattern value.classStores the current pick method.classStores the current ray to use for picking.classStores the current pick style.classStores the current point size.classStores current polygon offset state.classStores the current profile coordinates.classStores 2D profiles for NURBS and 3D text.classStore current projection node.classStores the current projection matrix.classAbstract base class for each state element whose value is replaced whenever it is set.classAbstract base class for each texture state element.classStores the current shader program.classStores the current shape hints.classStores some information used by shapes.classStores the current stereo attributes.classStores the current switch index.classStores current tangent binding.classAllows read-only access to the top element in the state.classStores the current textured text anti-aliasing factor.classStores the current horizontal text alignment.classStores the current vertical text alignment.classStores the current text backFrame line width.classStores the current kerning value.classStores the current text margin.classStores the current text orientation attributes.classStores the current 3D text outline flag.classStores the current textured text quality range.classStores the current text effect settings.classStores the current textured text quality range.classEnables/disables 3D textures.classStores the current texture combiner parameters.classStores the current 3D texture coordinates.classStores the current 3D texture coordinates.classStores the current texture coordinates.classEnables/disables textureCubeMap.classEnables/disables textures.classStores the current 3D texture image.classStores the current texture image.classStores the current texture image.classStores the current texture matrix.classStores the current texture name.classStores the current texture override.classStores the current texture quality.classStores the information that indicates if texture calls must be sent.classStores the current texture transform.classStores the current texture unit identifier.classStores the current uniform shader parameter.classStores the current units type.classStores the rectangular area within the current viewport region that needs to be updated when rendering.classStores the current vertex flag.classStoresSoVertexShaderParameternodes encountered during traversal.classStores the current viewing matrix.classStores the current viewport region.classStores the current view volume.classStores the current window attributes. -
Uses of Inventor in com.openinventor.inventor.engines
Subclasses of Inventor in com.openinventor.inventor.enginesModifier and TypeClassDescriptionclassPerforms Boolean operations.classA general-purpose calculator.classComposes a transformation matrix.classComposes a rotation from axis and angle values.classComposes a rotation that rotates from one vector into another.classComposes 2D vectors from floating-point values.classComposes 2D vectors from int values.classComposes 2D vectors from short values.classComposes 3D vectors from floating-point values.classComposes 4D vectors from floating-point values.classComputes the bounding box and center of a scene graph.classJoins separate fields into a single multiple-value field.classTriggered integer counter.classDecomposes transformation matrices into values for translation, rotation, and scale.classDecomposes rotation values.classDecomposes 2D vectors into floating-point values.classDecomposes 2D vectors into int values.classDecomposes 2D vectors into short values.classDecomposes 3D vectors into floating-point values.classDecomposes 4D vectors into floating-point values.classBasic controllable time source.classBase class for all engines.classClass for all engine outputs.classSelectively copies its input to its output.classBase class for all interpolator engines.classInterpolates floating-point values.classInterpolates rotation values.classInterpolates 2D floating-point vectors.classInterpolates 3D floating-point vectors.classInterpolates 4D floating-point vectors.classTimer that runs for a pre-set amount of time.classEngine that functions as an on/off switch.classSelects one value from a multiple-value field.classTimed integer counter.classAnimates an object or camera along a track.classTransforms a 3D vector by a 4x4 matrix.classProvides fan-in for triggers.Methods in com.openinventor.inventor.engines that return types with arguments of type InventorModifier and TypeMethodDescriptionSoEngineOutput.getConnectionClass()Returns the type of field this output can connect to.Constructor parameters in com.openinventor.inventor.engines with type arguments of type InventorModifierConstructorDescriptionSoConcatenate(Class<? extends Inventor> mfInputType) Constructor.Constructor.SoSelectOne(Class<? extends Inventor> mfInputType) Constructor. -
Uses of Inventor in com.openinventor.inventor.errors
Subclasses of Inventor in com.openinventor.inventor.errorsModifier and TypeClassDescriptionclassDebug error handling.classError handling base class.classStack debugging handler.static classThis struture contains the description of a stack frame.classOpenGL rendering error handling.classMemory error handling.classRead error handling. -
Uses of Inventor in com.openinventor.inventor.events
Subclasses of Inventor in com.openinventor.inventor.eventsModifier and TypeClassDescriptionclassClass for representing 3D tracker information.classBase class for all button events.classController button press and release event.classBase class for all events.classKeyboard key press and release events.class2D location events.class3D motion events.classMouse button press and release events.classMouse wheel events.classSpaceball button press and release events.class3D tracker event. -
Uses of Inventor in com.openinventor.inventor.fields
Subclasses of Inventor in com.openinventor.inventor.fieldsModifier and TypeClassDescriptionclassBase class for all fields.classAbstract base class for objects that contain fields.classSoMFBitMask<EnumType extends Enum<EnumType> & IntegerValuedEnum>Multiple-value field containing any number of masks of bit flags.classMultiple-value field containing any number of Boolean values.classMultiple-value field containing any number of buffer objects.classMultiple-value field containing any number of RGB colors stored as three floats.classMultiple-value field containing any number of RGBA colors stored as four floats.classMultiple-value field containing any number of double precision values.classMultiple-value field containing any number of engines.classSoMFEnum<EnumType extends Enum<EnumType> & IntegerValuedEnum>Multiple-value field containing any number of enumerated type values.classMultiple-value field containing any number of pointers to fieldContainers.classMultiple-value field containing any number of file path strings.classMultiple-value field containing any number of floating point values.classBase class for all multiple-valued fields.classMultiple-value field containing any number ofSoInstanceParameternodes.classMultiple-value field containing any number of int32_t integers.classMultiple-value field containing any number of int64_t integers.classMultiple-value field containing any number of 4x4 matrices.classMultiple-value field containing any number of names.classMultiple-value field containing any number of nodes.classMultiple-value field containing any number of paths.classField containing several plane equations.classMultiple-value field containing any number of SbRotations.classMultiple-value field containing any number of short integers.classMultiple-value field containing any number of strings.classMultiple-value field containing any number ofSbTimevalues.classMultiple-value field containing any number of uint8_t integers.classMultiple-value field containing any number of uint32_t integers.classMultiple-value field containing any number ofSoUniformShaderParameternodes.classMultiple-value field containing any number of unsigned short integers.classMultiple-value field containing any number of two-dimensional vectors.classMultiple-value field containing any number of two-dimensional vectors.classMultiple-value field containing any number of two-dimensional filePath string vectors.classMultiple-value field containing any number of two-dimensional vectors.classMultiple-value field containing any number of two-dimensional vectors.classMultiple-value field containing any number of two-dimensional string vectors.classMultiple-value field containing any number of three-dimensional vectors.classMultiple-value field containing any number of three-dimensional vectors.classMultiple-value field containing any number of three-dimensional vectors.classMultiple-value field containing any number of three-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classMultiple-value field containing any number of four-dimensional vectors.classAbstract Field containing an array of values.classField containing a 2D array value.classField containing a 3D array value.classSoSFBitMask<EnumType extends Enum<EnumType> & IntegerValuedEnum>Single-value field containing a set of bit flags.classField containing a single Boolean value.classField containing a two-dimensional box.classField containing a three-dimensional box.classField containing a three-dimensional box.classField containing a three-dimensional box.classField containing a four-dimensional box (spacial three-dimension + time dimension).classclassField containing an RGB color.classField containing an RGBA color.classField containing a floating-point value.classField containing an engine instance.classSoSFEnum<EnumType extends Enum<EnumType> & IntegerValuedEnum>Field containing an enumerated value.classclassField containing a file path string.classField containing a floating-point value.classAbstract base class for all single-value fields.classField containing a 2D image.classField containing a 3D image.classField containing a int32_t integer.classField containing a int64_t integer.classField containing anSoMaterialnode.classField containing a 4x4 matrix.classField containing a 3x3 matrix.classField containing a reference to a memory object.classField containing a name.classField containing a a node.classField containing anSoPath.classField containing a plane equation.classField containing a rotation.classField containing a short integer.classField containing a string.classField containing anSbTime.classField used to trigger engines or connection networks.classField containing a uint8_t integer.classField containing an unsigned int32_t integer.classField containing an unsigned short integer.classField containing a two-dimensional vector.classField containing a two-dimensional vector.classField containing a two-dimensional vector.classField containing a two-dimensional vector.classField containing a three-dimensional vector.classField containing a three-dimensional vector.classField containing a three-dimensional vector.classField containing a homogeneous three-dimensional vector.classField containing a homogeneous four-dimensional vector. -
Uses of Inventor in com.openinventor.inventor.geo
Subclasses of Inventor in com.openinventor.inventor.geoModifier and TypeClassDescriptionclassGeographic coordinates node.classSpecifies a uniform grid of elevation values within some spatial reference frame.classUsed to georeference models.classLevel-of-detail management for multi-resolution terrains.classSpecifies a local geospatial coordinate system.classDefines rendering projection. -
Uses of Inventor in com.openinventor.inventor.gestures.events
Subclasses of Inventor in com.openinventor.inventor.gestures.eventsModifier and TypeClassDescriptionclassClass for double-tap gesture events.classBase class for gesture events.classClass for long tap gesture events.classClass for rotate gesture events.classClass for scale (pinch) gesture events. -
Uses of Inventor in com.openinventor.inventor.gestures.recognizers
Subclasses of Inventor in com.openinventor.inventor.gestures.recognizersModifier and TypeClassDescriptionclassDouble tap gesture recognizer.classBase class for all gesture recognizers.classLong tap gesture recognizer.classRotate gesture recognizer.classScale (pinch) gesture recognizer. -
Uses of Inventor in com.openinventor.inventor.gui.view
Subclasses of Inventor in com.openinventor.inventor.gui.viewModifier and TypeClassDescriptionclassAbstract base class for views.classClass to define a view which contains a scene.classClass to define a view. -
Uses of Inventor in com.openinventor.inventor.helpers
Subclasses of Inventor in com.openinventor.inventor.helpersModifier and TypeClassDescriptionclassUtilities class for file management.classClass encapsulating information about an OpenGL context: a handle on an OpenGL context and its id.classList of common graphics capabilities of the device used by aSoGLContext.classList of common graphics capabilities set by Open Inventor. -
Uses of Inventor in com.openinventor.inventor.image
Subclasses of Inventor in com.openinventor.inventor.imageModifier and TypeClassDescriptionclassClass encapsulating a raster image and its attributes.classClass for encoding and decoding a BMP raster image.classClass for decoding a DDS raster image.classClass for decoding a GIF raster image.classClass for encoding and decoding an HDR raster image.classClass for encoding and decoding a JPEG2000 raster image.classClass for encoding and decoding a JPEG raster image.classClass for encoding and decoding an MRC raster image.classClass for encoding and decoding a PNG raster image.classClass for encoding and decoding a PostScript raster image.classClass for raster image file input and output.classAbstract base class for raster image input and output.classAbstract base class for encoding and decoding raster images.classClass referencing all raster reading classes.classClass for encoding and decoding an SGI raster image.classClass for encoding and decoding a TIFF raster image.Methods in com.openinventor.inventor.image that return types with arguments of type InventorModifier and TypeMethodDescriptionSoRasterReaderSet.getReaderAt(int index) Returns the type of reader at the specified index. -
Uses of Inventor in com.openinventor.inventor.io.cad
Subclasses of Inventor in com.openinventor.inventor.io.cadModifier and TypeClassDescriptionclassModule class to initialize CAD file format support.classClass for importing a scene graph from a CAD file.classCAD Input reader Parameters when importing CAD file type. -
Uses of Inventor in com.openinventor.inventor.io.stl
Subclasses of Inventor in com.openinventor.inventor.io.stlModifier and TypeClassDescriptionclassModule class to initialize STL file format support.classClass for importing a scene graph from a STL file.classClass for exporting a scene graph to an STL file.Method parameters in com.openinventor.inventor.io.stl with type arguments of type InventorModifier and TypeMethodDescriptionstatic voidSoSTLWriteAction.enableElement(Class<? extends Inventor> t, int stkIndex) -
Uses of Inventor in com.openinventor.inventor.lock
Subclasses of Inventor in com.openinventor.inventor.lockModifier and TypeClassDescriptionclassClass managing a licensed product.classClass providing information about a licensed product.classClass managing every licensed product. -
Uses of Inventor in com.openinventor.inventor.manips
Subclasses of Inventor in com.openinventor.inventor.manipsModifier and TypeClassDescriptionclassTransform node with 3D interface for editing rotation and center.classManipulator to transform a clipping plane.classDirectional light node with 3D interface for editing direction.classTransform node with 3D Interface for editing ScaleFactor and Translation.classTransform node with 3D interface for rotating, scaling, and translating.classPoint light node with 3D interface for editing location.classSpotlight node with 3D interface for editing location, direction, and beam width.classTransform node with 3D Interface for editing scale and translation.classTransform node with 3D interface for changing rotation and scaling.classTransform node with 3D interface for changing scaling, rotation, and translation.classTransform node with 3D interface for changing scaling, rotation, and translation.classBase class for all transform nodes with built-in 3D user interfaces. -
Uses of Inventor in com.openinventor.inventor.misc
Subclasses of Inventor in com.openinventor.inventor.miscModifier and TypeClassDescriptionclassFactory that generates an extruded mesh from a polyline.classBase class for all nodes, paths, and engines.classConverts scene graph objects to character byte streams.classStores packed colors.classTraversal state.classInterprets database changes for transcription.classSends database changes for transcription.Method parameters in com.openinventor.inventor.misc with type arguments of type InventorModifier and TypeMethodDescriptionSoState.getConstElement(Class<? extends Inventor> type, int stackIndex) Returns the top (read-only) instance of the given element stack.SoState.getElement(Class<? extends Inventor> type, int stackIndex) Returns a writable instance of the element on the top of the stack with the given index and type. -
Uses of Inventor in com.openinventor.inventor.mpeg
Subclasses of Inventor in com.openinventor.inventor.mpegModifier and TypeClassDescriptionclassGenerates MPEG output, frame by frame.classGenerates MPEG output that tracks camera motion.classBase class for generating MPEG output from a scene graph. -
Uses of Inventor in com.openinventor.inventor.nodekits
Subclasses of Inventor in com.openinventor.inventor.nodekitsModifier and TypeClassDescriptionclassAppearance nodekit class.classBase class for all node kits.classCamera nodekit class.classBase class for all interaction nodekit classes.classLight nodekit class.classNodekit catalog class.classGroup node with restricted children.classScene nodekit class.classSeparator nodekit class.classShape nodekit class.classWrapper nodekit class.Methods in com.openinventor.inventor.nodekits that return types with arguments of type InventorModifier and TypeMethodDescriptionSoNodekitCatalog.getClass(int thePartNumber) Returns the type of the specified part.Returns the type of the specified part.SoNodeKitListPart.getContainerClass()Gets the type of node used as the container .SoNodekitCatalog.getDefaultClass(int thePartNumber) Returns the default type of the specified part.SoNodekitCatalog.getDefaultClass(String theName) Returns the default type of the specified part.SoNodekitCatalog.getListContainerClass(int thePartNumber) Returns the list container type of the specified part.SoNodekitCatalog.getListContainerClass(String theName) Returns the list container type of the specified part.Method parameters in com.openinventor.inventor.nodekits with type arguments of type InventorModifier and TypeMethodDescriptionvoidSoNodeKitListPart.addChildClass(Class<? extends Inventor> typeToAdd) Permits the node type typeToAdd as a child.booleanSoNodeKitListPart.isTypePermitted(Class<? extends Inventor> typeToCheck) Returns whether a node of type typeToCheck may be added as a child.voidSoNodeKitListPart.setContainerClass(Class<? extends Inventor> newContainerType) Sets the type of node used as the container . -
Uses of Inventor in com.openinventor.inventor.nodes
Subclasses of Inventor in com.openinventor.inventor.nodesModifier and TypeClassDescriptionclassAlgebraic cone shape node.classAlgebraic cylinder shape node.classAbstract base class for algebraic shapes.classAlgebraic sphere shape node.classAlpha (transparency) policy node.classAnnotation group node.classAnnotation text node.classAnnotation text property node.classTransformation node that undoes non-uniform 3D scales.classGroup node that creates a regular IxJxK array of copies of its children.classSimple 3D text shape node.classAbstract base class for background nodes.classNode that defines an object's base color.classAbstract base class for all extrusion-based shape nodes.classBounding box node.classNode to define beveling properties.classGrouping node that modifies its coordinate system so that its local Z-axis always points at the viewer.classAnimated cycling switch node.classNode to render geometry stored inSoBufferObjectobjects.classProvides custom behavior during actions.classAbstract base class for camera nodes.classGeometric shape formed by extruding a circle along a 3D spine.classClipping plane node.classSurface color index node.classClass for indexed texture color map.classEnable and disable writing of frame buffer color components.classShape complexity node.classNode that defines a compute shader.classCompute shader scheduler node.classCone shape node.classCoordinate point node.classRational coordinate point node.classShape defined by a binary boolean operation on two sub scene graphs.classCube shape node.classCylinder shape node.classDepth buffer parameters node.classProperty node that applies a depth offset.classNode representing a directional light source.classNode that defines the style to use when rendering.classClass to mark/unmark edges for beveling.classGlobal environment node.classEnvironment map node.classNode which invokes callbacks for events.classGeometric shape formed by extruding a 2D cross section along a 3D spine.classSelection node that supports lasso selection.static classStructure given to callback when an event is raised.classExtended texture mapping node.classPolygonal face shape node.classNode that reads children from a named file.classNode that defines font name, size, and type for text.classDefines font family and style for text.classNode that defines a fragment shader.classNode that controls full-scene antialiasing.classNode that defines a geometry shader.classGeospatial projection node.classProvides custom OpenGL behavior during rendering actions.classGradient background node.classBase class for all group nodes.classDisplays an image that always faces the camera.classImage background node.classIndexed polygonal face shape node.classIndexed polyline shape node.classExtension of IndexedPointSet that draws a small bitmap (symbol) at each 3D location.classIndexed NURBS curve shape node.classIndexed NURBS surface shape node.classIndexed point set shape node.classIndexed quadrilateral mesh shape node.classAbstract base class for all indexed vertex-based shapes.classClass for 2D indexed texture.classIndexed triangle fan set shape node.classIndexed triangle shape node.classIndexed triangle strip set shape node.classNode containing information text string.classPer-instance parameter node storing a buffer object.classField interactive complexity node.classGroup node that traverses one chosen child depending on scene interaction.classNode containing label text string.classLevel-of-detail switching group node.classLevel-of-detail switching node designed for grouping simplified versions of the same shape.classAbstract base class for all light source nodes.classNode that defines the lighting model to use when rendering.classPiecewise-linear profile curve.classPolyline shape node.classSpecial separator that performs locate highlighting.classDistance-based level-of-detail switching group node.classDefines a custom bitmap forSoMarkerSetandSoIndexedMarkerSet.classExtension of PointSet that draws a small bitmap (symbol) at each 3D location.classSurface material definition node.classNode that specifies how multiple materials are bound to shapes.classNode that specifies a 3D geometric transformation as a matrix.classGroup node that traverses only when traversed along a given path.classGroup node that traverses multiple times, applying matrices.classGroup node that renders multiple instances of its children.classAbstract group node that traverses its children multiple times.classGroup node that traverses a set of chosen children.classAbstract base class for all database nodes.classAbstract base class for all non-indexed vertex-based shapes.classNode that defines surface normals for shapes.classNode that specifies how multiple surface normals are bound to shapes.classNode that defines a boundary shared by several NURBS profile.classNURBS curve shape node.classGroup that encapsulates NURBS surfaces to be joined.classNURBS profile curve.classNode that defines additional properties for rendering a NURBS surface.classNURBS surface shape node.classOrthographic camera node.class(Preview Feature).classGroup node dedicated to render multiple co-planar shapes.classNode that defines base colors using packed representation.classGroup node that traverses only when traversed along a given path.classclassAnimated oscillating rotation node.classPerspective camera node.classPhysically based surface material definition node.classPicking style node.classNode representing a point light source.classPoint set shape node.classProperty node that sets the polygon offset.classAbstract base class for all profile nodes.classProfile coordinate node.classRational profile coordinate node.classCoordinate projection node.classNode representing a rectangular area light source.classQuadrilateral mesh shape node.classGroup node that renders its children to one or more "targets".classClass for creating a texture by rendering a scene graph.classNode that resets the current transformation to identity.classNode representing a 3D rotation about an arbitrary axis.classNode representing a 3D rotation about the x-, y-, or z-axis.classAnimated rotation node.classNode representing a 3D geometric scaling.classManages a list of selected objects.classGroup node that saves and restores traversal state.classAbstract node class which defines a shader object.classAbstract base class for all shader parameter nodes.classUniform shader parameter node storing a float value.classUniform shader parameter node storing an integer.classUniform shader parameter node storing a two-dimensional (float) vector.classUniform shader parameter node storing a two-dimensional (integer) vector.classUniform shader parameter node storing a three-dimensional (float) vector.classUniform shader parameter node storing a three-dimensional (integer) vector.classUniform shader parameter node storing a four-dimensional (float) vector.classUniform shader parameter node storing a four-dimensional (integer) vector.classUniform shader parameter node storing an array of float values.classUniform shader parameter node storing an array of integers.classUniform shader parameter node storing an array of two-dimensional (float) vectors.classUniform shader parameter node storing an array of two-dimensional (integer) vectors.classUniform shader parameter node storing an array of three-dimensional (float) vectors.classUniform shader parameter node storing an array of three-dimensional (integer) vectors.classUniform shader parameter node storing an array of four-dimensional (float) vectors.classUniform shader parameter node storing an array of four-dimensional (integer) vectors.classShader parameter node storing a buffer object.classShader parameter node storing a texture image.classUniform shader parameter node storing a 4x4 matrix.classUniform shader parameter node storing a 3x3 matrix.classUniform shader parameter node storing an array of 4x4 matrices.classShader program property node.classUniform shader parameter node storing an OpenGL state matrix.classShadow casting group node.classShadow style property node.classAbstract base class for all shape nodes.classNode that provides hints about shapes.classAnimated oscillating translation node.classSphere shape node.classNode representing a spotlight source.classStereo camera node.classTransformation node that adjusts the current matrix so a default cube will surround other objects.classGroup node that traverses one chosen child.classNode that defines a tessellation control shader.classNode that defines a tessellation evaluation shader.classScreen-aligned 2D text shape node.class3D text shape node.classText property node.classAbstract base class for texture mapping nodes.class2D texture mapping node.class2D texture transformation node.class3D texture mapping node.class3D texture transformation node.classTexture combiner node.class2D texture coordinate node.class3D texture coordinate node.classNode that specifies how texture coordinates are bound to shapes.classNode that removes texture coordinates from state.classNode that specifies texture coordinates by projection from an environment.classAbstract base class for texture coordinate function nodes.classNode that specifies texture coordinates matching the vertex's transformed eye-space normal.classNode that specifies texture coordinates which are a linear combination of the object coordinates of the vertex.classNode that specifies texture coordinates by projection from a plane.classNode that specifies texture coordinates matching the vertex's eye-space reflection vector.classCube texture mapping node.classTexture matrix node.classNode that specifies the current texture unit and the associated mapping method.classGeneral 3D geometric transformation node.classAbstract base class for all geometric transformation nodes.classScale/recenter projection node.classGroup node that saves and restores transformation state.classNode representing a 3D translation.classSet of triangles shape node.classTriangle strip set shape node.classAbstract base class for all uniform shader parameter nodes.classNode that scales to convert units of length.classNode to record vertex attributes from shaders into buffer objects.classClass to mark/unmark vertices for beveling.classVertex property node.classNode that defines a vertex shader.classAbstract base class for all vertex shader parameter nodes.classVertex shader parameter node storing a float value.classVertex shader parameter node storing a short integer value.classVertex shader parameter node storing a two-dimensional (float) vector.classVertex shader parameter node storing a two-dimensional (short integers) vector.classVertex shader parameter node storing a three-dimensional (float) vector.classVertex shader parameter node storing a three-dimensional (short integer) vector.classVertex shader parameter node storing a four-dimensional (8-bit integer) vector.classVertex shader parameter node storing a four-dimensional (float) vector.classVertex shader parameter node storing a four-dimensional (integer) vector.classVertex shader parameter node storing a four-dimensional (short integer) vector.classVertex shader parameter node storing a four-dimensional (unsigned 8-bit integer) vector.classVertex shader parameter node storing a four-dimensional (unsigned integer) vector.classVertex shader parameter node storing a four-dimensional (unsigned short integer) vector.classVertex shader parameter node storing a buffer object.classVertex shader parameter node storing a matrix.classAbstract base class for all vertex-based shape nodes.classViewport parameters node.classViewport clipping node.classSeparator group node with a URL hyperlink.classNode that refers to children through a URL. -
Uses of Inventor in com.openinventor.inventor.projection
Subclasses of Inventor in com.openinventor.inventor.projectionModifier and TypeClassDescriptionclassCylindrical coordinate projection.classCartographic (PROJ4) projection class.classBase class for coordinate projection classes.classCache projected coordinates.classSpherical coordinate projection.classScale/recenter projection class. -
Uses of Inventor in com.openinventor.inventor.projectors
Subclasses of Inventor in com.openinventor.inventor.projectorsModifier and TypeClassDescriptionclassCylinder-plane projector.classCylinder projector.classCylinder-section projector.classCylinder-sheet projector.classLine projector.classPlane projector.classBase class for representing projectors.classSphere-plane projector.classSphere projector.classSphere-section projector.classSphere-sheet projector. -
Uses of Inventor in com.openinventor.inventor.sensors
Subclasses of Inventor in com.openinventor.inventor.sensorsModifier and TypeClassDescriptionclassTriggers a delegate once sometime in the future.classAbstract base class for sensors attached to parts of a scene.classAbstract base class for sensors not dependent on time.classSensor class that can be attached to Open Inventor fields.classSensor that triggers a callback each time a file is changed.classSensor for one-time only callbacks when the application is idle.classSensor class that can be attached to Open Inventor nodes.classSensor for one-time only callbacks.classSensor class that can be attached to Open Inventor paths.classAbstract base class for Open Inventor sensors.classCommon interface to expose system dependent timers.classInterface used bySoSystemTimerto execute a task.classAbstract base class for sensors dependent on time.classSensor that triggers repeatedly at regular intervals. -
Uses of Inventor in com.openinventor.inventor.simplifier
Subclasses of Inventor in com.openinventor.inventor.simplifierModifier and TypeClassDescriptionclassEncapsulates an algorithm for simplifying shapes through mesh decimation.classAbstract base class for objects that encapsulate simplification algorithms.Method parameters in com.openinventor.inventor.simplifier with type arguments of type InventorModifier and TypeMethodDescriptionvoidSoDecimator.setSimplifiedShapeClass(Class<? extends Inventor> simplifiedShapeType) Sets the shape type used for building the simplified node. -
Uses of Inventor in com.openinventor.inventor.touch
Subclasses of Inventor in com.openinventor.inventor.touchModifier and TypeClassDescriptionclassClass for managing events from touch screen input devices. -
Uses of Inventor in com.openinventor.inventor.touch.events
Subclasses of Inventor in com.openinventor.inventor.touch.events -
Uses of Inventor in com.openinventor.inventor.viewercomponents
Subclasses of Inventor in com.openinventor.inventor.viewercomponentsModifier and TypeClassDescriptionstatic classStructure given when a start render event is raised.classUtility class to manipulate a camera.classUtility class that generates Open Inventor events.classTheSoInterlacedStereoParametersclass is used to specify the behavior of the interlaced stereo.classRaw stereo parameters class.class(Preview Feature) Utility class to render a scene with an OpenGl context.classStereo parameters base class. -
Uses of Inventor in com.openinventor.inventor.viewercomponents.awt
Subclasses of Inventor in com.openinventor.inventor.viewercomponents.awtModifier and TypeClassDescriptionclassImplementation of SoSystemTimer with a javax.swing.Timer. -
Uses of Inventor in com.openinventor.inventor.viewercomponents.nodes
Subclasses of Inventor in com.openinventor.inventor.viewercomponents.nodesModifier and TypeClassDescriptionclassTool class for easily building a basic interactive OpenInventor application without using existing viewer classes.classTool class for easily building a basic OpenInventor application without using existing viewer classes.class(Preview Feature) Tool class for building a basic interactive OpenInventor application with mode-less scene "orbiter" viewing behavior.class(Preview Feature) Interactive cubic shape to control the orientation of a camera. -
Uses of Inventor in com.openinventor.inventor.viewercomponents.swt
Subclasses of Inventor in com.openinventor.inventor.viewercomponents.swtModifier and TypeClassDescriptionclassImplementation of SoSystemTimer for SWT application. -
Uses of Inventor in com.openinventor.ivtune
Subclasses of Inventor in com.openinventor.ivtune -
Uses of Inventor in com.openinventor.ldm
Subclasses of Inventor in com.openinventor.ldmModifier and TypeClassDescriptionclassVolume data access methods.classGlobal resource parameters of VolumeViz.classLarge Data Management.classResource Manager.classTile ID.classOctree topology queries.classVolume Data Histogram. -
Uses of Inventor in com.openinventor.ldm.compressors
Subclasses of Inventor in com.openinventor.ldm.compressorsModifier and TypeClassDescriptionclassData compression.classGzip data compression.classJpeg data compression. -
Uses of Inventor in com.openinventor.ldm.converters
Subclasses of Inventor in com.openinventor.ldm.convertersModifier and TypeClassDescriptionclassBase class for converting data sets into the LDM format.classAbstract base class for converting data sets into LDM format.classContainer class for LDM converter parameters.classWrite data to disk in LDM format. -
Uses of Inventor in com.openinventor.ldm.elements
Subclasses of Inventor in com.openinventor.ldm.elementsModifier and TypeClassDescriptionclassclassclassclassStores the current dataset id.classclassclass -
Uses of Inventor in com.openinventor.ldm.fields
Subclasses of Inventor in com.openinventor.ldm.fieldsModifier and TypeClassDescriptionclassField containing anSoLDMDataTransformobject.classField containing anSoLDMResourceParametersobject. -
Uses of Inventor in com.openinventor.ldm.manips
Subclasses of Inventor in com.openinventor.ldm.manipsModifier and TypeClassDescriptionclassManipulator to transform an ROI (Region of Interest). -
Uses of Inventor in com.openinventor.ldm.nodes
Subclasses of Inventor in com.openinventor.ldm.nodesModifier and TypeClassDescriptionclassData set compositor node.classRange of data values to be mapped to the color map.classData set node.classProperty node that sets the current dataset id.classPriority property of a rendering node.classclassLDM data transform object.classDefines resource parameters constraints of anSoDataSetobject.static classThis structure returns information to the application whenfixedResolutionis true andresolutionis not -1.classAbstract base class for LDM shape nodes.classSeparator for combining multiple data sets.classRegion of Interest (subvolume) node.classDescribes the association between data set values and colors.Method parameters in com.openinventor.ldm.nodes with type arguments of type InventorModifier and TypeMethodDescriptionfloatSoLDMResourceParameters.getGeometryPriority(Class<? extends Inventor> geometryType) Returns the priority of the specified geometry type.voidSoLDMResourceParameters.setGeometryPriority(Class<? extends Inventor> geometryType, float priority) Sets the importance of one type of geometry relative to others. -
Uses of Inventor in com.openinventor.ldm.readers
Subclasses of Inventor in com.openinventor.ldm.readersModifier and TypeClassDescriptionclassBase class for LDM data set readers.classAbstract base class for volume data set readers.classLDM file reader with borders.classLDM file reader. -
Uses of Inventor in com.openinventor.ldm.tiles
Subclasses of Inventor in com.openinventor.ldm.tilesModifier and TypeClassDescriptionclassLDM interface to optimize memory management of tiles .classLDM buffer object handling basic LDM tile information and implementing asynchronous buffer interface.classLDM buffer object handling basic LDM tile information.classLDM buffer object optimized for bitset tile data.classLDM buffer object optimized for compressed tile data.classLDM buffer object optimized for in memory reader tile data.classLDM buffer object optimized for uniform (single value) tile data. -
Uses of Inventor in com.openinventor.ldm.writers
Subclasses of Inventor in com.openinventor.ldm.writersModifier and TypeClassDescriptionclassAbstract base class for volume data writer.classWrite data to disk in LDM format. -
Uses of Inventor in com.openinventor.ldm.xml
Subclasses of Inventor in com.openinventor.ldm.xml -
Uses of Inventor in com.openinventor.medical.nodes
Subclasses of Inventor in com.openinventor.medical.nodesModifier and TypeClassDescriptionclass(Preview Feature) Text node to display DICOM information on screen.class(Preview Feature) Shape node to display a medical gnomon (compass) on the screen.class(Preview Feature) Shape node to display a magnified view of a region of the screen.classDeprecated.No longer supported, useSoOrthoSliceinstead (Preview Feature) Ortho slice shape node with border.class(Preview Feature) Interactive distance measuring tool for SoOrthoSlice.class(Preview Feature) Shape node to display slice orientation markers in window coordinates.class(Preview Feature) Shape node to display a dynamic scale bar in window coordinates.class(Preview Feature) Shape node to display a text box in window coordinates. -
Uses of Inventor in com.openinventor.meshviz
Subclasses of Inventor in com.openinventor.meshviz -
Uses of Inventor in com.openinventor.meshviz.data
Subclasses of Inventor in com.openinventor.meshviz.dataModifier and TypeClassDescriptionclassDefines a cartesian grid surface mesh.classDefines a cartesian grid volume mesh.classDefines an abstract cell of a mesh.classClass used to manage "defined" and "undefined" values.classDefines an abstract grid surface mesh.classDefines an abstract grid volume mesh.classDefines an hexahedron cell of a volume mesh.classDefines a mesh of hexahedrons.classDefines a surface mesh of polygons.classDefines a volume mesh of polyhedrons.classDefines a irregular mono-dimensional mesh.classDefines an abstract mesh.classDefines an abstract mono-dimensional mesh.classDefines an abstract surface mesh.classDefines an abstract volume mesh.classDefines a parallel cartesian grid surface mesh.classDefines a parallel cartesian grid volume mesh.classDefines a pixel cell of a surface mesh.classDefines a polar grid surface mesh.classDefines a pyramid cell of a volume mesh.classDefines a quadrangle cell of a surface mesh.classDefines a surface mesh of quadrangles.classDefines a regular cartesian grid surface mesh.classDefines a regular cartesian grid volume mesh.classDefines a regular mono-dimensional mesh.classDefines an tetrahedron cell of a volume mesh.classDefines a mesh of tetrahedrons.classDefines a triangle cell of a surface mesh.classDefines a surface mesh of triangles.classDefines a voxel cell of a volume mesh.classDefines a wedge cell of a volume mesh.classBase class for all 3DdataMaster objects.classBase class of all streamline representations on a mesh.classBuilds egdes of a cell of a mesh.classBuilds facets of a cell of a mesh.classBuilds text indices of a cell of a mesh.classAbstract representation of a cell of a mesh.classBase class for all mesh representations.classBase class for all surface mesh representations.classRepresentation of vectors data of a surface mesh.classBase class for all volume mesh representations.classRepresentation of vectors data of a volume mesh.classRepresentation of vectors on a cross section.classRepresentation of vectors on a grid of a cross section.classClass to build contour lines on a 2D mesh.classRepresentation of cross-contour of a volume mesh.classRepresentation of cross section of a volume mesh.classFilled representation of surface mesh.classRepresentation of level surface of volume mesh.classRepresentation of the limits of a surface mesh.classRepresentation of the edges of surface mesh.classProbing in a mesh.classClass to build the sides of the current surface mesh.classRepresentation of the skeleton of a volume mesh.classRepresentation of the mesh skin.classRepresentation of streamlines on a mesh.classRepresentation of streamlines with motion of colors.classAnimation of particles along streamlines on a mesh.classAnimation of point particles along streamline.classAnimation of sphere particles along streamline.classRepresentation of a surface connecting several streamlines.classAnimation of tadpole particles along streamline. -
Uses of Inventor in com.openinventor.meshviz.elements
Subclasses of Inventor in com.openinventor.meshviz.elementsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Inventor in com.openinventor.meshviz.fields
Subclasses of Inventor in com.openinventor.meshviz.fieldsModifier and TypeClassDescriptionclassInventor field containing a mesh of typePbCartesianGrid2D.classInventor field containing a mesh of typePbCartesianGrid3D.classInventor field containing a mesh of typePbHexahedronMesh3D.classInventor field containing a mesh of typePbIndexedMesh2D.classInventor field containing a mesh of typePbIndexedMesh3D.classInventor field containing a mesh of typePbIrregularMesh1D.classAbstract Inventor field defining a mesh.classInventor field containing a mesh of typePbParalCartesianGrid2D.classInventor field containing a mesh of typePbParalCartesianGrid3D.classInventor field containing a mesh of typePbPolarGrid2D.classInventor field containing a mesh of typePbQuadrangleMesh2D.classInventor field containing a mesh of typePbRegularCartesianGrid2D.classInventor field containing a mesh of typePbRegularCartesianGrid3D.classInventor field containing a mesh of typePbRegularMesh1D.classInventor field containing a mesh of typePbTetrahedronMesh3D.classInventor field containing a mesh of typePbTriangleMesh2D. -
Uses of Inventor in com.openinventor.meshviz.graph
Subclasses of Inventor in com.openinventor.meshviz.graphModifier and TypeClassDescriptionclassAbstract class for all basic objects.classAbstract class for data mapping.classDefines the date format and mapping.classClass to define a domain.classClass to define a list of isovalues.classClass to define linear data mapping.classClass to define a numeric display format.classClass to define non linear data mapping.classClass to define non linear data mapping.classClass to define a numeric display format.classClass to build an angular axis.classClass to build a 2D arrow.classClass to build a 3D arrow.classClass to build a set of axes on a parallelepiped relating to the view.classAbstract class for automatic value legend.classAbstract class for axis representations.classAbstract base class for bar representations.classAbstract base class for all Graph Master & 3D Data Master classes.classBase class for all axis objects.classBuilds a bi-error point field.classAbstract class for cartesian axes.classAbstract base class for all charting representations.classAbstract class for 2D circle representation.classAbstract class for 3D circle representation.classClass to build a 3D circle.classClass to build a 3D circle.classAbstract class for 2D circle arc representation.classAbstract class for 3D circle arc representation.classClass to build a 3D circle arc.classClass to build a 3D circle arc.classClass to build a 3D circle arc.classClass to build a 2D circle arc.classClass to build a 2D circle arc.classClass to build a 2D circle arc.classClass to build a 2D circle arc.classClass to build a 2D circle.classClass to build a 2D circle.classClass to build conic bars.classClass for a 3D axes system.classBuilds a 2D curve.classBuilds a 3D curve.classClass to build 3D filled curve.classClass to build a 2D line curve.classClass to build cylindrical bars.classClass to build an error curve represention.classBuilds points field with X and Y margin error.classClass to build a generalized axis.classClass to build generalized bars.classClass to build a 2D generalized scatter.classAbstract base class for all Graph Master classes.classClass to build a group of two axes.classClass to build a group of three axes.classClass to build a group of four axes.classClass to build a group of six axes.classClass to build a high low close representation.classAbstract class for histogram representations.classClass to build an items legend.classClass to build a label field.classClass to build a label field.classAbstract class for legend representations.classClass to build a linear axis.classClass to build line bars.classClass to build a linear auto value legend.classClass to build a logarithmic axis.classClass to build a multiple histogram.classClass to build a non linear legend (first representation).classClass to build a non linear legend (second representation).classClass to build a non linear legend (third representation).classClass for a 2D parallelogram.classClass for a 3D parallelogram.classAbstract class for pie chart representation.classClass for 2D pie chart representation.classClass for 3D pie chart representation.classClass to build a 3D pie chart.classClass to build a points field bars.classAbstract class for polar axis.classClass to build a polar linear axis.classClass to build a logarithmic polar axis.classClass to build profile bars.classClass for a 2D rectangle.classClass to build a 2D ribbon curve.classClass to build a 2D scatter.classClass to build a single histogram.classClass to build a time axis.classClass to build a 2D tube curve.classClass for a valued markers field.classAbstract class for values legend. -
Uses of Inventor in com.openinventor.meshviz.nodes
Subclasses of Inventor in com.openinventor.meshviz.nodesModifier and TypeClassDescriptionclassNode to define the beveled edge values.classInventor node defining a mesh of typePbCartesianGrid2D.classInventor node defining a mesh of typePbCartesianGrid3D.classInterface class defining a filter of cells.classNode that defines a circular profile.classNode to define a coordinate list filter.classAbstract base class for all data mapping nodes.classNode to define date format and mapping.classNode to define a domain.classNode that defines an elliptic profile.classInventor node defining a mesh of typePbHexahedronMesh3D.classInventor node defining a mesh of typePbIndexedMesh2D.classInventor node defining a mesh of typePbIndexedMesh3D.classNode to define a index list filter.classNode class to define a filter of cells.classInventor node defining a mesh of typePbIrregularMesh1D.classNode to define a list of isovalues.classNode to define common label hints.classNode class to define a linear data mapping.classAbstract base class for all filter nodes.classNode that provides hints about the mesh 1D.classAbstract Inventor node defining a mesh.classNode to define miscellaneous text attributes (font name, line length,...).classAbstract base class for all MeshViz nodes.classNode class to define a non linear data mapping.classNode class to define a non linear data mapping.classNode to define the numeric display format.classInventor node defining a mesh of typePbParalCartesianGrid2D.classInventor node defining a mesh of typePbParalCartesianGrid3D.classNode to define a period filter.classNode to define a period index filter.classInventor node defining a mesh of typePbPolarGrid2D.classAbstract base class for all profile nodes.classNode that defines a 2D polygon profile.classInventor node defining a mesh of typePbQuadrangleMesh2D.classInventor node defining a mesh of typePbRegularCartesianGrid2D.classInventor node defining a mesh of typePbRegularCartesianGrid3D.classInventor node defining a mesh of typePbRegularMesh1D.classNode that defines a square profile.classInventor node defining a mesh of typePbTetrahedronMesh3D.classInventor node defining a mesh of typePbTriangleMesh2D. -
Uses of Inventor in com.openinventor.meshvizxlm.mapping.details
Subclasses of Inventor in com.openinventor.meshvizxlm.mapping.detailsModifier and TypeClassDescriptionclassStores detail information about vertex-based shapes made of faces.classStores detail information about vertex-based shapes made of faces from unstructured meshes and structured line meshes.classStores detail information about vertex-based shapes made of faces from a structured surface mesh.classStores detail information about vertex-based shapes made of faces from a structured volume mesh.classStores detail information about vertex-based shapes made of line segments.classStores detail information about vertex-based shapes made of line segments from unstructured meshes and structured line meshes.classStores detail information about vertex-based shapes made of line segments from structured volume meshes. -
Uses of Inventor in com.openinventor.meshvizxlm.mapping.elements
Subclasses of Inventor in com.openinventor.meshvizxlm.mapping.elementsModifier and TypeClassDescriptionclassElement that stores the current cell filter.classElement that stores the current accumulated cell ranges and computes the intersection of all these.classElement that stores the current color mapping.classElement that stores the current data binding.classElement that stores the current draw style.classElement that stores the current colors and coloring options.classElement that stores the current mesh.classElement that stores the current list of scalar sets for unstructured meshes.classElement that stores the current list of scalar sets for structured surface meshes.classElement that stores the current list of scalar sets for structured volume meshes.classclassElement that stores the current list of vector sets for unstructured meshes.classElement that stores the current list of vector sets for structured surface meshes.classElement that stores the current list of vector sets for structured volume meshes. -
Uses of Inventor in com.openinventor.meshvizxlm.mapping.nodes
Subclasses of Inventor in com.openinventor.meshvizxlm.mapping.nodesModifier and TypeClassDescriptionclassclassProperty node that defines a cell filter.classProperty node that stores cell ranges for meshes.classAbstract base class for color mapping nodes.classProperty node that defines the data binding.classProperty node that defines the draw style of representations.classProperty node that defines the material of surface representations.classProperty node that defines a mesh.classAbstract base class for all MeshViz XLM representation nodes.classRendering node that displays a set of cells of a mesh.classRendering node that displays a cylinder slice of a volume mesh.classRendering node that displays an isosurface of a volume mesh.classRendering node that displays the outline of a mesh.classRendering node that displays a plane slice of a volume mesh.classAction node that probes cells of a mesh.classAbstract base class for all MeshViz XLM representation nodes containing an extractor.classRendering node that displays the skin of a volume mesh.classRendering node that displays a slab of an IJK volume mesh.classRendering node that displays a sphere slice of a volume mesh.classRendering node that displays streamlines of a vector field on a volume mesh.classRendering node that displays a surface mesh.classRendering node that displays a vector data set.classProperty node that selects a predefined color mapping.classProperty node that stores a scalar data set for an unstructured mesh.classProperty node that stores a scalar data set for a structured surface mesh.classProperty node that stores a scalar data set for a structured volume mesh.classProperty node that stores any kind of string data set.classProperty node that stores a vector data set for an unstructured mesh.classProperty node that stores a vector data set for a structured surface mesh.classProperty node that stores a vector data set for a structured volume mesh. -
Uses of Inventor in com.openinventor.remoteviz.clients.nodes
Subclasses of Inventor in com.openinventor.remoteviz.clients.nodesModifier and TypeClassDescriptionclassClient node enables to integrate RemoteViz into Open Inventor applications.static classStructure given when a received binary message event is raised.static classStructure given when a received and decoded frame event is raised.static classStructure given when a keyboard event is raised.static classStructure given when a received text message event is raised.static classStructure given when a mouse button event is raised.static classStructure given when a mouse location event is raised.static classStructure given when a mouse wheel event is raised.static classStructure given when a renderArea resize event is raised.static classStructure given when a ServiceMessage event is raised.static classStructure given when a touch event is raised. -
Uses of Inventor in com.openinventor.remoteviz.rendering
Subclasses of Inventor in com.openinventor.remoteviz.renderingModifier and TypeClassDescriptionclassRepresents a client application instance using RemoteViz.classSettings that define aClient.classRepresents a connection from aClientto aRenderAreamanaged by the RemoteViz service.classField-value pairs included in the URL when the client requested a connection.classSettings that define aConnection.classThis class provides the features of an encoded frame that is sent to the client.classDefines a pair of encoders that are used to encode still and interactive frames.classThis class represents the header configuration options for an HTTP request and response.classThis class encapsulates an HTTP request message received by the service.classThis class encapsulates an HTTP response message.classThis class is the base class ofKeepFramesPerSecondPolicyandKeepFrameQualityPolicy.classThis class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to theConnection.classThis class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to theConnection.classThis class can be overridden by an application to monitor the service.classThis class enables to manage metrics listeners that monitor states and performance of the service.classThis class manages measures of service quality of the network.classDefines the rendering area for Open Inventor rendering.classSettings to setup hardware for a render area.classThis class can be overridden by an application to receive notifications from aRenderArea.classDefines the RemoteViz rendering service.classThis class can be overridden by an application to receive notifications from the renderingService.classSettings that define the renderingService.classThis class represents a Uniform Resource Identifier (URI). -
Uses of Inventor in com.openinventor.volumeviz.converters
Subclasses of Inventor in com.openinventor.volumeviz.convertersModifier and TypeClassDescriptionclassClass for converting volume data sets into the LDM format. -
Uses of Inventor in com.openinventor.volumeviz.details
Subclasses of Inventor in com.openinventor.volumeviz.detailsModifier and TypeClassDescriptionclassStores detail information about a picked voxel or pick ray in a data volume.classStores detail information about a picked cell in a heightfield.classStores detail information about a picked voxel on an oblique slice.classStores detail information about an ortho slice.classBase class for detail information about picking in a data volume.classBase class for detail information about picking in a data volume.classStores detail information about a picked voxel or pick ray in a data volume.classStores detail information about a picked voxel or pick ray in a data volume. -
Uses of Inventor in com.openinventor.volumeviz.draggers
Subclasses of Inventor in com.openinventor.volumeviz.draggersModifier and TypeClassDescriptionclassObject that moves anSoOrthoSliceby dragging with the mouse. -
Uses of Inventor in com.openinventor.volumeviz.elements
Subclasses of Inventor in com.openinventor.volumeviz.elementsModifier and TypeClassDescriptionclassclassclassclassclassclassStores the current volume transform(s). -
Uses of Inventor in com.openinventor.volumeviz.nodes
Subclasses of Inventor in com.openinventor.volumeviz.nodesModifier and TypeClassDescriptionclassFence slice shape node.classHeight field data node.classHeight field property node.classHeight field mask node.classHeightfield rendering node.classOblique slice shape node.classExtract data from anSoVolumeRender.classOrtho slice shape node.classAbstract base class for slice shape nodes.classClips a volume using a 2D surface.classClips a volume with the depth map projection of a shape.classBuffered shape node for volume data.classClipping a volume with a 3D object.classVolume data property node.classVolume draw style.classPolygonal face shape node for volume data.classGroups multiple volumes to be volume rendered in the same scene.classIndexed polygonal face shape node for volume data.classIndexed triangle strip set shape node for volume data.classIsosurface property node.classVolume mask.classVolume mask group.classRenders data volumes using direct volume rendering.classInitializes the VolumeViz module database.classDeprecated.As of Open Inventor 2025.1.0.0.classVolume rendering quality property mode.classShader node for volume rendering.classclassDraws a data volume skin.classTransform data before texture creation.classTriangle strip set shape node for volume data. -
Uses of Inventor in com.openinventor.volumeviz.readers
Subclasses of Inventor in com.openinventor.volumeviz.readersModifier and TypeClassDescriptionclassAm file reader.classAVS field file reader.classDICOM data.classDICOM file reader.classGeneric file reader.classReads volume data stored in memory.classMRC file reader.classRaster stack reader.classSEGY file header.classSEGY file format reader.classSEGY file trace header field description.classSEGY trace identification header.classTIFF file reader.classVOL file reader.classVOX file reader.classXT file reader. -
Uses of Inventor in com.openinventor.volumeviz.readers.dicom
Subclasses of Inventor in com.openinventor.volumeviz.readers.dicomModifier and TypeClassDescriptionclassDICOM data.classDICOM data.classDICOM data.classDICOM data.classDICOM data. -
Uses of Inventor in com.openinventor.volumeviz.writers
Subclasses of Inventor in com.openinventor.volumeviz.writers