Uses of Class
com.openinventor.inventor.fields.SoMFInt64
-
Packages that use SoMFInt64 Package Description com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoMFInt64 in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoMFInt64 Modifier and Type Field Description SoMFInt64
MoMeshCellShape. 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.SoMFInt64
MoCellRanges. max
Maximum cell index values for displaying the mesh representation.SoMFInt64
MoMeshSkin. maxCellRanges
Deprecated.As of Open Inventor 9.5.1, useMoCellRanges
instead.SoMFInt64
MoCellRanges. min
Minimum cell index values for displaying the mesh representation.SoMFInt64
MoMeshSkin. minCellRanges
Deprecated.As of Open Inventor 9.5.1, useMoCellRanges
instead.
-