DRAW: UPDATE ALL in TTY mode, Views with Pointclouds

 
  • Hi,

    Whenever we are running an UPDATE ALL on SHEE in Device TTY mode, the pointclouds on the drawings are not updated? Is there any way to have the pointcloud updated on the drawings as well?
    its when changes to resolution etc. are made, we would like to have the changes updated in TTY mode.

    It works with UPDATE ALL, when I?m using DRAW in normal mode?

    Until now, i have tried solutions like these:

    device tty
    draw
    console show

    import 'Aveva.Pdms.SDInteraction.UI'
    using namespace 'Aveva.Pdms.SDInteraction.UI.Process'
    !sheetloader = object PmlLoadSheet()
    !sheetloader.Open(=22730/4779)
    -- !!cmsys.executeCommand('AVEVA.Draw.OpenSheetByCE')

    $P Updating /4185440003/S1
    !!cmsys.executeCommand('AVEVA.Draw.CommandUpdateDesiSheet')
    --UPDATE ALL IGNORE

    SaveWork


    $P Finished /4185440003/S1
    Finish