public class SoDrawStyleElement extends SoInt32Element
Modifier and Type | Class and Description |
---|---|
static class |
SoDrawStyleElement.Styles
These are the available draw styles.
|
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
FILLED
Deprecated.
Use
SoDrawStyleElement.Styles.FILLED instead. |
static int |
INVISIBLE
Deprecated.
Use
SoDrawStyleElement.Styles.INVISIBLE instead. |
static int |
LINES
Deprecated.
Use
SoDrawStyleElement.Styles.LINES instead. |
static int |
MARKERS
Deprecated.
Use
SoDrawStyleElement.Styles.MARKERS instead. |
static int |
POINTS
Deprecated.
Use
SoDrawStyleElement.Styles.POINTS instead. |
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static SoDrawStyleElement.Styles |
get(SoState state)
Returns current draw style from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static SoDrawStyleElement.Styles |
getDefault()
Returns the default draw style.
|
static void |
set(SoState state,
SoDrawStyleElement.Styles style)
Sets the current draw style in the state.
|
getClassStackIndex, pop, push
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int FILLED
SoDrawStyleElement.Styles.FILLED
instead.@Deprecated public static final int LINES
SoDrawStyleElement.Styles.LINES
instead.@Deprecated public static final int POINTS
SoDrawStyleElement.Styles.POINTS
instead.@Deprecated public static final int INVISIBLE
SoDrawStyleElement.Styles.INVISIBLE
instead.@Deprecated public static final int MARKERS
SoDrawStyleElement.Styles.MARKERS
instead.public static SoDrawStyleElement.Styles getDefault()
public static SoDrawStyleElement.Styles get(SoState state)
public static void set(SoState state, SoDrawStyleElement.Styles style)
@Deprecated public static int getClassStackIndex()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com