I wonder how they will implement that, IF, they do. The functionality has been around for as long as I can recall in aCAD as well as Solid Edge draft. Things like this are why I just chuckle and shake my head when people say Solidworks’ UI is and has been superior to everything else.
Is it even possible to identify the x,y position so that you can match it on the other sheet?
I added a comment:
Maybe add a “paste special” function similar to excel or Word (which is implemented with CTRL + ALT + V), that allows you to select what you want pasted. Like XY location, format, color, etc. Where the CTRL + ALT + V would initiate the “Paste Special” and CTRL + V would initiate the current paste functionality
The normal way that I’m used to is paste command (ctrl +v) and the copied content is floating around as a preview as to where it will be dropped on mouse click. Shift puts the copied content at the same location as it was copied from, mouse click drops it. Smooth, simple, fast, done.
How close does it need to be? I’m asking because you can paste the view on the same sheet and drag it so it overlaps the original as close as you can get it, then go to the tree, select the copied view, and drag it to the sheet name of the sheet you want it on. It will be placed in the same location on that sheet as it was on the original view.
Might work for views and other things you can manipulate from the tree, but this ER is asking for Notes, Blocks etc. to be able to be dropped in the same place, which don’t show in the tree.
I guess I missed that. Adding them to a sheet format is the only way to do that now, as everyone probably already knows.
I’ve possibly been missing something for a number of years and will soon be feeling quite silly, however the Note that I have as part of my sheet format is never generated when I add a new sheet to a drawing, it only ever exists on Page 1 when I create the document in the first place. Is there a workaround for that I’ve been oblivious to all this time?
Did you save the sheet format after adding the Note? If no, that would explain the behavior.
If I go to “Save Sheet Format” the Note disappears when the Save dialogue box comes up.
Sheet template:
image.png
After activating Save Sheet Format:
image.png
Seems like Notes get removed from the Sheet Format?
If I add the Note to the Sheet Format rather than the Template, I can’t then easily edit it to add / remove further notes, I have to go in to edit the Sheet Format every time.
Adding the note while in “Edit sheet format” mode is the only way to save it with the sheet format. When you save it in the drawing template it is only saved on the sheet or sheets it was on when the drawing template was saved.
For the situation you described I’d recommend saving the note as a note Style. I have similar notes saved as Styles in my drawing templates and it works very well. If you have questions about implementing that I will be happy to help.
I know most users save notes as library items instead, but I started using Styles instead years ago when I was having problems with library notes and haven’t regretted it.
Copy and paste the sheet.
Delete what you don’t need.
Maybe bring grid back on drawing and paste to the grid.
Just came across this today…
In theory this is definitely achievable, especially for note since the X, Y information is already available
In case anyone is interested, attached is a simple macro create in 30min to “recreate” a note at the same position (X, Y) in another sheet.
Note:
- To use the macro, select ONE note before running the macro
- The macro is by no mean perfect as i just create it as a test and dont really bother to include error checking and prevention…
image.png
CopyNoteTest.swp (80 KB)
That’s great! Thank you very much for this, will certainly do the job in most cases.