SoPolygonOffsetElementGetDefault Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void GetDefault(
out float factor,
out float units,
out SoPolygonOffsetElementStyles styles,
out bool on
)
Public Shared Sub GetDefault (
<OutAttribute> ByRef factor As Single,
<OutAttribute> ByRef units As Single,
<OutAttribute> ByRef styles As SoPolygonOffsetElementStyles,
<OutAttribute> ByRef on As Boolean
)
public:
static void GetDefault(
[OutAttribute] float% factor,
[OutAttribute] float% units,
[OutAttribute] SoPolygonOffsetElementStyles% styles,
[OutAttribute] bool% on
)
static member GetDefault :
factor : float32 byref *
units : float32 byref *
styles : SoPolygonOffsetElementStyles byref *
on : bool byref -> unit
Parameters
- factor
- Type: SystemSingle
- units
- Type: SystemSingle
- styles
- Type: OIV.Inventor.ElementsSoPolygonOffsetElementStyles
- on
- Type: SystemBoolean
Remarks See Also