COLNEO Pro 1.2
Loading...
Searching...
No Matches
SimulationOptions

Description

Defines task visibility, default representation, and interpolation filters for a simulation.

When visible_tasks_only is enabled, the simulation is restricted to currently visible tasks. When use_default_representation is enabled, objects linked to tasks without an interpolation object use the default representation. The nested interpolation_filter selects the interpolations used by the simulation. Filter categories are combined with logical AND; values within each list are combined with logical OR. Empty lists do not restrict the corresponding category.

{
"visible_tasks_only": true,
"use_default_representation": true,
"interpolation_filter": {
"relation_names": [ "construction_sequence" ],
"interpolation_types": [ "InterpolationView" ],
"activities": [ "activity-id" ]
}
}
Since
1.1, 09/2026