Click or drag to resize
SoFullSceneAntialiasingElementSetSampleCount Method

Set the sample count to be used for Full-Scene Antialiasing.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax
public static void SetSampleCount(
	SoState state,
	byte sampleCount
)

Parameters

state
Type: OIV.Inventor.MiscSoState

The current state.

sampleCount
Type: SystemByte

The number of samples per pixel.

Remarks

See Also