public abstract class MoActionNode extends SoNode
SoNode.RenderModes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
callback(SoCallbackAction action) |
void |
distribute(SoDistributeAction action) |
void |
getBoundingBox(SoGetBoundingBoxAction action) |
void |
getMatrix(SoGetMatrixAction action) |
void |
getPrimitiveCount(SoGetPrimitiveCountAction action) |
SoNode.RenderModes |
getRenderEngineMode()
Returns the supported Render engine mode.
|
void |
GLRender(SoGLRenderAction action) |
void |
handleEvent(SoHandleEventAction action) |
void |
pick(SoPickAction action) |
void |
rayPick(SoRayPickAction action) |
affectsState, copy, copy, doAction, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public void getBoundingBox(SoGetBoundingBoxAction action)
getBoundingBox
in class SoNode
public void GLRender(SoGLRenderAction action)
public void callback(SoCallbackAction action)
public void getMatrix(SoGetMatrixAction action)
public void handleEvent(SoHandleEventAction action)
handleEvent
in class SoNode
public void pick(SoPickAction action)
public void rayPick(SoRayPickAction action)
public void getPrimitiveCount(SoGetPrimitiveCountAction action)
getPrimitiveCount
in class SoNode
public void distribute(SoDistributeAction action)
distribute
in class SoNode
public SoNode.RenderModes getRenderEngineMode()
SoNode
For custom node, this method returns by default
SoNode.RenderModes.OIV_UNKNOWN_RENDERING_MODE
, override this method to
specify the Render engine mode supported by your custom node.
getRenderEngineMode
in class SoNode
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com