Click or drag to resize
SoNode Class

Abstract base class for all database nodes.

Inheritance Hierarchy

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoNode : SoFieldContainer

The SoNode type exposes the following members.

Methods
  NameDescription
Public methodAffectsState

Returns true if a node has an effect on the state during traversal.

Public methodCallback
Public methodCopy
Calls Copy(false).
Public methodCopy(Boolean)

Creates and returns an exact copy of the node.

Public methodCopyFieldValues(SoFieldContainer)
Calls CopyFieldValues(fc, false).
(Inherited from SoFieldContainer.)
Public methodCopyFieldValues(SoFieldContainer, Boolean)

Copies the contents of fc's fields into this object's fields.

(Inherited from SoFieldContainer.)
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodDistribute
Public methodDoAction
Public methodEnableNotify

Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false).

(Inherited from SoFieldContainer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFieldsAreEqual

Returns true if this object's fields are exactly equal to fc's fields.

(Inherited from SoFieldContainer.)
Public methodGet

Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string.

(Inherited from SoFieldContainer.)
Public methodGetAllFields

Returns a list of fields, including the eventIn's and eventOut's.

(Inherited from SoFieldContainer.)
Public methodGetAlternateRep

This method is called by actions to allow the node to provide an "alternate representation" when appropriate (typically depending on the action type).

Public methodGetBoundingBox
Public methodStatic memberGetByName(String)

A node's name can be set using ().

Public methodStatic memberGetByName(String, SoNodeList)

A node's name can be set using ().

Public methodGetEventIn

Returns a the eventIn with the given name.

(Inherited from SoFieldContainer.)
Public methodGetEventOut

Returns the eventOut with the given name.

(Inherited from SoFieldContainer.)
Public methodGetField

Returns a the field of this object whose name is fieldName.

(Inherited from SoFieldContainer.)
Public methodGetFieldName

Returns the name of the given field in the fieldName argument.

(Inherited from SoFieldContainer.)
Public methodGetFields

Appends references to all of this object's fields to resultList, and returns the number of fields appended.

(Inherited from SoFieldContainer.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInstanceManagedType
Gets a managed node for the given native node handle.
Public methodGetMatrix
Public methodGetName

Returns the name of an instance.

(Inherited from SoBase.)
Public methodGetPrimitiveCount
Public methodGetRenderEngineMode

Returns the supported Render engine mode.

Public methodGetRenderUnitID
Public methodGetStringName (Inherited from SoBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGLRender
Public methodGLRenderBelowPath
Public methodGLRenderInPath
Public methodGLRenderOffPath
Public methodGrabEventsCleanup
Public methodGrabEventsSetup
Public methodHandleEvent
Public methodHasDefaultValues

Returns true if all of the object's fields have their default values.

(Inherited from SoFieldContainer.)
Public methodIsBoundingBoxIgnoring

This method is used by getBoundingBox action traversal to know if the current node must be traversed or not, ie the bounding should be ignored.

Public methodIsNotifyEnabled

Notification is the process of telling interested objects that this object has changed.

(Inherited from SoFieldContainer.)
Public methodIsOverride

Returns the state of the override flag.

Public methodIsSynchronizable

Gets the ScaleViz synchronizable state of this object.

(Inherited from SoBase.)
Public methodPick
Public methodRayPick
Public methodSearch
Public methodSet

Sets one or more fields in this object to the values specified in the given string, which should be a string in the Open Inventor file format.

(Inherited from SoFieldContainer.)
Public methodSetName (Inherited from SoBase.)
Public methodSetOverride

Turns the override flag on or off.

Public methodSetSynchronizable

Sets this to be a ScaleViz synchronizable object.

(Inherited from SoBase.)
Public methodSetToDefaults

Sets all fields in this object to their default values.

(Inherited from SoFieldContainer.)
Public methodToString
Converts this SoBase structure to a human readable string.
(Inherited from SoBase.)
Public methodTouch

Marks an instance as modified, simulating a change to it.

(Overrides SoBaseTouch.)
Public methodWrite
Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
Remarks

This is the abstract base class from which all scene graph node classes are derived.

FILE FORMAT/DEFAULT

This is an abstract class. See the reference page of a derived class for the format and default values.

ACTION BEHAVIOR

OIV.Inventor.Actions.SoSearchAction If the node, type, or name matches the search criteria, returns a path to the node.

OIV.Inventor.Actions.SoWriteAction Writes the contents of the node to the current OIV.Inventor.SoOutput.

See Also
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.Inventor.MiscSoBase
        OIV.Inventor.FieldsSoFieldContainer
          OIV.Inventor.NodesSoNode
            OIV.Inventor.DrawersSoScreenDrawer
            OIV.Inventor.GeoSoGeoOrigin
            OIV.Inventor.GeoSoGeoRender
            OIV.Inventor.NodekitsSoBaseKit
            OIV.Inventor.NodekitsSoNodeKitListPart
            OIV.Inventor.NodesSoAlphaPolicy
            OIV.Inventor.NodesSoAnnoText3Property
            OIV.Inventor.NodesSoBackground
            OIV.Inventor.NodesSoBaseColor
            OIV.Inventor.NodesSoBBox
            OIV.Inventor.NodesSoBevelProperty
            OIV.Inventor.NodesSoCallback
            OIV.Inventor.NodesSoCamera
            OIV.Inventor.NodesSoClipPlane
            OIV.Inventor.NodesSoColorIndex
            OIV.Inventor.NodesSoColorMap
            OIV.Inventor.NodesSoColorMask
            OIV.Inventor.NodesSoComplexity
            OIV.Inventor.NodesSoComputeShaderScheduler
            OIV.Inventor.NodesSoCoordinate3
            OIV.Inventor.NodesSoCoordinate4
            OIV.Inventor.NodesSoDepthBuffer
            OIV.Inventor.NodesSoDepthOffset
            OIV.Inventor.NodesSoDrawStyle
            OIV.Inventor.NodesSoEdgeFlag
            OIV.Inventor.NodesSoEnvironment
            OIV.Inventor.NodesSoEventCallback
            OIV.Inventor.NodesSoFile
            OIV.Inventor.NodesSoFont
            OIV.Inventor.NodesSoFullSceneAntialiasing
            OIV.Inventor.NodesSoGroup
            OIV.Inventor.NodesSoInfo
            OIV.Inventor.NodesSoInteractiveComplexity
            OIV.Inventor.NodesSoLabel
            OIV.Inventor.NodesSoLight
            OIV.Inventor.NodesSoLightModel
            OIV.Inventor.NodesSoMarker
            OIV.Inventor.NodesSoMaterial
            OIV.Inventor.NodesSoMaterialBinding
            OIV.Inventor.NodesSoNormal
            OIV.Inventor.NodesSoNormalBinding
            OIV.Inventor.NodesSoNurbsBoundary
            OIV.Inventor.NodesSoNurbsProperty
            OIV.Inventor.NodesSoPackedColor
            OIV.Inventor.NodesSoPattern
            OIV.Inventor.NodesSoPhysicalMaterial
            OIV.Inventor.NodesSoPickStyle
            OIV.Inventor.NodesSoPolygonOffset
            OIV.Inventor.NodesSoProfile
            OIV.Inventor.NodesSoProfileCoordinate2
            OIV.Inventor.NodesSoProfileCoordinate3
            OIV.Inventor.NodesSoProjection
            OIV.Inventor.NodesSoRenderToTextureProperty
            OIV.Inventor.NodesSoShaderObject
            OIV.Inventor.NodesSoShaderParameter
            OIV.Inventor.NodesSoShaderProgram
            OIV.Inventor.NodesSoShadowStyle
            OIV.Inventor.NodesSoShape
            OIV.Inventor.NodesSoShapeHints
            OIV.Inventor.NodesSoTextProperty
            OIV.Inventor.NodesSoTexture
            OIV.Inventor.NodesSoTexture2Transform
            OIV.Inventor.NodesSoTexture3Transform
            OIV.Inventor.NodesSoTextureCombiner
            OIV.Inventor.NodesSoTextureCoordinate2
            OIV.Inventor.NodesSoTextureCoordinate3
            OIV.Inventor.NodesSoTextureCoordinateBinding
            OIV.Inventor.NodesSoTextureCoordinateFunction
            OIV.Inventor.NodesSoTextureMatrix
            OIV.Inventor.NodesSoTextureUnit
            OIV.Inventor.NodesSoTransformation
            OIV.Inventor.NodesSoVertexFlag
            OIV.Inventor.NodesSoVertexProperty
            OIV.Inventor.NodesSoViewport
            OIV.Inventor.NodesSoViewportClipping
            OIV.Inventor.NodesSoWWWInline
            OIV.Inventor.ViewerComponents.NodesSoViewingCube
            OIV.LDM.NodesSoDataCompositor
            OIV.LDM.NodesSoDataRange
            OIV.LDM.NodesSoDataSet
            OIV.LDM.NodesSoDataSetId
            OIV.LDM.NodesSoGeometryPriority
            OIV.LDM.NodesSoHardwareQuery
            OIV.LDM.NodesSoROI
            OIV.LDM.NodesSoTransferFunction
            OIV.MeshViz.NodesPoNode
            OIV.RemoteViz.Clients.NodesSoRemoteVizClient
            OIV.VolumeViz.NodesSoOffscreenVolumeRender
            OIV.VolumeViz.NodesSoVolumeDataDrawStyle
            OIV.VolumeViz.NodesSoVolumeRenderingPhysicalQuality
            OIV.VolumeViz.NodesSoVolumeTransform