Package com.openinventor.meshviz.nodes
Class PoRegularCartesianGrid2D
- java.lang.Object
- 
- com.openinventor.inventor.Inventor
- 
- com.openinventor.inventor.misc.SoBase
- 
- com.openinventor.inventor.fields.SoFieldContainer
- 
- com.openinventor.inventor.nodes.SoNode
- 
- com.openinventor.meshviz.nodes.PoNode
- 
- com.openinventor.meshviz.nodes.PoMeshProperty
- 
- com.openinventor.meshviz.nodes.PoRegularCartesianGrid2D
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- SafeDisposable
 
 public class PoRegularCartesianGrid2D extends PoMeshProperty Inventor node defining a mesh of typePbRegularCartesianGrid2D.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.openinventor.meshviz.nodes.PoMeshPropertyPoMeshProperty.DataBindings
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNodeSoNode.RenderModes
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
 
- 
 - 
Field SummaryFields Modifier and Type Field Description PoSFRegularCartesianGrid2DmeshField containing a mesh of typePbRegularCartesianGrid2D.- 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Constructor SummaryConstructors Constructor Description PoRegularCartesianGrid2D()Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max)Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).voidsetGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, float[] zn)Convenience method to change the geometry of the mesh.- 
Methods inherited from class com.openinventor.meshviz.nodes.PoMeshPropertyaddStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet, getMesh
 - 
Methods inherited from class com.openinventor.meshviz.nodes.PoNodecallback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, write
 - 
Methods inherited from class com.openinventor.inventor.nodes.SoNodeaffectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderEngineMode, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touch
 - 
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainercopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
 - 
Methods inherited from class com.openinventor.inventor.misc.SoBasedispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
 - 
Methods inherited from class com.openinventor.inventor.InventorgetNativeResourceHandle
 
- 
 
- 
- 
- 
Field Detail- 
meshpublic final PoSFRegularCartesianGrid2D mesh Field containing a mesh of typePbRegularCartesianGrid2D.
 
- 
 - 
Method Detail- 
setGeometrypublic void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max)Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).
 - 
setGeometrypublic void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, float[] zn)Convenience method to change the geometry of the mesh. See alsoPbRegularCartesianGrid2D.setGeometry().
 
- 
 
-