public class PbCartesianGrid2D extends PbGrid2D implements java.lang.Cloneable
The values on the mesh nodes are defined by the PbMesh.addValuesSet()
method, where val argument is an array of num_x * num_y floats.
PbMesh2D.ExtrapolationMethods
PbMesh.CellBox, PbMesh.ContainingCell, PbMesh.CoordinatesInfo, PbMesh.DataBindings
Inventor.ConstructorCommand
USE_ADJACENT_DERIVS, USE_ADJACENT_VALUES
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PbCartesianGrid2D()
Calls PbCartesianGrid2D(true).
|
PbCartesianGrid2D(boolean is_data_duplicated)
Constructor of a default simple mesh.
|
PbCartesianGrid2D(int num_x,
int num_y,
float[] x,
float[] y)
Calls PbCartesianGrid2D(num_x, num_y, x, y, true).
|
PbCartesianGrid2D(int num_x,
int num_y,
float[] x,
float[] y,
boolean is_data_duplicated)
Constructor of a 2D surface mesh.
|
PbCartesianGrid2D(int num_x,
int num_y,
float[] x,
float[] y,
float[] z)
Calls PbCartesianGrid2D(num_x, num_y, x, y, z, true).
|
PbCartesianGrid2D(int num_x,
int num_y,
float[] x,
float[] y,
float[] z,
boolean is_data_duplicated)
Constructor of a 3D surface mesh.
|
PbCartesianGrid2D(PbCartesianGrid2D name_53)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
getCellIndices, getDim, getNodeCoord, getNodeIndices, setGeometry, setGeometry
addVecsSet, addVecsSet, get2DBoundingBox, getFaultMesh
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
public PbCartesianGrid2D(int num_x, int num_y, float[] x, float[] y, float[] z)
public PbCartesianGrid2D(int num_x, int num_y, float[] x, float[] y)
public PbCartesianGrid2D()
public PbCartesianGrid2D(int num_x, int num_y, float[] x, float[] y, float[] z, boolean is_data_duplicated)
PbMesh
for more explanations about data duplication.public PbCartesianGrid2D(boolean is_data_duplicated)
PbMesh
for more explanations about data duplication.public PbCartesianGrid2D(int num_x, int num_y, float[] x, float[] y, boolean is_data_duplicated)
PbMesh
for more explanations about data duplication.public PbCartesianGrid2D(PbCartesianGrid2D name_53)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com