public interface MiTopologyIj extends MiTopology
A generic interface for a structured implicit surface mesh topology.
Cells are all implicitly defined as quadrangles so there is no need for
specifying a list of cells.
The number of cells on each dimension defines completely the topology.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellName(long i,
long j)
Deprecated.
As of Open Inventor 9.6.3, no alternate method but it is
deprecated as it will be removed in next major version. It will
be replaced by the new interface
MiStringSet . |
long |
getNumCellsI()
Returns the number of cells on the first logical axis.
|
long |
getNumCellsJ()
Returns the number of cells on the second logical axis.
|
boolean |
isDead(long i,
long j)
Returns
true if the cell at the specified position should be
ignored. |
getTimeStamp, hasDeadCells
long getNumCellsI()
long getNumCellsJ()
boolean isDead(long i, long j)
true
if the cell at the specified position should be
ignored.
This value is ignored if the hasDeadCell
method returns
false
.
i
- i-index of the cell to checkj
- j-index of the cell to checktrue
if the cell should be ignored@Deprecated java.lang.String getCellName(long i, long j)
MiStringSet
.i
- i-index of the cellj
- j-index of the cellGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com