Uses of Class
com.openinventor.inventor.fields.SoMFInt64
Packages that use SoMFInt64
Package
Description
Provides rendering, property and action nodes.
-
Uses of SoMFInt64 in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoMFInt64Modifier and TypeFieldDescriptionMoMeshCellShape.cellIndicesField representing the list of cells given by their index in the mesh.
If the mesh is unstructured, each value ofcellIndicesrepresents one cell.
If the mesh is a structured surface mesh, each cell is defined by a pair of indices (cellIndices(i),cellIndices(i+1)).
If the mesh is a structured volume mesh, each cell is defined by three indices (cellIndices(i),cellIndices(i+1),cellIndices(i+2)).
So, depending on the type of mesh, one, two or three indices are necessary to define each cell.MoCellRanges.maxMaximum cell index values for displaying the mesh representation.MoMeshSkin.maxCellRangesDeprecated.MoCellRanges.minMinimum cell index values for displaying the mesh representation.MoMeshSkin.minCellRangesDeprecated.As of Open Inventor 9.5.1, useMoCellRangesinstead.
MoCellRangesinstead.