CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > CoCreate Drafting

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 5 votes, 5.00 average. Display Modes
  #1  
Old 06-03-2004, 04:47 AM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
Generate a ME10 Multi-sheets drawing and print in a PDF file

Hello to everybody,

the new version of ME10 rev. 12 (OSDD 2004) allows to print a drawing in a PDF file (there are some topics about this arguments). It also allows to print a multi-sheets drawing in a single file but the drawing must be generate from annotation! Me10 allows to generate a multi-sheets drawing but is not able to print a single PDF file with the same pages of the drawing.

John Scheffel in the post (link) give us a suggestion to plot a multi-sheet drawing to a printer with a macro but is not useful for a PDF files.

To print a multi-sheets in a single PDF file follow the instruction:

To load the macro new_sheet digit :
input 'c:\new_sheet.txt' where "c:\" is the path of the file

to execute the macro digit:
new_sheet and answer with the numer of the sheet.

Now draw something and create a new sheet with macro new_sheet and put some geometries.
Save the file with MI extention (standard option).

Now, with a text-editor (notepad is OK) open the file and find the row:
CoCreate ME10 Release
and change ME10 with Annotation then save.

Load the Mi file in ME10 and a [ANNO] text show us that a Annotation drawing is loaded.
Click on the print icon and choose PDF GENERIC and set the rigth paramters and click OK. Set the file name and open the file with Acrobat reader.

If all it is OK you'll see a PDF file with a multiple pages .

At the moment there are two bad things :
1) use a external editor to change from ME10 to ANNOTATION
2) set the order of the printing of the page.

any suggestion to improve the macro or the sequence are welcome. Regards GiorgioL.
Reply With Quote
  #2  
Old 06-03-2004, 04:49 AM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
Opps, the macro...

Quote:
define new_sheet

local num_sheet

read number prompt (DGETTEXT 'me10anno' 'Enter the number of the new sheet') num_sheet

{ set to the top part the following INFO}
edit_part '/'
add_elem_info 'DOCU_DRAWING' parts '/' end

{ create a new part and visualize}
init_part (str num_sheet)
view (str num_sheet)

{ set INFO for the new part }
add_elem_info 'DOCU_SHEET' parts (str num_sheet) end

{ update the table of the sheets}
show_sheets


end_define
Reply With Quote
  #3  
Old 09-17-2004, 11:52 AM
MikeBoswell MikeBoswell is offline
CAD Sys Adm
 
Join Date: Feb 2003
Location: Andover, MA
Posts: 99
Did you resolve this?

I have the problem of maintaining sheets w/ the pdf.
They come out stacked on top of each other. I use a macro from Cocreate that spreads the sheets out but they still print out as one sheet.
I would like ME10 files w/ sheets to turn out the same as the Annotation files.
They come out nice w/ the sheets seperate with in the same file.

I would appreciate any input.

Thanks,

Mikeb
__________________
CAD Sys Admin
Vicor Corp
Reply With Quote
  #4  
Old 09-19-2004, 10:59 PM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
Yes I did. Now I can draw different entity in different pages, store them in a single MI file and then generate a single PDF file. ME10 has capability to manage multi pages drawing (create_sheet command) but the ME10 designers forgot to implement all Annotation features(!!!). My E-mail explain (or try to explain) how to solve this problem but there are some bad things (explained in the first E-mail).

Regards, GiorgioL.
Reply With Quote
  #5  
Old 09-20-2004, 03:46 AM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
I wrote:

Quote:
... Now, with a text-editor (notepad is OK) open the file and find the row:
CoCreate ME10 Release
and change ME10 with Annotation then save.
Instead to do this use:

store anno all <filename>

and reload the MI file.

Also this allow to load a file built in ME10 in Soliddesigner.

anno is undocumented (?) syntax of store command.

Regards
Reply With Quote
  #6  
Old 09-20-2004, 03:51 AM
MikeBoswell MikeBoswell is offline
CAD Sys Adm
 
Join Date: Feb 2003
Location: Andover, MA
Posts: 99
Sounds good.
I did not know about the "store anno all <filename>"

Ill give it a try.

