Package com.openinventor.meshviz.nodes
Class PoParalCartesianGrid2D
- All Implemented Interfaces:
SafeDisposable
Inventor node defining a mesh of type
PbParalCartesianGrid2D
.-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.meshviz.nodes.PoMeshProperty
PoMeshProperty.DataBindings
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PoSFParalCartesianGrid2D
Field containing a mesh of typePbParalCartesianGrid2D
.Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setGeometry
(int num_x, int num_y, float[] xn, float[] yn) Calls setGeometry(num_x, num_y, xn, yn, (float[])null).void
setGeometry
(int num_x, int num_y, float[] xn, float[] yn, float[] zn) Convenience method to change the geometry of the mesh.Methods inherited from class com.openinventor.meshviz.nodes.PoMeshProperty
addStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet, getMesh
Methods inherited from class com.openinventor.meshviz.nodes.PoNode
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, write
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, 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.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
Field Details
-
mesh
Field containing a mesh of typePbParalCartesianGrid2D
.
-
-
Constructor Details
-
PoParalCartesianGrid2D
public PoParalCartesianGrid2D()Constructor.
-
-
Method Details
-
setGeometry
public void setGeometry(int num_x, int num_y, float[] xn, float[] yn) Calls setGeometry(num_x, num_y, xn, yn, (float[])null). -
setGeometry
public void setGeometry(int num_x, int num_y, float[] xn, float[] yn, float[] zn) Convenience method to change the geometry of the mesh. See alsoPbParalCartesianGrid2D.setGeometry()
.
-