public class PbMesh2D extends PbMesh
PbGrid2D
) or irregular (see derived class PbIndexedMesh2D
).Modifier and Type | Class and Description |
---|---|
static class |
PbMesh2D.ExtrapolationMethods
Specifies the type of extrapolation used by getFaultMesh() when computing values on the fault lines.
|
PbMesh.CellBox, PbMesh.ContainingCell, PbMesh.CoordinatesInfo, PbMesh.DataBindings
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
USE_ADJACENT_DERIVS
Deprecated.
Use
PbMesh2D.ExtrapolationMethods.USE_ADJACENT_DERIVS instead. |
static int |
USE_ADJACENT_VALUES
Deprecated.
Use
PbMesh2D.ExtrapolationMethods.USE_ADJACENT_VALUES instead. |
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
addVecsSet(int set_index,
SbVec2f[] val)
Calls addVecsSet(set_index, val, "").
|
void |
addVecsSet(int set_index,
SbVec2f[] val,
java.lang.String setName)
Adds a set of 2D vectors on the mesh.
|
SbBox2f |
get2DBoundingBox()
Gets the 2D mesh's bounding box.
|
PbMesh2D |
getFaultMesh(int num_fault_lines,
int[] fault_line_sizes,
SbVec3f[] coord)
Same as calling getFaultMesh(num_fault_lines, fault_line_sizes, coord,PbMesh2D.USE_ADJACENT_DERIVS, PbDefinedValue())
|
addStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet, findContainingCell, findContainingCell, getArea, getBiggestCellBox, getBoundingBox, getCell, getCoordinates, getDirectValuesSet, getDirectVecsSet, getMaxValuesSet, getMaxVecsSet, getMinValuesSet, getMinVecsSet, getNodeCoord, getNumCells, getNumNodes, getNumStringsSet, getNumValuesSet, getNumVecsSet, getSmallestCellBox, getStringsSetName, getValuesBinding, getValuesSet, getValuesSetName, getVecsSet, getVecsSetName, getVolume, isDataDuplicated, removeAllStringsSet, removeAllValuesSet, removeAllVecsSet, removeStringsSet, removeValuesSet, removeVecsSet, setCoordinates
enableConnection, isConnectionEnabled, touch
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int USE_ADJACENT_DERIVS
PbMesh2D.ExtrapolationMethods.USE_ADJACENT_DERIVS
instead.@Deprecated public static final int USE_ADJACENT_VALUES
PbMesh2D.ExtrapolationMethods.USE_ADJACENT_VALUES
instead.public void addVecsSet(int set_index, SbVec2f[] val)
public void addVecsSet(int set_index, SbVec2f[] val, java.lang.String setName)
isDataDuplicated
field is false, this set of 2D vectors is always duplicated in a PbMesh2D
object. If you do not want to duplicate your vectors set, you must set is_data_duplicated to false in your mesh constructor and use the method PbMesh.addVecsSet()
.public PbMesh2D getFaultMesh(int num_fault_lines, int[] fault_line_sizes, SbVec3f[] coord)
public SbBox2f get2DBoundingBox()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com