![]() |
NDEVR
API Documentation
|
Stores ApplicationOptions related to Deployments. More...
Static Public Member Functions | |
| static void | ResetOptionsToDefaults () |
| Resets all deployment options to their factory default values. | |
Static Public Attributes | |
| static ApplicationOption< bool > | allow_planned_deployments |
| Whether planned (future) deployments are allowed. | |
| static ApplicationOption< Vector< 3, fltp08 > > | default_end_of_deployment |
| The default 3D position marking the end of a deployment. | |
| static ApplicationOption< Vector< 3, Angle< fltp08 > > > | default_planned_hole_angle |
| The default orientation angles for planned holes. | |
| static ApplicationOption< fltp08 > | default_planned_hole_distance |
| The default distance for planned holes. | |
| static ApplicationOption< String > | deployment_color_by |
| The attribute used to color deployments (e.g., by status, type). | |
| static Resource< String > | deployment_model |
| The 3D model resource used to represent deployments. | |
| static ApplicationOption< bool > | deployment_tree_visible |
| Whether the deployment tree panel is visible in the UI. | |
| static ApplicationOption< fltp08 > | deployment_tube_thickness |
| The thickness of tubes drawn for deployment visualizations. | |
| static ApplicationOption< bool > | deployment_use_model |
| Whether to use a 3D model for deployment visualization instead of a default representation. | |
| static TranslatedString | options_label |
| The translated display label for deployment options in the UI. | |
| static ApplicationOption< String > | prism_model |
| The 3D model used to represent prisms in deployments. | |
Stores ApplicationOptions related to Deployments.
Definition at line 12 of file DeploymentOptions.h.