Click or drag to resize
DetailLevels Enumeration
Specifies the detail levels used when creating a graphical representation of a geometric entity (faceting).

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[FlagsAttribute]
public enum DetailLevels
Members
  Member nameValueDescription
Default0 Specifies that the default detail levels (specified in options) will be used.
Coarse1 Corresponds to a coarse detail level which is faster to render and uses less storage.
Medium2 Corresponds to the default detail level which is a compromise between performance and quality.
Fine4 Corresponds to a fine detail level which is more faithful to the original geometry.
Version Information

Supported in: 1.0.0.0
See Also