Tips and Tricks | ||
The English pages of osd.cad.de are currently (=Dec2017) under some re-constructions. For ⇒ details see below.
No guarantee for function and correctness ! Please consider that some commands and paths could be named different according to the software's version. (If known the date of making a tool public is written after the file to be downloaded. The date of publishing might also give a hint for the SolidDesigner version it is working.)> Subtopics of this page are:
99 △ ▽
Keyboard and mouse shortcutsAll the default keys and shortcuts in SolidDesigner as pdf to download: Tasten_V14.en.pdf (Dez 2006) Also available at CoCreate. Symbols in structure and drawing browserAll the symbols you can find in the browsers to download: Strukturliste.en.pdf (Mai 2003) F-buttons as xls-downloadThe twelve F-buttons to download in Excel: F-Tasten.xls (Mai 2003) can be printed on transparent paper and glued onto the keyboard. How to define the keys by yourself is to find in user_man.html in the SolidDesigner installation path or in the online-help under "keyboard". Confidential commands, not very secret
In forums sometimes turn up a few helpful strings. To activate write the code into the input-line or into the customize-file or put it on a button. Save / print structure browser or BOMIn the window of the structure browser:
You get additional informations (name, path, model name, volumen, density, weight) after loading the tool sd_str_br_print_name.lsp(Sept2007 from Wolfgang). Save other lists
There are several types of lists in Annotation. For saving it, the goodie (load "table_export_dia") has to be loaded to get the new entry "Export Table" in the toolbox. To save the bill of materials the following steps are necessary:
Selection without selection menuTo choose several elements at one time it is not always necessary to activate the menu "selection list". Because I am not able to handle this, I made me the two buttons "start selection" and "end selection" in the menu line. SolidDesigner has stopped
Go to the SolidDesigner folder with sdkill -8 only ends the actual command sdkill -9 ends the SolidDesigner complete. More simple is it to lay a connection to the file sdkill.exe into the Windows start menu. Other possibilityend SolidDesigner directly with the Windows Taskmanager:
One more toolsourceThis program sd_toys10.zip unzip to a position outside the SolidDesigner installation files. Note: (Annotation) delete drawingSometimes after deleting a drawing several informations keep staying on the screen or in background, but the button is not active any more. Empty the UNDO bufferSolidDesigner usually deletes the UNDO datas periodical by itself. Sometimes it can be useful to manipulate it with the command (undo :max_back 1) (in the command line and then press enter). For example before starting an intensive calculation or after a big operation it is sometimes good to have a clear memory. After a big calculation you should do something simple (create an empty workplane) before deleting the UNDO memory. Because the last operation can not be deleted out of the UNDO and so you have the guarantee that the memory is nearly empty. Generally: if SolidDesigner has not enough memory it takes it from the operation system. The more memory the operation system looses, the more it is possible that the other running applications become unstable. Saving... by standing systemSometimes the SolidDesigner has stopped working, but fortunately the command line is still active. In this case you can make a safety copy of your work: save_package(uib:get-file-manager-objects):all_at_top :filename "c:/temp/save.pkg" complete am_save_bundle :partassy (uib:get-file-manager-objects) :all_at_top :fname"c:/temp/save.bdl" :check_up_to_date 1 (save_package :all_at_top :OVERWRITE "back.pkg") Moving symbols on icon bar without customize...Hold the ALT-Button and then pull with the mouse an symbol to another place on the same or another icon bar. It is not necessary to open the menu "customize..." with right mouse key. Copy_to_clipboard and paste_from_clipboardLittle command, great effect ! With copy_to_clipboard (enter into command line) you copy 2D geometry from ME10 or Annotation into the Windows memory.
In SolidDesigner can this geometry with "Edit" - "Paste" be placed on a workplane. Helpful by taking 2D drawings over to 3D. And with paste_from_clipboard is it possible to put the intermediate storage into ME10. If an error message appears, read in Tutorials#06 how to avoid this. Seek and show the active part in big assembliesCall the following command (g-browser::gb-search-active-parcel :part "parcel-gbrowser") with a button oder directly the SolidDesigner command line. Set the user interface back to defaultFind in the SolidDesigner installation paths the file ResetUISettings.bat. This resets the user interface back to the original state if you have done something very wrong at customizing. Another possibility is to rename the user settings folder: C:\Documents and Settings\User\Application Data\CoCreate\OSD_Modeling\… for example like this: C:\Documents and Settings\User\Application Data\CoCreate\OSD_Modeling_old\… Then the system boots by creating the first folder new again. In this case the old (wrong) settings can be reproduced if needed. Unique resetting of all customizationsAdapt into this file start_sd_naked.cmd (Dec 2007) the installation path of your system and open the file in a DOS window (to control potential errors). The SITE and CORP customizations (settings) will be bypassed (not deleted) and an empty USER customize folder under $TEMP will be used to exclude influences of any settings made so far. After an ordinary start the system boots again as usual (all personal settings are back). Application modules starting automaticallyFor example starting the Machining-Tool during booting the SolidDesigner the following code must stand in the file corp_modules.dat that can be found under the installation path C:\Programs\CoCreate\OSD_Modeling\personality\sd_customize\... : ("CADCAM_LINK" :label "Machining"
:act-fun (load "CadCamAdapter")
:deact-fun (module-deactivate "CADCAM_LINK")
:startup :yes) Another way is in this insatallation path C:\Programs\CoCreate\OSD_Modeling\... add the following code to the file pesd_customize : (LISP::LOAD "CadCamAdapter") For example starting Annotion too: Since version 14 is this directly adjustable in the SolidDesigner program. Attention: some modules need licences which then are always used by you and closed for your colleagues. Show memory for SolidDesignerPut this into the command line Change memory for SolidDesignerPut this into the command line Attention: only for experienced users ! Repair damaged threadSometimes a threat is damaged e.g. by milling in two parts. Then the threat line will in Annotation not be shown properly. With the tool thread_func.lsp (march 2004) ) a threat can be repaired and the missing lines in Annotation are created right.
SolidLibrary threat changing to machining part
Annotation - Update on another PCTip from Dagmar StolpmannThe updating of big drawings often costs a lot of time. It can be transferred to another computer to keep on working with the own station. You need one or more server (to calculate the update), a dispatcher (distributes the calculation orders) and one or more clients (to deliver the calculation orders). One Computer can be server and dispatcher or client and dispatcher at the same time.
Printer clipboard in ME10Tip from Bernard DanhieuxIn ME10 since version 11 exists a possibility to copy something to the Windows-Clipboard. Switch between drawing sheetsTwo ways are implemented:
So I would like to present the possibility of putting some buttons on an icon line, which allow switching directly to another drawing sheet. How to install such a button is described in Tutorials. Locked objects getting free againThanks to Rolf Allenbach for compilingBy loading or partially loading from of the database sometimes it can happen that objects get the symbol "locked"
or "untouchable"
but it normally should be free. Attention: first of all think about why the system could have set these lock symbols ! Often it helps to load the critical parts new. If not coming out of the problem, it also could help to make a copy of the assembly. Meant for intern using, but published in serveral forums, two goodies were created to remove these lock properties. Clear UT to remove Untouchables. Attention: do this only when shure not to damage anything ! Object flags to change the properties of a part or an assembly. Attention: do this only when shure not to damage anything ! The English pages of osd.cad.de are currently (=Dec2017) under some re-constructions. Topics I try to attack:
● Private
● Legal Notice
●
| |