• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

duplicate sheet

  • Thread starter Thread starter TECNOMODEL
  • Start date Start date

TECNOMODEL

Guest
I would like to duplicate a whole sheet of a table and then go to replace the model reference.
this because I have two different versions of a particular depending on how we work it on a machine rather than on another.
Is this feasible or do I have to make the whole table again?
 
Yes, but... need a make-up

you have already noticed that the "copy" function but not "paste" of a sheet within the same file

the only solution (simple) we or found is to paste the sheet on a new file and then, from this remake copy and paste on the original file

then replace the model
 
thanks, simple but effective.
Will it be so difficult for autodesk to implement this function? :rolleyes:
 
Good morning, I'm sorry, but I didn't understand the procedure, and if it's my case...
In my case I have a fairly complex component, changes were made and a new design code was assigned.
I need to change the reference model with the modified one, keeping current views and quotas the changes are minimal and do not affect existing quotas, is it possible?
 
in the table use the command "replace model reference".
select the new model and you have the same views.
You will probably lose some share, others will be reassociated but the big one of the work remains.
Then it also depends on the diversity of models and how they were modeled.
 
ciao, questa macro fa quello che chiedi:

sub duplica_foglio()
dim odoc as drawingdocument
impostare odoc = thisapplication.activedocument
dim tmpdoc as drawingdocument
imposta tmpdoc = thisapplication.documents.add (kdrawingdocumentobject`` true)
dim newsheet as sheet
imposta newsheet = odoc.activesheet.copyto (tmpdoc)
chiama newsheet.copyto (odoc)
tmpdoc.close (true)
end sub
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top