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.cellIndices
Field representing the list of cells given by their index in the mesh.
If the mesh is unstructured, each value ofcellIndices
represents 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.max
Maximum cell index values for displaying the mesh representation.MoMeshSkin.maxCellRanges
Deprecated.MoCellRanges.min
Minimum cell index values for displaying the mesh representation.MoMeshSkin.minCellRanges
Deprecated.As of Open Inventor 9.5.1, useMoCellRanges
instead.
MoCellRanges
instead.