Thanks,
Mike
__________________
CAD Sys Admin
Vicor Corp
Reply With Quote
  #7  
Old 09-21-2004, 02:04 PM
nan battaglia nan battaglia is offline
Registered User
 
Join Date: Nov 2002
Location: Dublin, California
Posts: 126
print pdf - multi-sheets in ME10

I tried the PDF Generic in Me10 and was able to print a multi-sheet drawing into one pdf file. That's a great thing.
My question is, can this PDF Generic be used in Annotator or put into am_plot_customize?
Reply With Quote
  #8  
Old 09-21-2004, 10:23 PM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
I have printed single page drawing in a PDF file form Annotation.
Annotation is based on ME10 core but some features are not visibile. PDF generic printer is present but you can not use directly.
To use the PDF printer you must use a ME10 macro loaded in Annotation. I think it is possibile print a multi-sheets drawing in a single PDF file.

Regard GiorgioL.
Reply With Quote
  #9  
Old 09-28-2004, 04:17 AM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
Just to test the internal PDF generator of Annotator use the macro in the zip file.

The Plotdef file modified the format available for the PDF printer.

Load the LSP file in Soliddesigner and generate a multi page drawing.

In the tool box there is a PDF generator.

Set the format and the place where you want put the file then confirm. A PDF is generated.

Regards. GiorgioL.
Attached Files
File Type: zip pdfanno.zip (3.6 KB, 570 views)
Reply With Quote
  #10  
Old 12-08-2004, 05:23 AM
MikeBoswell MikeBoswell is offline
CAD Sys Adm
 
Join Date: Feb 2003
Location: Andover, MA
Posts: 99
GiorgioL

What is it about your new_sheet macro that makes this all work?

The create_sheet macro included w/ me10 12 will not maintain multiple sheets when PDF'ed , but yours does.

Mikeb
__________________
CAD Sys Admin
Vicor Corp
Reply With Quote
  #11  
Old 12-08-2004, 10:40 PM
GiorgioL GiorgioL is offline
Registered User
 
Join Date: Oct 2002
Location: Pordenone (PN) - ITALY
Posts: 78
Hello MikeBoswell,

the two macro are quite different but below there is the part you you looking for:

Code:
{ set to the top part the following INFO}
edit_part '/'
add_elem_info 'DOCU_DRAWING' parts '/' end
If you use, also, with the macro CREATE_SHEET after you load the drawing and store in a file STORE ANNO ALL '<FILENAME>' and reload the file you will be able to print multiple sheets in a single PDF file.

I hope to be clear. Regards GiorgioL. Thanks for attention.
Reply With Quote
  #12  
Old 12-09-2004, 04:44 AM
MikeBoswell MikeBoswell is offline
CAD Sys Adm
 
Join Date: Feb 2003
Location: Andover, MA
Posts: 99
Thanks GiorgioL.

The macro / store anno all combo DOES work the way you describe.

1. new_sheet
2. draw something
3. store anno all
4. pdf

I want to be able to......

1. new_sheet
2. load drawing into sheet
3. new_sheet
4. load drawing into sheet
5. store anno all
6. pdf

.....but this does not work.

Any thoughts? Anyone?

Thanks,
__________________
CAD Sys Admin
Vicor Corp
Reply With Quote
  #13  
Old 12-09-2004, 06:54 AM
Andy Poulsen Andy Poulsen is offline
Administrator
 
Join Date: Apr 2003
Location: Fort Collins, Colorado
Posts: 273
Hi Mike,

The functionality you desire is currently available under ME10 using PDFAssistant (from Accurate Consulting, www.nethut.net/me10).

Aspiration Innovation is about to begin the beta testing phase for a product that provides this functionality in the Annotation environment as well.

For more information on this product and the beta testing program, please see this thread in the third-party forum: http://cocreateusers.org/forum/showthread.php?s=&threadid=5319

Thanks!

andy
__________________
Andy Poulsen
AI MAXTools: Dream. Design. Done. It's that easy!
Add-ins bringing new functionality and speed to Creo Elements/Direct and CoCreate products. Now available for v17-v20+!
See them in action at www.ai-maxtools.com and then try them for yourself -- FREE!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 01:59 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
You Rated this Thread: