SoVertexFlag Class Reference
[Properties]

VSG extension Class to mark/unmark vertices for beveling. More...

#include <Inventor/nodes/SoVertexFlag.h>

Inheritance diagram for SoVertexFlag:
SoNode SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoVertexFlag ()

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoMFInt32 vertexMarked
SoMFInt32 vertexUnmarked

Detailed Description

VSG extension Class to mark/unmark vertices for beveling.

This node specifies the current marked/unmarked vertices for all subsequent shapes. Marked vertices will be beveled by SoBevelAction; unmarked vertices will not. It is defined using int_32t arrays.

For vertex-based shapes, the array elements are simply indices of the selected vertices in the coordinate array.

For SoCube, the following vertices can be marked/unmarked:

VERTFLG2.gif

For SoCone, at least one value greater than or equal to 0 in the array marks/unmarks the top of the cone (which is the only vertex that can be marked).

For SoCylinder, no vertex can be marked/unmarked.

FILE FORMAT/DEFAULT

ACTION BEHAVIOR

SEE ALSO

SoBevelAction, SoBevelProperty, SoEdgeFlag


Constructor & Destructor Documentation

SoVertexFlag::SoVertexFlag (  ) 

Constructor.


Member Function Documentation

static SoType SoVertexFlag::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoNode.

virtual SoType SoVertexFlag::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoNode.


Member Data Documentation

These are the fields for marked/unmarked vertices.

If a vertex appears in both arrays, it is unmarked.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/