CoCreate User Forum  

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

Showing results 1 to 25 of 52
Search took 0.01 seconds.
Search: Posts Made By: Maximus172
Forum: Customization 01-09-2015, 06:05 AM
Replies: 1
Views: 7,366
Posted By Maximus172
Circular slot in Modeling

Hi,

I did a macro doing circular slot in ME10 and would like to do similar in LISP for Modeling.

ME10

DEFINE circular_slot
LOCAL P1
LOCAL P2
LOCAL B
Forum: Customization 10-16-2014, 12:40 AM
Replies: 0
Views: 2,992
Posted By Maximus172
sd-add-menu-button

Hi,

I created a menu on the Top bar but I would like to create another one on the right side of the screen.

I work on the 19.0 version


(sd-add-menu-button "personal"
:parent '("TASK"...
Forum: CoCreate Drafting 05-02-2013, 11:05 PM
Replies: 2
Views: 4,309
Posted By Maximus172
Exclamation Help ! Problem to open my drawing

Hi,

I need your help. I can't open the drawing I have done yesterday.

A error message said to check the log file :



The error is in the last line...
Is it possible to repair it ?
Forum: Customization 02-26-2013, 11:37 PM
Replies: 1
Views: 3,846
Posted By Maximus172
Re: Macro ME10 to Modeling

Hi,

I'm working on this macro and would like how to use "sd-vec-rotate" ?

I would like to turn the main vector around the center, and normal to the active workplane...

I used


Thanks
Forum: Customization 02-26-2013, 06:16 AM
Replies: 1
Views: 3,846
Posted By Maximus172
Macro ME10 to Modeling

Hi,

I made a macro for ME10 doing circular oblongs

DEFINE specific_hole
LOCAL P1
LOCAL P2
LOCAL B
LOCAL D
LOCAL V
Forum: Customization 10-15-2012, 10:44 PM
Replies: 2
Views: 4,345
Posted By Maximus172
Re: While and loop

Hi!

Thansks for your help. Yesterday, I found a solution :


(let ((i 1))
(loop while (<= i emetteurs) do
(setq nom_decoup (format nil "~A~A" "/part." i))
(paste_dia :tool...
Forum: Customization 10-15-2012, 01:15 AM
Replies: 2
Views: 4,345
Posted By Maximus172
While and loop

Hi,

I would like to use the loop "while". Is it possible with LISP language ?

I have several parts to "punch" into a plate. The name are "---.1", "---.2".
I suppose I can do a loop to do...
Forum: CoCreate Drafting 07-30-2012, 12:31 AM
Replies: 4
Views: 5,246
Posted By Maximus172
Re: Error conversion Mi to Dwg

Thanks for your help. It's ok.
No more error during conversion.
Forum: CoCreate Drafting 07-25-2012, 11:01 PM
Replies: 4
Views: 5,246
Posted By Maximus172
Re: Error conversion Mi to Dwg

Thanks for your help
Forum: CoCreate Drafting 07-25-2012, 03:47 AM
Replies: 4
Views: 5,246
Posted By Maximus172
Error conversion Mi to Dwg

Hi,

I have a macro doing conversion from Mi to Dwg.
It's running, but sometimes, there is an error message ("consersion problem... see log file") and the macro stop.

Is it possible to...
Forum: Customization 11-03-2011, 07:34 AM
Replies: 4
Views: 5,031
Posted By Maximus172
Position after load

Hi,

I would like to do a macro to position a new part loaded. (We discussed for a similar thread ... but I didn't find a solution

I explain :

- First, you have in your library, a part,...
Forum: Customization 10-21-2010, 11:33 PM
Replies: 1
Views: 2,943
Posted By Maximus172
Macro with "CASE"

Hi,

This macro load "Legris" fittings (in our library).
With the "Legris" reference , I try to give a number of codification, just for information (display only).

But I don't find the...
Forum: Customization 08-31-2010, 04:11 AM
Replies: 1
Views: 2,239
Posted By Maximus172
Rendering

Hi,

I need your help. I would like to understand the command "render" (rendering macro), and know the options we have with it.

I would like to integrate this command in a macro but I didn't...
Forum: Customization 06-16-2010, 06:54 AM
Replies: 18
Views: 12,768
Posted By Maximus172
Re: Configuration

Hi John,

It's a good job, thanks a lot :)

Except I have one problem. I have added configurations between the others and the animation follow the date creation of the config not the order of...
Forum: Customization 06-16-2010, 01:00 AM
Replies: 18
Views: 12,768
Posted By Maximus172
Re: Configuration

If we have 15 configurations for example and you would like to have animation from the 01 to 10, do you think it's possible to ask the number for the first one and the last one... and run the...
Forum: Customization 06-15-2010, 10:43 PM
Replies: 18
Views: 12,768
Posted By Maximus172
Re: Configuration

We have a trial version of Advanced Desgin. I didn't find a solution to change the camera view during the animation.
Is it possible ?

I have created (before testing the Advanced module) a...
Forum: Customization 06-15-2010, 05:50 AM
Replies: 18
Views: 12,768
Posted By Maximus172
Configuration

Hello,

I have created several configurations from "01" to "10" for example.
How can I select these configurations one after another (with macro).
I can find the variable to select the...
Forum: Customization 10-23-2009, 05:10 AM
Replies: 8
Views: 6,543
Posted By Maximus172
Re: Name and pathname of the active part

I have done a lisp macro, like a library, with screws or others...

When I load one part, I would like to position this part just by choice of the destination point. The origine point are saved in...
Forum: Customization 10-22-2009, 01:13 AM
Replies: 8
Views: 6,543
Posted By Maximus172
Name and pathname of the last part loaded

Thanks a lot...

Is it possible to know the name of the last part loaded ?

I though that the last part loaded will be the active part but it isn't...
Forum: Customization 10-21-2009, 11:23 PM
Replies: 8
Views: 6,543
Posted By Maximus172
Name and pathname of the active part

Hello,

I would like to know if it's possible to know the name of the active part and the pathname too. I try to find in the integration kit but....:confused:

Thanks
Forum: Customization 10-07-2009, 06:38 AM
Replies: 0
Views: 2,427
Posted By Maximus172
Question Macro and error message

Hello,

I did a lisp macro to load easier some parts. The macro is running but before loaded the part, I receive a error message and I didn't find where is the problem...

See attached the lisp...
Forum: CoCreate Modeling 09-28-2009, 05:00 AM
Replies: 1
Views: 3,373
Posted By Maximus172
Configuration

Hi,

I have created 2 configurations. It is possible to merge these configurations together or do I have to create a new one ?

Thanks
Forum: Customization 07-23-2009, 03:26 AM
Replies: 6
Views: 3,616
Posted By Maximus172
Re: Position of flanges

Hy,

I'm back because I didn't find the solution....:(

I have save some flanges for example with the origin 0,0,0 and the axis as W axis.
When I load a flange, I ask the loading position ans...
Forum: Customization 04-29-2009, 03:00 AM
Replies: 6
Views: 3,616
Posted By Maximus172
Re: Position of flanges

Yes, I know that, but it's not exactly what I want to do.

With "Position after load", you need to specify the origin point and the destination point... First, you have to know where is your...
Forum: Customization 04-28-2009, 10:25 PM
Replies: 6
Views: 3,616
Posted By Maximus172
Re: Position of flanges

Hello,

I have use [code].... It's better ;)

Just for information. This macro load the part at the good position. I have added a variable for the direction but I don't know how to do...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -8. The time now is 05:53 PM.



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.