3ds Max C++ API Reference
Loading...
Searching...
No Matches
Manipulate Grip Items

The different select and manipulate mode grip items that can be toggled on or off. More...

Enumerations

enum  ManipulateGrips {
  eSoftSelFalloff = 0 , eSoftSelPinch , eSoftSelBubble , eSetFlow ,
  eLoopShift , eRingShift , eEdgeCrease , eEdgeWeight ,
  eVertexWeight , eVertexCrease , EPolyManipulatorGripCount
}
 
enum  ManipulateGrips {
  eSoftSelFalloff = 0 , eSoftSelPinch , eSoftSelBubble , eSetFlow ,
  eLoopShift , eRingShift , eEdgeCrease , eEdgeWeight ,
  eVertexCrease , eVertexWeight , EditPolyManipulatorGripCount
}
 

Detailed Description

The different select and manipulate mode grip items that can be toggled on or off.


Enumeration Type Documentation

◆ ManipulateGrips [1/2]

enum ManipulateGrips
protected
Enumerator
eSoftSelFalloff 

Soft Selection Falloff grip. May be on for all subobject modes.

eSoftSelPinch 

Soft Selection Pinch grip. May be on for all subobject modes.

eSoftSelBubble 

Soft Selection Bubble grip. May be on for all subobject modes.

eSetFlow 

Set Flow grip. Only on in edge subobject mode.

eLoopShift 

Loop Shift Selection Falloff grip. Only in edge subobject mode.

eRingShift 

Ring Shift Selection Falloff grip. Only in edge subobject mode.

eEdgeCrease 

Edge Crease grip. Only in edge subobject mode.

eEdgeWeight 

Edge Weight grip. Only in edge subobject mode.

eVertexWeight 

Vertex Weight grip. Only in vertex subobject mode.

eVertexCrease 

Vertex Crease grip. Only in vertex subobject mode.

EPolyManipulatorGripCount 
2425 {
2427 eSoftSelFalloff = 0,
2433 eSetFlow,
2435 eLoopShift,
2437 eRingShift,
2446 // The following is an end-of-enums semaphore -- Used to get the count of enums here.
2447 // Leave it as the last entry.
2449 };
@ eSoftSelFalloff
Soft Selection Falloff grip. May be on for all subobject modes.
Definition: iepoly.h:2427
@ eSoftSelPinch
Soft Selection Pinch grip. May be on for all subobject modes.
Definition: iepoly.h:2429
@ eEdgeWeight
Edge Weight grip. Only in edge subobject mode.
Definition: iepoly.h:2441
@ eVertexCrease
Vertex Crease grip. Only in vertex subobject mode.
Definition: iepoly.h:2445
@ eSoftSelBubble
Soft Selection Bubble grip. May be on for all subobject modes.
Definition: iepoly.h:2431
@ eSetFlow
Set Flow grip. Only on in edge subobject mode.
Definition: iepoly.h:2433
@ eLoopShift
Loop Shift Selection Falloff grip. Only in edge subobject mode.
Definition: iepoly.h:2435
@ EPolyManipulatorGripCount
Definition: iepoly.h:2448
@ eEdgeCrease
Edge Crease grip. Only in edge subobject mode.
Definition: iepoly.h:2439
@ eVertexWeight
Vertex Weight grip. Only in vertex subobject mode.
Definition: iepoly.h:2443
@ eRingShift
Ring Shift Selection Falloff grip. Only in edge subobject mode.
Definition: iepoly.h:2437

◆ ManipulateGrips [2/2]

enum ManipulateGrips
protected
Enumerator
eSoftSelFalloff 

Soft Selection Falloff grip. May be on for all subobject modes.

eSoftSelPinch 

Soft Selection Pinch grip. May be on for all subobject modes.

eSoftSelBubble 

Soft Selection Bubble grip. May be on for all subobject modes.

eSetFlow 

Set Flow grip. Only on in edge subobject mode.

eLoopShift 

Grow Shift Selection Falloff grip. Only in edge subobject mode.

eRingShift 

Right Shift Selection Falloff grip. Only in edge subobject mode.

eEdgeCrease 
eEdgeWeight 
eVertexCrease 
eVertexWeight 
EditPolyManipulatorGripCount 
1979 {
1981 eSoftSelFalloff = 0,
1987 eSetFlow,
1989 eLoopShift,
1991 eRingShift,
1992 // (Extensions for Phoenix start here)
1993 // Edge Crease grip. Only in edge subobject mode.
1995 // Edge Weight grip. Only in edge subobject mode.
1997 // Vertex Crease grip. Only in vertex subobject mode.
1999 // Vertex Weight grip. Only in vertex subobject mode.
2001 // The following is a semaphore that indicates the total enum count.
2002 // Please leave as the last entry for proper operation
2004 };
@ EditPolyManipulatorGripCount
Definition: iEPolyMod.h:2003