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

◆ 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 
1976  {
1978  eSoftSelFalloff = 0,
1980  eSoftSelPinch,
1984  eSetFlow,
1986  eLoopShift,
1988  eRingShift,
1989  // (Extensions for Phoenix start here)
1990  // Edge Crease grip. Only in edge subobject mode.
1991  eEdgeCrease,
1992  // Edge Weight grip. Only in edge subobject mode.
1993  eEdgeWeight,
1994  // Vertex Crease grip. Only in vertex subobject mode.
1995  eVertexCrease,
1996  // Vertex Weight grip. Only in vertex subobject mode.
1997  eVertexWeight,
1998  // The following is a semaphore that indicates the total enum count.
1999  // Please leave as the last entry for proper operation
2001  };
@ EditPolyManipulatorGripCount
Definition: iEPolyMod.h:2000