asm mbr name callouts in a top level asm drawing c
‎May 10, 2017
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 10, 2017
11:45 AM
asm mbr name callouts in a top level asm drawing c
hi all i need to show the asm mbr name callouts in a top level asm drawing can any one please help out either by creating a symbol or calling a parameter
Labels:
- Labels:
-
General
3 REPLIES 3
‎May 10, 2017
12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 10, 2017
12:33 PM
One way to do this is to simply type &PARAMETER:att_mdl where PARAMETER is the name of whatever parameter you have for your part name. This method will pull that parameter from whatever the note is attached to. You can also use &PARAMETER:session id # if you don't want the note attached to that component.
examples:
&PART_NO:att_mdl
&PART_NO:4
‎May 11, 2017
09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 11, 2017
09:39 AM
thanks for your kind help will check and update you
‎May 11, 2017
02:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 11, 2017
02:14 PM
Hi Tyler,
its working fine is there any for calling the sub asm name