logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoProfileCoordinate2 — profile coordinate node

Action Behavior

SoGLRenderAction,SoCallbackAction,SoGetBoundingBoxAction,SoRayPickAction
          Sets profile coordinates in current traversal state.

Description

       This  node  defines  a set of 2D coordinates to be used by subsequent SoProfile nodes. This node does not
       produce a visible result during rendering; it simply replaces the  current  profile  coordinates  in  the
       traversal state for subsequent nodes to use.

Fields

SoMFVec2fpoint
          2D profile coordinate points.

File Format/Defaults

ProfileCoordinate2{point00}

Inherits From

       SoBase > SoFieldContainer > SoNode > SoProfileCoordinate2

Methods

SoProfileCoordinate2()
          Creates a profile coordinate node with default settings.

     staticSoTypegetClassTypeId()
          Returns type identifier for this class.

Name

       SoProfileCoordinate2 — profile coordinate node

See Also

SoProfile,SoProfileCoordinate3SoProfileCoordinate2(3IV)()

Synopsis

#include<Inventor/nodes/SoProfileCoordinate2.h>

          Fields from class SoProfileCoordinate2:

     SoMFVec2fpoint

          Methods from class SoProfileCoordinate2:

                         SoProfileCoordinate2()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

See Also