Share

Autodesk.AutoCAD.GraphicsInterface.OrientationBehavior Enumeration

Description

This enum defines the orientation transform behavior of transient graphics.

C#

public enum OrientationBehavior {
  World,
  Screen,
  ZAxis
}

Visual Basic

Public Enum OrientationBehavior
  World
  Screen
  ZAxis
End Enum

Members

Members Description
World Specification of transforms in world space. This is the default behavior
Screen This orients the geometry to the screen plane regardless of world coordinate system orientation
ZAxis This is an orientation to the screen except for the Z-axis which follows the world coordinate system Z rotation

Was this information helpful?