public interface MeXTopologyI extends MiTopologyI
A generic interface for an extracted implicit mesh topology.
| Modifier and Type | Method and Description |
|---|---|
long |
getInputCellIdI(long id)
Returns the I cell index of the input cell containing the extracted cell
with the given id.
|
long |
getInputCellIdJ(long id)
Returns the J cell index of the input cell containing the extracted cell
with the given id.
|
long |
getInputCellIdK(long id)
Returns the K cell index of the input cell containing the extracted cell
with the given id.
|
boolean |
hasInputCellMapping()
Returns
true if the input cell mapping is available. |
getCellName, getNumCells, isDeadgetTimeStamp, hasDeadCellsboolean hasInputCellMapping()
true if the input cell mapping is available. If
false, the getInputCellId() methods must be ignored.true if the input cell mapping is availablelong getInputCellIdI(long id)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return MxMeshViz.UNDEFINED_ID.
id - the index of the cell to checklong getInputCellIdJ(long id)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return MxMeshViz.UNDEFINED_ID.
id - the index of the cell to checklong getInputCellIdK(long id)
This defines a mapping between extracted cells and input cells if the
hasInputCellMapping() method returns true, otherwise these
methods return MxMeshViz.UNDEFINED_ID.
id - the index of the cell to checkGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com