Click or drag to resize
SoVertexFlagElement Class

Stores the current vertex flag.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ElementsSoElement
      OIV.Inventor.ElementsSoReplacedElement
        OIV.Inventor.ElementsSoVertexFlagElement

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoVertexFlagElement : SoReplacedElement

The SoVertexFlagElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodStatic memberGetDefault
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInstance

Returns the top (current) instance of the element in the state.

Public methodGetMarked

Returns the marked flags.

Public methodGetNumMarked

Returns the number of marked flags in an instance.

Public methodGetNumUnmarked

Returns the number of unmarked flags in an instance.

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

Returns the unmarked flags.

Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodStatic memberReInit
Public methodStatic memberSetMarked

Sets the current flags in the state as marked.

Public methodStatic memberSetUnmarked

Sets the current flags in the state as unmarked.

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

This element stores the current vertex flag.

See Also