Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

CATDrawing save multiple sheets

Status
Not open for further replies.

Slaen

Automotive
Joined
Jan 23, 2005
Messages
128
Location
US
When I save a CATDrawing there are multiple sheets.
Is there a way to save the sheets independantly?
Or am I stuck with one CATDrawing file?
 
hi,

Checked it. We cannot save a CAT drawing as a single sheet. you can copy and paste it into another drawing file. However you can save a CAT Drawing as individual sheets as a pdf. For this you have to change the settings in the tools.options..compatibility...graphics formats...pdf...save multiple sheets ( on or off ).
Hope it helps. All the best.
 
You can do this manually by Cut/Paste or script the Cut/Paste.

To make the macro:
Use the macro recorder to record yourself cutting and pasting twice.
It gives you most of the code you'll need to save each sheet as its own drawing.
Then just add a loop through go through each sheet in the original drawing.


 
Thanks guys for the help.
I found I can save the sheets independantly as a .cgm file.

So I'm just going to do that.
I appreciate your time and help.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top