CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums
Register FAQ Calendar Today's Posts Search

Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: Peter Boks
Forum: CoCreate Drafting 04-24-2013, 03:30 AM
Replies: 9
Views: 7,447
Posted By Peter Boks
Re: How can I use (INQ 39) element unique ID

POINTER is an undocumented keyword.
It was never officially released.
Forum: CoCreate Drafting 03-06-2012, 10:35 AM
Replies: 0
Views: 3,483
Posted By Peter Boks
DEFINE_MOUSE_KEY is behaving strangely

Hello all.

I’m having trouble with Creo Elements Direct Drafting, Version 18.0, Windows 7, 64bit.
When I enter the following line:
DEFINE_MOUSE_KEY 1 SHIFT (‘DISPLAY(“Hello”)’)
in the command...
Forum: CoCreate Drafting 04-17-2011, 12:53 PM
Replies: 3
Views: 4,415
Posted By Peter Boks
Re: Converting line types from dwg to me10

Have you tried MODIFY - STRETCH.
You can use it with a value or you can use COPILOT to indicate a "from - to" translation.
Forum: CoCreate Drafting 01-13-2011, 01:39 AM
Replies: 4
Views: 3,782
Posted By Peter Boks
Re: Open new Me10 session from macro

Hello Tobias.

If you start up the Classic User Interface and go to the file menu you can see the code used to open a new window. The button "ToNewInst" actually starts a macro. If you enter...
Forum: CoCreate Drafting 01-12-2011, 11:20 AM
Replies: 4
Views: 3,782
Posted By Peter Boks
Re: Open new Me10 session from macro

In the Classic User Interface you can go to the file menu and click the button "ToNewInst". You can enter path/filename on the command line or you can open the filebrowser and pick one.

In the...
Forum: CoCreate Drafting 12-21-2010, 02:09 AM
Replies: 6
Views: 8,917
Posted By Peter Boks
Re: embed pdf file into mi

I am not sure about this but it could have something to do with PLOT_RESOLUTION.
PLOT_RESOLUTION is used for setting the resolution of pdf files created by ME10.
Maybe it also affects plotting of...
Forum: CoCreate Drafting 02-22-2010, 03:43 AM
Replies: 5
Views: 5,595
Posted By Peter Boks
Re: Change existing line color and style simultaneously?

You could try the following:

DEFINE CHANGE_COLOR_AND_LINETYPE
LOCAL P1
LOCAL P2
LOCAL C
LOCAL L
LOCAL Element
LOCAL Count
Forum: CoCreate Drafting 07-01-2009, 02:52 PM
Replies: 5
Views: 4,580
Posted By Peter Boks
Classic UI - Mixed UI - Windows UI: Why?

In the previous post about "CoCreate drafting demo" by andrku, I read a reply by Wolfgang in which he talked about the Windows User Interface. As I read it, he was not particularly pleased about this...
Forum: CoCreate Drafting 05-20-2009, 02:05 AM
Replies: 5
Views: 7,036
Posted By Peter Boks
What is the function of the questionmark?

I found this in an internal ME10 macro named Avoid_window_recursion:
ON_ERROR ('END '+Callmacro)?

I understand the ON_ERROR command and its argument between parenthesis but I wonder what the...
Forum: CoCreate Drafting 04-20-2009, 01:02 AM
Replies: 4
Views: 5,647
Posted By Peter Boks
Re: Tip: Right Click Print in Drafting 11.6

