Autodesk.AutoCAD.GraphicsInterface Namespace > OrientationBehavior Enumeration
Autodesk.AutoCAD.GraphicsInterface.OrientationBehavior Enumeration
Description

 

This enum defines the orientation transform behavior of transient graphics.

Visual Basic
Public Enum OrientationBehavior
  World
  Screen
  ZAxis
End Enum
C#
public enum OrientationBehavior {
  World,
  Screen,
  ZAxis
}
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 
   Comments?