SNAPPRIORITY

Detailed Description

Snap priority. A higher priority snap will take precedence over a lower priority one when both are within snap range.

Enumerations

enum class  SNAPPRIORITY {
  NONE ,
  PLANE ,
  GUIDE ,
  EDGE ,
  POINT
}
 

Functions

enum SNAPPRIORITY MAXON_ENUM_ORDERED_LIST (SNAPPRIORITY)
 

Enumeration Type Documentation

◆ SNAPPRIORITY

enum SNAPPRIORITY
strong
Enumerator
NONE 

The lowest priority.

PLANE 

Planar snapping e.g. to the workplane or a polygon surface.

GUIDE 

Guide snapping lower then edge to allow correct drawing for dynamic guides.

EDGE 

Edge snapping is a slightly higher priority and will override planar snapping.

POINT 

Point snapping is the highest (default) snapping priority.

Function Documentation

◆ MAXON_ENUM_ORDERED_LIST()

enum SNAPPRIORITY MAXON_ENUM_ORDERED_LIST ( SNAPPRIORITY  )