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

centralize settings

  • Thread starter Thread starter cacciatorino
  • Start date Start date

cacciatorino

Guest
hi, I would like to ask where I create modeling and annotation save settings, meaning with this the toolbars, the lisp to load at startup etc.

I use two pcs, a laptop and a fixed, and I would like to make sure that both onespacedesigners access the "set" of information, so that if I make a change on one then I find it in the other.

Oh, yeah, yeah.

on cad.de I found a lot of beautiful lisp, where do I have to copy them so that soliddesigner will load them to me at startup?
 
hi, I would like to ask where I create modeling and annotation save settings, meaning with this the toolbars, the lisp to load at startup etc.

I use two pcs, a laptop and a fixed, and I would like to make sure that both onespacedesigners access the "set" of information, so that if I make a change on one then I find it in the other.

Oh, yeah, yeah.

on cad.de I found a lot of beautiful lisp, where do I have to copy them so that soliddesigner will load them to me at startup?
Let's see if I can help you. settings where it holds custom bars etc. you find them in c:\documents and settings\marco\dati application\cocreate then you have two folders one for the draft and one for the model.
I did customization on a pc and then I copied these folders on the other and found it the same. for precaution saves the original.
As for the lisp or drags in and you charge it and the command then see it in the instrument icon. if you want to launch them at the start I put them in the pesd_startup you find in c:\programs\cocreate\cocreate modeling \personality you can see the command to charge them that are already default
I hope you've been helped
Hi.
 
The macros better get them loaded from here

c:\documents and settings\marco\dati application\cocreate\cocreate modeling 2008\16.00 in sd_customize file

so you find them when you take them to the other pc

example

(load (concatenate 'string mei::dir of macro_dir "pers_marco/piano_mezzeria.lsp") :if-does-not-exist nil)


Sorry about the indications before I just didn't remember that I had them
state
 
I hope you've been helped
Hi.
Sure, yeah, then I'll let you know better. :finger:

I apologize for the total beginner's question: where do I have to save the current state of the leash so that next I find it the same? Now I can't go out and go back to check that uploading the model I've got on video is more than an hour. :biggrin:
 
Sure, yeah, then I'll let you know better. :finger:

I apologize for the total beginner's question: where do I have to save the current state of the leash so that next I find it the same? Now I can't go out and go back to check that uploading the model I've got on video is more than an hour. :biggrin:
I'm sorry about ignorance, but what are the leashes?
 
I'm sorry about ignorance, but what are the leashes?
I meant the user interface: toolbars, added or removed buttons, etc...

is an English acronym: graphic user interface

Now the colleagues of theut me let them save them with a command that is in the additional mechanical libraries, but I thought I didn't buy. . . .
 
I meant the user interface: toolbars, added or removed buttons, etc...

is an English acronym: graphic user interface

Now the colleagues of theut me let them save them with a command that is in the additional mechanical libraries, but I thought I didn't buy. . . .
what I wrote to you in the first answer you do the commands etc and save them automatically in those folders and then those copy them in the same folder as another pc

c:\documents and settings\marco\dati application\cocreate

It's the files in this director he calls them with the version number.
in those folders there are all customizations.
 
what I wrote to you in the first answer you do the commands etc and save them automatically in those folders and then those copy them in the same folder as another pc

c:\documents and settings\marco\dati application\cocreate

It's the files in this director he calls them with the version number.
in those folders there are all customizations.
I found this key in the windows log:
Code:
hkey_current_user\software\cocreate\creo elements/direct modeling\17.0.4.34\italian\customization
But if I try to change it and point it to a network folder there's no way, the modeling restart is reset to the default value. what I wanted to try to do was avoid having to copy the two folders whenever I make a change.
 
I found this key in the windows log:
Code:
hkey_current_user\software\cocreate\creo elements/direct modeling\17.0.4.34\italian\customization
But if I try to change it and point it to a network folder there's no way, the modeling restart is reset to the default value. what I wanted to try to do was avoid having to copy the two folders whenever I make a change.
I don't know how to help you. It's okay to wait for er president if he shows up.
 
I don't know how to help you. It's okay to wait for er president if he shows up.
Anyway for now I did as you said, and I found everything, including the lisp with many different threads!

Thank you! :smile:
 
I found this key in the windows log:
Code:
hkey_current_user\software\cocreate\creo elements/direct modeling\17.0.4.34\italian\customization
But if I try to change it and point it to a network folder there's no way, the modeling restart is reset to the default value. what I wanted to try to do was avoid having to copy the two folders whenever I make a change.
you have to use the "customize" file, the one in the localization of osd in your language.
in the original "customize" there is the link to standard customizations and you have to change the string to make it point to the networked file.
When you do the osd inputs, it doesn't follow your "sequence" as it is written in the file.
 
example

(load (concatenate 'string mei::dir of macro_dir "pers_marco/piano_mezzeria.lsp") :if-does-not-exist nil)
Now it's enough to shape and I'm going to decorate my me30 a bit:

a question: Is this sd_customize not there, do I create it?
 
Now it's enough to shape and I'm going to decorate my me30 a bit:

a question: Is this sd_customize not there, do I create it?
mi autoquoto:

I solved, creating by hand the sd_customize file (without extension), then inside I put it banally:
Code:
(load "g:/appl/cocreate/macro/cad_de/gdm_m1_properties.lsp")
I'll see if I have to add more macros, I'll have to use the "concatenate" you've indicated to me.

p.s. tu le lisp le crei/modifichi a mano? or does a publisher exist?
 
mi autoquoto:

I solved, creating by hand the sd_customize file (without extension), then inside I put it banally:
Code:
(load "g:/appl/cocreate/macro/cad_de/gdm_m1_properties.lsp")
I'll see if I have to add more macros, I'll have to use the "concatenate" you've indicated to me.

p.s. tu le lisp le crei/modifichi a mano? or does a publisher exist?
I modify them with notepads I don't know if there is a editor I don't believe in the program cd too they put the notepad to install...
 
mi autoquoto:

I solved, creating by hand the sd_customize file (without extension), then inside I put it banally:
Code:
(load "g:/appl/cocreate/macro/cad_de/gdm_m1_properties.lsp")
I'll see if I have to add more macros, I'll have to use the "concatenate" you've indicated to me.

p.s. tu le lisp le crei/modifichi a mano? or does a publisher exist?
the "concatenate" serves to "build" the string using variables and text.
in your case you just add more "loads".
 
thanks to all for guiding me in the fantastic world cocreate!

(Germans are strong!)
 

Attachments

  • macro.webp
    macro.webp
    30.5 KB · Views: 13
  • filetti.webp
    filetti.webp
    51.5 KB · Views: 9

Forum statistics

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

Members online

No members online now.
Back
Top