SoPolygonOffsetElementSet Method |
Sets the current polygon offset attributes in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode node,
float factor,
float units,
SoPolygonOffsetElementStyles styles,
bool on
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
factor As Single,
units As Single,
styles As SoPolygonOffsetElementStyles,
on As Boolean
)
public:
static void Set(
SoState^ state,
SoNode^ node,
float factor,
float units,
SoPolygonOffsetElementStyles styles,
bool on
)
static member Set :
state : SoState *
node : SoNode *
factor : float32 *
units : float32 *
styles : SoPolygonOffsetElementStyles *
on : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- factor
- Type: SystemSingle
- units
- Type: SystemSingle
- styles
- Type: OIV.Inventor.ElementsSoPolygonOffsetElementStyles
- on
- Type: SystemBoolean
Remarks See Also