SoFullSceneAntialiasingElementSet Method |
Sets the current Full-Scene Antialising 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 Set(
SoState state,
bool on,
bool currOn,
int filter
)
Public Shared Sub Set (
state As SoState,
on As Boolean,
currOn As Boolean,
filter As Integer
)
public:
static void Set(
SoState^ state,
bool on,
bool currOn,
int filter
)
static member Set :
state : SoState *
on : bool *
currOn : bool *
filter : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- on
- Type: SystemBoolean
- currOn
- Type: SystemBoolean
- filter
- Type: SystemInt32
Remarks See Also