Class SoProfileElement


public class SoProfileElement extends SoAccumulatedElement
Stores 2D profiles for NURBS and 3D text. This element stores 2D profiles for NURBS and 3D text.

See Also:
  • Method Details

    • getClassStackIndex

      @Deprecated(since="9.3.0.0") public static int getClassStackIndex()
      Deprecated.
      As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)
      Returns the stack id for this element. ] *
    • push

      public void push(SoState state)
      Overrides push() method to copy values from next instance in the stack.
      Overrides:
      push in class SoAccumulatedElement
    • get

      public static Vector<SoNode> get(SoState state)
      Returns the current list of profile nodes from the state.
    • add

      public static void add(SoState state, SoProfile profile)
      Add to the current profile list.