FIRSTHITPPOINTTYPE

Detailed Description

When the user first clicks on a SculptObject this determines what the returned hit point will be.

Enumerations

enum class  FIRSTHITPPOINTTYPE {
  SELECTED ,
  AVERAGE
}
 

Functions

enum FIRSTHITPPOINTTYPE MAXON_ENUM_LIST (FIRSTHITPPOINTTYPE)
 

Enumeration Type Documentation

◆ FIRSTHITPPOINTTYPE

enum FIRSTHITPPOINTTYPE
strong
Enumerator
SELECTED 

Use the exact hit location on the surface as the hit point.

AVERAGE 

Use the average location of all the points that the brush dab touches.

Function Documentation

◆ MAXON_ENUM_LIST()

enum FIRSTHITPPOINTTYPE MAXON_ENUM_LIST ( FIRSTHITPPOINTTYPE  )