Click or drag to resize
SiRenderAreaAntialiasing Interface

RenderArea antialiasing interface.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public interface SiRenderAreaAntialiasing

The SiRenderAreaAntialiasing type exposes the following members.

Methods
  NameDescription
Public methodGetAntialiasingMode
Public methodGetAntialiasingQuality
Public methodSetAntialiasingMode

Define the antialiasing mode.

Public methodSetAntialiasingQuality

Define the antialiasing quality value.

Top
Remarks

This interface provides the list of methods that renderAreas must define to use antialiasing feature.

See Also