SoCoordinate3 — coordinate point node
Contents
Action Behavior
SoGLRenderAction,SoCallbackAction,SoGetBoundingBoxAction,SoRayPickAction
Sets coordinates in current traversal state.
Description
This node defines a set of 3D coordinates to be used by subsequent vertex-based shape nodes (those
derived from SoVertexShape) or shape nodes that use them as control points (such as NURBS curves and
surfaces). This node does not produce a visible result during rendering; it simply replaces the current
coordinates in the rendering state for subsequent nodes to use.
Fields
SoMFVec3fpoint
Coordinate point(s).
File Format/Defaults
Coordinate3{point000}Inherits From
SoBase > SoFieldContainer > SoNode > SoCoordinate3
Methods
SoCoordinate3()
Creates a coordinate node with default settings.
staticSoTypegetClassTypeId()
Returns type identifier for this class.
Name
SoCoordinate3 — coordinate point node
See Also
SoCoordinate4,SoVertexShapeSoCoordinate3(3IV)()
Synopsis
#include<Inventor/nodes/SoCoordinate3.h>
Fields from class SoCoordinate3:
SoMFVec3fpoint
Methods from class SoCoordinate3:
SoCoordinate3()staticSoTypegetClassTypeId()
Methods from class SoNode:
voidsetOverride(SbBoolstate)SbBoolisOverride()constSoNode*copy(SbBoolcopyConnections=FALSE)constvirtualSbBoolaffectsState()conststaticSoNode*getByName(constSbName&name)staticintgetByName(constSbName&name,SoNodeList&list)
Methods from class SoFieldContainer:
voidsetToDefaults()SbBoolhasDefaultValues()constSbBoolfieldsAreEqual(constSoFieldContainer*fc)constvoidcopyFieldValues(constSoFieldContainer*fc,SbBoolcopyConnections=FALSE)SbBoolset(constchar*fieldDataString)voidget(SbString&fieldDataString)virtualintgetFields(SoFieldList&resultList)constvirtualSoField*getField(constSbName&fieldName)constSbBoolgetFieldName(constSoField*field,SbName&fieldName)constSbBoolisNotifyEnabled()constSbBoolenableNotify(SbBoolflag)
Methods from class SoBase:
voidref()voidunref()constvoidunrefNoDelete()constvoidtouch()virtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)constvirtualvoidsetName(constSbName&name)virtualSbNamegetName()const