AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
Modules
  • AVEVA World
  • PDMS/E3D Forum
  • Modules
  • Cancel
Modules
Draft Module how to make radial dimension
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 6 replies
  • Subscribers 5 subscribers
  • Views 9 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

how to make radial dimension

jerome makiling
jerome makiling over 12 years ago
 
  • Sign in to reply
  • Cancel
  • Admin
    Admin over 12 years ago
    --If you want to output radius of the fillet just use labels and attach it to appropriate panel vertex by refno or use Attach To on Label Form
    --Or you can use simple macro like that


    VIEW
    HANDLE ANY
    !!Alert.Message('Goto VIEW level first!')
     RETURN
    ENDHANDLE
    !viewName = !!CE.Name
    !!Alert.Message('Click on the Panel on your view to find Fillets')
    ID PANE @
    VAR !pave COLLECT ALL PAVE FOR CE
    $!viewName
    !layeName = !viewName + '\User_MISC_TAGS'
    NEW LOCATE LAYE $!layeName
    do !x from 1 to !pave.Size()
     if (!pave[!x].Dbref().Frad NEQ 0) then
       NEW GLAB
    Ddname $!pave[$!x]
    Btext |#FRAD|
    Lterminator Arrows
     endif
    enddo
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jerome makiling
    jerome makiling over 12 years ago
    hei,

    my rectangular panel has a fillet at the corner.
    I am having a difficult time putting radial dimension at the corner.
    There is always a error that say, the one that i used in not suitable.

    Can you please teach me how?
    Thank you.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jerome makiling
    jerome makiling over 12 years ago
    thank you for your help.
    i will try your suggestions
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Admin
    Admin over 12 years ago
    i dont think so. you can attach to panel then change ppoint number which represent vertex of panel
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • francis dela cruz
    francis dela cruz over 12 years ago
    Is it possible to create the glab and DDname by picking the specific ppoint of the plate?

    [QUOTE=RUAV;77410]--If you want to output radius of the fillet just use labels and attach it to appropriate panel vertex by refno or use Attach To on Label Form
    --Or you can use simple macro like that


    VIEW
    HANDLE ANY
    !!Alert.Message('Goto VIEW level first!')
     RETURN
    ENDHANDLE
    !viewName = !!CE.Name
    !!Alert.Message('Click on the Panel on your view to find Fillets')
    ID PANE @
    VAR !pave COLLECT ALL PAVE FOR CE
    $!viewName
    !layeName = !viewName + '\User_MISC_TAGS'
    NEW LOCATE LAYE $!layeName
    do !x from 1 to !pave.Size()
     if (!pave[!x].Dbref().Frad NEQ 0) then
       NEW GLAB
    Ddname $!pave[$!x]
    Btext |#FRAD|
    Lterminator Arrows
     endif
    enddo
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • francis dela cruz
    francis dela cruz over 12 years ago
    Thanks ruav for attending to my inquiry.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel