Open CASCADE Technology  7.6.0
Enumerations

Aspect_TypeOfTriedronPosition.hxx File Reference

Enumerations

enum  Aspect_TypeOfTriedronPosition {
  Aspect_TOTP_CENTER = 0x0000 , Aspect_TOTP_TOP = 0x0001 , Aspect_TOTP_BOTTOM = 0x0002 , Aspect_TOTP_LEFT = 0x0004 ,
  Aspect_TOTP_RIGHT = 0x0008 , Aspect_TOTP_LEFT_LOWER , Aspect_TOTP_LEFT_UPPER , Aspect_TOTP_RIGHT_LOWER ,
  Aspect_TOTP_RIGHT_UPPER
}
 Definition of the Trihedron position in the views. It is defined as a bitmask to simplify handling vertical and horizontal alignment independently. More...
 

Enumeration Type Documentation

◆ Aspect_TypeOfTriedronPosition

Definition of the Trihedron position in the views. It is defined as a bitmask to simplify handling vertical and horizontal alignment independently.

Enumerator
Aspect_TOTP_CENTER 

at the center of the view

Aspect_TOTP_TOP 

at the middle of the top side

Aspect_TOTP_BOTTOM 

at the middle of the bottom side

Aspect_TOTP_LEFT 

at the middle of the left side

Aspect_TOTP_RIGHT 

at the middle of the right side

Aspect_TOTP_LEFT_LOWER 

at the left lower corner

Aspect_TOTP_LEFT_UPPER 

at the left upper corner

Aspect_TOTP_RIGHT_LOWER 

at the right lower corner

Aspect_TOTP_RIGHT_UPPER 

at the right upper corner