ICutEffect_DG Interface
ICutEffect_DG is related to presentation and view. It does not create or modify any geometry by itself. The interface is used to present continuous cutting during simulations of machining or similar processes. See also eMotion sample.
- Setup
- Begin
- Show
- End
- Chain
void Setup(IEntity_DG object)
void Begin(IMove_DG path)
void Show(float t)
void End()
void Chain(ICutEffect_DG effectNextMove)
|