Click or drag to resize
SoSeparatorFastEditings Enumeration

Fast editing policy enumeration values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum FastEditings
Members
  Member nameValueDescription
DISABLE1

This OIV.Inventor.Nodes.SoSeparator node doesn't have Fast Edit behavior.

KEEP_ZBUFFER2

This OIV.Inventor.Nodes.SoSeparator node has a Fast Edit behavior and the children nodes are drawn considering the depth Buffer.

CLEAR_ZBUFFER3

This OIV.Inventor.Nodes.SoSeparator node has a Fast Edit behavior and the children nodes are drawn after the depth Buffer has been cleared.

Remarks