Does anyone know what the command line syntax is for running the -> Plates -> Display -> Dimensions ?
Already tried to see via the alpha file output when running the command and it wasn't obvious to me
Any help is appreciated. Thanks
Does anyone know what the command line syntax is for running the -> Plates -> Display -> Dimensions ?
Already tried to see via the alpha file output when running the command and it wasn't obvious to me
Any help is appreciated. Thanks
Hello,
To enable dimensioning !!steelworkShowPanelDimensions.checked(TRUE)
Then run this command on each CE !!cmsys.executeCommand('AVEVA.Steelwork.CommandShowPanelDimensions')
To hide the dimensions !!steelworkShowPanelDimensions.checked(FALSE)
That's for that
Much appreciated