EPoly13 Class Reference
 
 
 
EPoly13 Class Reference

This reference page is linked to from the following overview topics: Autodesk.Max.dll.


#include <iepoly.h>

Inheritance diagram for EPoly13:
EPoly FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

This new class extends EPoly with new functionality, in particular the ability for epoly to support manipulate grips.

Protected Types

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

Protected Member Functions

virtual void  SetManipulateGrip (bool on, ManipulateGrips item)=0
  Turns the manipulate grip item on or off.
virtual bool  GetManipulateGrip (ManipulateGrips item)=0
  Get whether or not this manipulator item is on or not.

Friends

class  EPolyManipulatorGrip_Imp

Friends And Related Function Documentation

friend class EPolyManipulatorGrip_Imp [friend]