IRsGeometryIdentificationNotify Interface Reference

Inherits IUnknown.

List of all members.

Public Member Functions

HRESULT OnGeometryIdentificationStreamsRemove (IRcUndoRedoGroup *pUndoRedo)
HRESULT OnGeometryIdentificationStreamsAdded (IRcUndoRedoGroup *pUndoRedo)


Detailed Description

This interface is implemented by mesh modifiers that require notifications about changes of geometry identification stream; like recalculation of unwrap, so that modifiers can update representation to new unwrap if needed.

Member Function Documentation

HRESULT IRsGeometryIdentificationNotify::OnGeometryIdentificationStreamsRemove ( IRcUndoRedoGroup pUndoRedo  ) 

Notify modifier node that geometry streams will be removed. As a response, modifier should store it's parameters in representation that is not dependent on geometry streams.

Parameters:
pUndoRedo [in] Container for collecting commands for undo/redo processing.
Returns:
Standard HRESULT processing can be applied.

HRESULT IRsGeometryIdentificationNotify::OnGeometryIdentificationStreamsAdded ( IRcUndoRedoGroup pUndoRedo  ) 

Notify modifier node geometry streams were added again and it can turn it's properties to geometry identification streams dependent representation.

Parameters:
pUndoRedo [in] Container for collecting commands for undo/redo processing.
Returns:
Standard HRESULT processing can be applied.


Generated on Wed May 20 21:32:23 2009 for trueSpace7.6 SDK by  doxygen 1.5.5