LocalRenderStates Enumerator
Description
The different states of a local rendering.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
FailedLocalRenderState | 3 | Indicates the rendering has failed and is no longer processing. |
FinishedLocalRenderState | 2 | Indicates the rendering has finished. |
ProcessingLocalRenderState | 1 | Indicates the rendering is processing. |
QueuedLocalRenderState | 0 | Indicates the rendering is queued, waiting to start. |