IPainterInterface_V14 Class Reference
 
 
 
IPainterInterface_V14 Class Reference

#include <IPainterInterface.h>

Inheritance diagram for IPainterInterface_V14:
IPainterInterface_V7 IPainterInterface_V5 MaxHeapOperators

Class Description

See also:
IPainterInterface_V14
Description:
It adds functionality for constraining the brush to a spline

Public Member Functions

virtual BOOL  GetUseSplineConstraint ()=0
  This checks if constraining the brush to a spline is turned on.
virtual void  SetUseSplineConstraint (BOOL onoff)=0
  This turns on and off constraining the brush to a spline.
virtual BOOL  SetSplineConstraintNode (INode *snode)=0
  This sets the spline node to use for constraining the brush.
virtual BOOL  IsSplineConstraintNodeValid ()=0
  This checks if a valid node has been assigned and is in the scene.

Member Function Documentation

virtual BOOL GetUseSplineConstraint ( ) [pure virtual]

This checks if constraining the brush to a spline is turned on.

virtual void SetUseSplineConstraint ( BOOL  onoff ) [pure virtual]

This turns on and off constraining the brush to a spline.

virtual BOOL SetSplineConstraintNode ( INode snode ) [pure virtual]

This sets the spline node to use for constraining the brush.

Returns false if the node is not a shape object.

virtual BOOL IsSplineConstraintNodeValid ( ) [pure virtual]

This checks if a valid node has been assigned and is in the scene.