Click or drag to resize
SoFullSceneAntialiasingElement.Get Method

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

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
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.Misc.SoState
on
Type: System.Boolean
pointsOn
Type: System.Boolean
linesOn
Type: System.Boolean
polygonsOn
Type: System.Boolean
textsOn
Type: System.Boolean
filter
Type: System.Int32

Return Value

Type: Boolean
Remarks