Package com.openinventor.meshviz.nodes
Class PoPolarGrid2D
- java.lang.Object
- 
- All Implemented Interfaces:
- SafeDisposable
 
 public class PoPolarGrid2D extends PoMeshProperty Inventor node defining a mesh of typePbPolarGrid2D.
- 
- 
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 PoSFPolarGrid2DmeshField containing a mesh of typePbPolarGrid2D.- 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Constructor SummaryConstructors Constructor Description PoPolarGrid2D()Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetGeometry(int num_r, int num_t, float[] r, float[] t)Calls setGeometry(num_r, num_t, r, t, (float[])null).voidsetGeometry(int num_r, int num_t, float[] r, float[] t, float[] z)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 PoSFPolarGrid2D mesh Field containing a mesh of typePbPolarGrid2D.
 
- 
 - 
Method Detail- 
setGeometrypublic void setGeometry(int num_r, int num_t, float[] r, float[] t)Calls setGeometry(num_r, num_t, r, t, (float[])null).
 - 
setGeometrypublic void setGeometry(int num_r, int num_t, float[] r, float[] t, float[] z)Convenience method to change the geometry of the mesh. See alsoPbPolarGrid2D.setGeometry().
 
- 
 
-