SoPolygonOffsetElementGet Method |
Gets the current polygon offset attributes in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out float factor,
out float units,
out SoPolygonOffsetElementStyles styles,
out bool on
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef factor As Single,
<OutAttribute> ByRef units As Single,
<OutAttribute> ByRef styles As SoPolygonOffsetElementStyles,
<OutAttribute> ByRef on As Boolean
)
public:
static void Get(
SoState^ state,
[OutAttribute] float% factor,
[OutAttribute] float% units,
[OutAttribute] SoPolygonOffsetElementStyles% styles,
[OutAttribute] bool% on
)
static member Get :
state : SoState *
factor : float32 byref *
units : float32 byref *
styles : SoPolygonOffsetElementStyles byref *
on : bool byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- factor
- Type: SystemSingle
- units
- Type: SystemSingle
- styles
- Type: OIV.Inventor.ElementsSoPolygonOffsetElementStyles
- on
- Type: SystemBoolean
Remarks See Also