hexagon logo

Settogglestring

Hello all,
Is there some documentation on the settogglestring method.
I am curious about the parameter values and how to set them
accordingly.
Thanks in advance for any help or info.
Parents
  • Hello all,
    I revisited this post and got the answer I needed.

    This code snippet added to my script produces what I wanted.
    Cmd.SetToggleString 6, SHOW_IDS, 3
    Cmd.SetToggleString 0, SHOW_IDS, 1
    Cmd.SetToggleString 0, SHOW_IDS, 2​


    The following is generated in the program when the "T" value in the dimension
    block is out of tolerance.
    Before, I was getting the feature ID also, but now FeatID is not displayed.

    DIMINFO/LOC319; , , ,VERT,HORIZ, ,$
    , ;DEV, , , , , , , , ,$
    T, , , , , , , , , , , , , , , , ,​

    Thanks Henniger123 and to all who worked on the problem.
Reply
  • Hello all,
    I revisited this post and got the answer I needed.

    This code snippet added to my script produces what I wanted.
    Cmd.SetToggleString 6, SHOW_IDS, 3
    Cmd.SetToggleString 0, SHOW_IDS, 1
    Cmd.SetToggleString 0, SHOW_IDS, 2​


    The following is generated in the program when the "T" value in the dimension
    block is out of tolerance.
    Before, I was getting the feature ID also, but now FeatID is not displayed.

    DIMINFO/LOC319; , , ,VERT,HORIZ, ,$
    , ;DEV, , , , , , , , ,$
    T, , , , , , , , , , , , , , , , ,​

    Thanks Henniger123 and to all who worked on the problem.
Children
No Data