Control Slice views and 3D view activation

Dear ImFusion Support,

Before version 2.37.8, Slice views and 3D view were not activated when starting ImFusion Suite.

Is there any way to control their activation using workspace or command line?

Thank you,
David

Hi David,

Is the ImFusionSuite being run with doubleclick on a workspace file? Or is the ImFusionSuite being run from the ImFusionSuite.exe?

Best regards
Martin

ImFusionSuite is invoked from the command line, workspace filepath is specified as an argument

If you want to force having the 2D view active on startup, you can try adding this to your workspace (untested):

<property name="Display">
    <param name="maximisedView">0</param>
</property>