I have posted a macro at the end of this (http://www.cocreateusers.org/forum/showthread.php?t=6951) topic that can help you with the creation of pdf files.
With the use of John's macro, you can...
Forum: CoCreate Drafting 04-20-2009, 12:29 AM
Replies: 3
Views: 4,269
Posted By Peter Boks
Re: About 'Parametric ' Function

I have 2 pdf files about Parametric Design with ME10. I believe they are old manuals that came from the installation disks. There is one for the classic UI and one for the windows UI. They are too...
Forum: CoCreate Drafting 01-05-2009, 03:46 AM
Replies: 9
Views: 7,447
Posted By Peter Boks
Re: How can I use (INQ 39) element unique ID

OK, now it's working.
Thanks Wolfgang
Forum: CoCreate Drafting 01-05-2009, 03:20 AM
Replies: 9
Views: 7,447
Posted By Peter Boks
Re: How can I use (INQ 39) element unique ID

Hi Wolfgang,

I'm indeed using version 16.00. Should have mentioned that.

Anyway, I'm still puzzled on how to use (INQ 332)
If I use DELETE POINTER (VAL (INQ 332)) the result is exactly the...
Forum: CoCreate Drafting 12-20-2008, 03:23 AM
Replies: 9
Views: 7,447
Posted By Peter Boks
Re: How can I use (INQ 39) element unique ID

Thanks for your reply John.
However, I was especially interested in the use of INQ 39. At this moment I use the following:
INQ_ELEM P1
DELETE POINTER (INQ 2)
This works fine but in a trace file,...
Forum: CoCreate Drafting 12-19-2008, 05:37 AM
Replies: 9
Views: 7,447
Posted By Peter Boks
How can I use (INQ 39) element unique ID

According to the helpfiles I can retrieve an elements unique ID with INQ_ELEM => INQ 39.
I have tried to use it but I can't get it to work.

I would think that this might work:
INQ_ELEM P1...
Forum: CoCreate Drafting 10-01-2008, 12:29 AM
Replies: 19
Views: 14,696
Posted By Peter Boks
Re: [Me10] Print PDF -> Always Me10.pdf

OK,

This macro is a ME10 system macro that has been edited to generate a "name_toppart.pdf" file.
With a little customisation it's possible to let it create a "current_filename.pdf".
If you pick...
Forum: CoCreate Drafting 09-29-2008, 07:13 AM
Replies: 19
Views: 14,696
Posted By Peter Boks
Re: [Me10] Print PDF -> Always Me10.pdf

Hello Shaba,

If you are still looking for a way to create pdf files in ME10 then maybe the macro I use can help you. I have traced the plotting process and edited a macro to create a pdf file with...
Forum: CoCreate Drafting 07-21-2008, 12:13 AM
Replies: 3
Views: 4,072
Posted By Peter Boks
Re: Rounding numbers in a macro

Hello John,

The macros Draw_a_circle and Display_rounding are not realy macros that I use, but are intended to serve as an example. The purpose of Madern_round, is to calculate and return a value,...
Forum: CoCreate Drafting 07-18-2008, 05:11 AM
Replies: 3
Views: 4,072
Posted By Peter Boks
Rounding numbers in a macro

Hello all,

I have written the following macro for rounding values to a specified nr. of decimals
DEFINE Madern_round
PARAMETER Value
PARAMETER Decimal
LOCAL Result
WAIT
LET Result...
Forum: Web Site and Forum Info 07-01-2008, 06:21 AM
Replies: 42
Views: 40,859
Posted By Peter Boks
Re: Proposal to Merge CoCreate User Forum with PTC/USER Portal Site

I have voted against migrating (forgot to log in though:o).
I am registered at 4 CoCreate forums (2x Dutch, 1x German and of course this forum) and have never found this to be a problem, although...
Forum: Customization 04-05-2007, 06:00 AM
Replies: 9
Views: 5,544
Posted By Peter Boks
Re: DDE clients

Hello clausb,

I am trying to write a macro to export variabeles from ME10 into Excel (I believe that it is usually the other way around).
Can you tell me if these subtleties also influence the...
Forum: CoCreate Drafting 06-06-2006, 05:02 AM
Replies: 7
Views: 5,654
Posted By Peter Boks
Re: Save as drawingnumber.mi with macro

The INQ_ENV command sets values about the ME10 system.
Ater this command you can obtain these values using the related INQ code.

In your case you could use these commands as follows:

INQ_ENV...
Forum: CoCreate Drafting 05-22-2006, 12:07 PM
Replies: 2
Views: 3,672
Posted By Peter Boks
Re: Auto_store

When you are working in the classic interface you must edit the me10.ini file located in de directory . . . . \OSD_Drafting_11.65\old_ui.

Are you sure you have modified this file or just the one...
Forum: CoCreate Drafting 12-19-2005, 07:10 AM
Replies: 7
Views: 5,916
Posted By Peter Boks
Re: How do I detect if a shared part is active

I have to make a small adjustment to the macro above.
The line with the READ command should look like this:

READ PNT STRING LAST_PROMPT LAST_FEEDBACK P1

to be able to pick a part in the...
Forum: CoCreate Drafting 12-19-2005, 05:19 AM
Replies: 7
Views: 5,916
Posted By Peter Boks
Re: How do I detect if a shared part is active

Hi Daren,

Thanks for your input.
I have finished the macro, making use of your advise and it runs pretty smoothly. The fact that it doesn't change colors when only a single instance of the shared...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -8. The time now is 02:54 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.