Click or drag to resize
SoFullSceneAntialiasingElementGet Method

Gets the current Full-Scene Antialising attributes in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool Get(
	SoState state,
	out bool on,
	out bool pointsOn,
	out bool linesOn,
	out bool polygonsOn,
	out bool textsOn,
	out int filter
)

Parameters

state
Type: OIV.Inventor.MiscSoState
on
Type: SystemBoolean
pointsOn
Type: SystemBoolean
linesOn
Type: SystemBoolean
polygonsOn
Type: SystemBoolean
textsOn
Type: SystemBoolean
filter
Type: SystemInt32

Return Value

Type: Boolean
Remarks