Enumeration of background refinement status values.
enum
|
RefinementStatus
|
See also:
IMeshDynamic.Status
Running
|
= 0
|
Background refinement is currently active. |
---|---|---|
Finished
|
= 1
|
Background refinement has finished, i.e. the mesh structure is optimal according to the visibility criterion. |
Paused
|
= 2
|
Background refinement has finished (see Finished) and has been paused until the application explicitly resumes it. See also: IMeshDynamic.AutoPauseIMeshDynamic.Resume |