Click or drag to resize
SoCallbackAction Methods

The SoCallbackAction type exposes the following members.

Methods
  NameDescription
Public methodAddLineSegmentCallback

Routine to add callbacks for generated primitives (line segments) for all shapes of the given type.

Public methodAddPointCallback

Routine to add callbacks for generated primitives (points) for all shapes of the given type.

Public methodAddPostCallback

Adds a callback function to call when a node of the given type is encountered during traversal.

Public methodAddPreCallback

Adds a callback function to call when a node of the given type is encountered during traversal.

Public methodAddTriangleCallback

Routine to add callbacks for generated primitives (triangles) for all shapes of the given type.

Public methodApply(SoNode)

Initiates an action on the graph defined by a node.

(Inherited from SoAction.)
Public methodApply(SoPath)

Initiates an action on the graph defined by a path.

(Inherited from SoAction.)
Public methodApply(SoPathList)
Calls Apply(pathList, false).
(Inherited from SoAction.)
Public methodApply(SoPathList, Boolean)

Initiates an action on the graph defined by a list of paths.

(Inherited from SoAction.)
Public methodClearApplyResult

When applied, an action may reference nodes or create objects (e.g.

(Inherited from SoAction.)
Public methodStatic memberEnableElement
Public methodEnableElements Obsolete.
Returns the list of enabled elements for a given action subclass.
(Inherited from SoAction.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodForwardTraversal(SoNode)

Traverse a node that is not part of the current scenegraph.

(Inherited from SoAction.)
Public methodForwardTraversal(SoPath)

Traverse a path that is not part of the current scenegraph.

(Inherited from SoAction.)
Public methodGetComplexity

Returns complexity information from the state.

Public methodGetComplexityType

Returns complexity information from the state.

Public methodGetContinueActionInBranchFlag

This function indicates if the action must stop in the current branch.

(Inherited from SoAction.)
Public methodGetCoordinate3

Returns the current coordinates from the state.

Public methodGetCoordinate4

Returns the current coordinates from the state.

Public methodGetCreaseAngle

Returns the current shape hints from the state.

Public methodGetCurPath

Returns the path accumulated during traversal, i.e., the chain of nodes from the root of the traversed graph to the current node being traversed.

(Inherited from SoAction.)
Public methodGetCurrentResponse
Public methodGetDecimationPercentage

Returns the current decimation percentage from the state.

Public methodGetDecimationType

Returns the current decimation type from the state.

Public methodGetDistribMode

Returns the distribution mode of this action across a cluster (ScaleViz-Cluster only).

(Inherited from SoAction.)
Public methodGetDrawStyle

Returns the current drawing style information from the state.

Public methodGetFaceType

Returns the current shape hints from the state.

Public methodGetFocalDistance

Returns the current camera and viewing information from the state.

Public methodGetFontName

Returns the current font information from the state.

Public methodGetFontRenderStyle

Returns the current font information from the state.

Public methodGetFontSize

Returns the current font information from the state.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLightAttenuation

Returns the current lighting model information from the state.

Public methodGetLightModel

Returns the current lighting model information from the state.

Public methodGetLinePattern

Returns the current drawing style information from the state.

Public methodGetLinePatternScaleFactor

Returns the current drawing style information from the state.

Public methodGetLineWidth

Returns the current drawing style information from the state.

Public methodGetMaterial(SbColor, SbColor, SbColor, SbColor, Single, Single)
Calls GetMaterial(ambient, diffuse, specular, emission, shininess, transparency, System.Int32(0)).
Public methodGetMaterial(SbColor, SbColor, SbColor, SbColor, Single, Single, Int32)

Returns the current material information from the state.

Public methodGetMaterialBinding

Returns the current material information from the state.

Public methodGetModelMatrix

Returns the current modeling transformation from the state.

Public methodGetNodeAppliedTo

Returns the node the action is being applied to.

(Inherited from SoAction.)
Public methodGetNormal

Returns the current normal information from the state.

Public methodGetNormalBinding

Returns the current normal information from the state.

Public methodGetNumCoordinates

Returns the current coordinates from the state.

Public methodGetNumNormals

Returns the current normal information from the state.

Public methodGetNumProfileCoordinates

Returns the current profiles and their coordinates from the state.

Public methodGetNumTextureCoordinates

Returns texture information from the state.

Public methodGetOriginalPathListAppliedTo

Returns the original path list the action is being applied to.

(Inherited from SoAction.)
Public methodGetPathAppliedTo

Returns the path the action is being applied to.

(Inherited from SoAction.)
Public methodGetPathCode

Returns path code based on where current node (the node at the end of the current path) lies with respect to the path(s) the action is being applied to.

(Inherited from SoAction.)
Public methodGetPathListAppliedTo

Returns the path list the action is being applied to.

(Inherited from SoAction.)
Public methodGetPickStyle

Returns the current picking style.

Public methodGetPipeId

Gets pipe identifier in the range [1..N] associated to this render action while running a ScaleViz Multipipe configuration.

(Inherited from SoAction.)
Public methodGetPointSize

Returns the current drawing style information from the state.

Public methodGetProfile

Returns the current profiles and their coordinates from the state.

Public methodGetProfileCoordinate2

Returns the current profiles and their coordinates from the state.

Public methodGetProfileCoordinate3

Returns the current profiles and their coordinates from the state.

Public methodGetProjectionMatrix

Returns the current camera and viewing information from the state.

Public methodGetSceneManager

Return the OIV.Inventor.SoSceneManager associated with this action.

(Inherited from SoAction.)
Public methodGetShapeType

Returns the current shape hints from the state.

Public methodGetState

Gets the state from the action.

(Inherited from SoAction.)
Public methodGetSwitch

Returns the current switch value.

Public methodGetTextureBlendColor

Returns texture information from the state.

Public methodGetTextureCoordinate2

Returns texture information from the state.

Public methodGetTextureCoordinate4

Returns texture information from the state.

Public methodGetTextureCoordinateBinding

Returns texture information from the state.

Public methodGetTextureFileName

Returns texture information from the state.

Public methodGetTextureImage(SbVec2i32, Int32)

Returns texture information from the state.

Public methodGetTextureImage(SbVec2s, Int32) Obsolete.

Returns texture information from the state.

Public methodGetTextureMatrix

Returns the current texture mapping information from the state.

Public methodGetTextureModel

Returns the current texture mapping information from the state.

Public methodGetTextureTransformNode

Returns the current texture mapping information from the state.

Public methodGetTextureWrapS

Returns the current texture mapping information from the state.

Public methodGetTextureWrapT

Returns the current texture mapping information from the state.

Public methodGetTransparencyType

Returns the current Transparency Type information from the state.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnits

Returns the current units from the state.

Public methodGetVertexOrdering

Returns the current shape hints from the state.

Public methodGetViewingMatrix

Returns the current camera and viewing information from the state.

Public methodGetViewVolume

Returns the current camera and viewing information from the state.

Public methodGetWhatAppliedTo

Returns code indicating what action is being applied to.

(Inherited from SoAction.)
Public methodHasTerminated

Returns true if the traversal has reached a termination condition.

(Inherited from SoAction.)
Public methodInvalidateState

Invalidates the current traversal state in the action, forcing it to be recreated when the action is next applied.

(Inherited from SoAction.)
Public methodInvokePostCallbacks
Public methodInvokePreCallbacks
Public methodIsBeingApplied

Returns true if this action is currently being applied.

(Inherited from SoAction.)
Public methodIsCallbackAll

Returns whether the callback uses normal traversal (switches, etc.) or whether it traverses every single node.

Public methodIsLastPathListAppliedTo

Returns true if the current list is the last one from the original.

(Inherited from SoAction.)
Public methodIsUsingAlternateRep

Returns true if current action is using alternate representations.

(Inherited from SoAction.)
Public methodPostDelayedTraversal

Method called by SoMultiPassManager after delayed pass traversals.

(Inherited from SoAction.)
Public methodPreDelayedTraversal

Method called by SoMultiPassManager before delayed pass traversals.

(Inherited from SoAction.)
Public methodResetContinueActionInBranchFlag

This function resets the continue action flag.

(Inherited from SoAction.)
Public methodSetCallbackAll

Sets whether the callback uses normal traversal (switches, etc.) or whether it traverses every single node.

Public methodSetPipeId

Sets pipe identifier in the range [1..N] associated to this render action while running a ScaleViz Multipipe configuration.

(Inherited from SoAction.)
Public methodSetSceneManager

Set the scene manager associated with this action (if any ).

(Inherited from SoAction.)
Public methodSetUpState

Creates state if it is NULL or it is no longer valid because new elements have been enabled since it was created.

(Inherited from SoAction.)
Public methodShouldGeneratePrimitives
Public methodStopActionInBranch

This function stops the action in the current Scene Graph branch.

(Inherited from SoAction.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTraverse

Does traversal of a graph rooted by a node.

(Inherited from SoAction.)
Public methodUseAlternateRep

Tell the action to use alternate representations during traversal when available.

(Inherited from SoAction.)
Top
See Also