|
|
A TimelinerTask's appearance for a given SimulationStatus.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration SimulationAppearanceMode |
| C# |
|---|
public enum SimulationAppearanceMode |
| Visual C++ |
|---|
public enum class SimulationAppearanceMode |
Members
| Member name | Description | |
|---|---|---|
| None |
Any attached models will be unaffected by this SimulationAppearanceMode.
| |
| Default |
Any attached models will appear as they should according to their regular model appearance.
| |
| Hidden |
Any attached models will be hidden during simulation.
| |
| UserAppearance |
Any attached models will be coloured according to the UserAppearance specified.
|
Remarks
Defines the mode that ModelItems associated with a TimelinerTask should be rendered during simulation.