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

command string for copy to a default level

  • Thread starter Thread starter Kaji
  • Start date Start date

Kaji

Guest
time ago I found the command string on this forum that was used to set the default copy "at a level" and similarly for the shared annulla at a level; It seems to me that the user who has the nemo shark as an avatar.
I'm sorry, but I can't find that discussion, and I'd like to know if there's a link containing other useful command strings for modeling and annotation, there's not a lot in the online guide and then subdivided on the subject.
thanks for availability
 
time ago I found the command string on this forum that was used to set the default copy "at a level" and similarly for the shared annulla at a level; It seems to me that the user who has the nemo shark as an avatar.
I'm sorry, but I can't find that discussion, and I'd like to know if there's a link containing other useful command strings for modeling and annotation, there's not a lot in the online guide and then subdivided on the subject.
thanks for availability
I also saw her on the modeling guide or on the site of klaus brod. I have to run now, but I promise I'll find you! :finger:
 
Good morning.
actually this part of the configuration is not very documented.
the command to use is

(copy-default:onelevel)

I'll put other configurations that can be interesting.

(set-layout-option-2d :resolution 0.001);; set the accuracy of table 2d . by default is 10-6 . speed the calculation of views

(modify_3d_default :keep_tangent) ; by default, the maintenance of the modified tangence


(setq elan::*turn-default-rotation-angle* 360); when you spin, set the default 360° angle

Let me know if you need more.
greetings, stefano
 
thank you very much, they are all interesting command strings that I will try already tomorrow, another one that could be useful to me is that which imposes by default to the command "place" the positioning for two points instead of the dynamic positioning; This is because the dynamic positioning is immediately recalled as soon as they select the part.
 
Good morning.
actually this part of the configuration is not very documented.
the command to use is

(copy-default:onelevel)

I'll put other configurations that can be interesting.

(set-layout-option-2d :resolution 0.001);; set the accuracy of table 2d . by default is 10-6 . speed the calculation of views

(modify_3d_default :keep_tangent) ; by default, the maintenance of the modified tangence





(setq elan::*turn-default-rotation-angle* 360); when you spin, set the default 360° angle

Let me know if you need more.
greetings, stefano
but should these strings be inserted into the sdcustomize file?
 
but should these strings be inserted into the sdcustomize file?
normally yes. or in any case in a file that is read when the program starts.

you can also enter them directly to the command line.

Other interesting settings

(machining_settings :keep_wp) ; maintenance of the plan after processing
(machining_settings :no_keep_profile) ; deletion of profile after processing

(set-part-default-density 7.86e-3) ;; setting of the default density - all new parts will have steel density instead of 1


(elan::prim-show-diameter-in-tooltip t) ; set in the copilot 3d the display of the diameter instead of the radius

by annotation

(docu-enable-migration-tools) ; repair tools allocation views 2d to 3d views
(docu::docu-set-current-bom-attach-mode "lower_right"); setting of the coupling point in the positioning of the bom

(docu::docu-set-current-bom-growth-dir :grow-upward) ;compilation from bottom to top of the bom

(docu::sd-execute-annotator-command :cmd "dim_old_alignment on") ; reactivate the positioning quota with a click on the adjacent quota (as old versions )


greetings, stefano
 

Forum statistics

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

Members online

No members online now.
Back
Top