Click or drag to resize
SoViewingCubeEdgeStyles Enumeration

Different types of edges.

Preview Feature: this class is fully supported and can be used in Open Inventor applications. Being tagged as a Preview Feature just means that the implementation is still subject to API changes and adjustments based on feedback from early adopters. Please be also aware that source compatibility might be broken regardless of the Open Inventor compatibility changes policy due to our commitment to bring needed changes to be sure the specifications of this Preview Feature match the expectations of our customers.

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

Edges are flat (beveled).

ROUND1

Edges have a rounded shape.

CORNER2

Edges form a sharp corner.

Remarks