Show spef of sctn ADP drawilist on drawing MDS support detail

I got a comment from the client, he requires that need to show the dimension (name of spref SCNT) of the beam references on the 2d drawing. I tried to find out the task to set up but do not yet have any idea about this issue.  Hope you can help me

Parents
  • can you share this small task for us as a reference? many thanks.

  • First, I need to create laye name /STRUC-TAG and set up autotagging with Trsf attribute .

    Second, after creating support detail, I run a small macro to show them: Create new layer and update type beam references on isometric view of each drawing
    !name1 = NAME of REGI
    $!name1
    VAR !getview COLLECT ALL VIEW WITH matchwild(ATTRIB NAME,'*-AREA/S1/V2') FOR CE
    do !x from 1 to !getview.Size()
    $!getview[$!x]
    !name = NAME
    !notes = !name & |/BEAM-TAGS|
    NEW LAYE COPY /STRUC-TAG
    NAME $!notes
    UPDATE TAGGING
    enddo

Reply
  • First, I need to create laye name /STRUC-TAG and set up autotagging with Trsf attribute .

    Second, after creating support detail, I run a small macro to show them: Create new layer and update type beam references on isometric view of each drawing
    !name1 = NAME of REGI
    $!name1
    VAR !getview COLLECT ALL VIEW WITH matchwild(ATTRIB NAME,'*-AREA/S1/V2') FOR CE
    do !x from 1 to !getview.Size()
    $!getview[$!x]
    !name = NAME
    !notes = !name & |/BEAM-TAGS|
    NEW LAYE COPY /STRUC-TAG
    NAME $!notes
    UPDATE TAGGING
    enddo

Children
No Data