#include <SceneShapeInterfaceComponentBoundIterator.h>
Inherits MPxGeometryIterator.
|
| SceneShapeInterfaceComponentBoundIterator (void *userGeometry, MObjectArray &components) |
|
| SceneShapeInterfaceComponentBoundIterator (void *userGeometry, MObject &components) |
|
virtual bool | isDone () const |
|
virtual void | next () |
|
virtual void | reset () |
|
virtual void | component (MObject &component) |
|
virtual bool | hasPoints () const |
|
virtual int | iteratorCount () const |
|
virtual MPoint | point () const |
|
virtual void | setPoint (const MPoint &) const |
|
virtual int | setPointGetNext (MPoint &) |
|
virtual int | index () const |
|
virtual bool | hasNormals () const |
|
virtual int | indexUnsimplified () const |
|
The SceneShapeInterfaceComponentBoundIterator allows maya to iterate over the bounding box corners of the SceneShapeInterface components. It's currently used so you can frame scene shape components in the maya viewport.
The documentation for this class was generated from the following file: