public interface MiGeometryIj extends MiGeometry
Generic geometry interface accessible via two indices. This type of geometry is typically used by curvilinear surface mesh interfaces.
Modifier and Type | Method and Description |
---|---|
double[] |
getCoord(long i,
long j)
Returns the {x, y, z} coordinates at the specified position of this
geometry.
|
java.lang.String |
getNodeName(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 . |
getTimeStamp
double[] getCoord(long i, long j)
i
- i-index of the coordinates to returnj
- j-index of the coordinates to return@Deprecated java.lang.String getNodeName(long i, long j)
MiStringSet
.i
- i-index of nodej
- j-index of nodeGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com