Jump to content
Developer Wiki and Function Reference Links ×

Settings-selectors for edge-rendering


Jodak

Recommended Posts

Hello @Jodak,

   This two line script will toggle the "Im Skizzenstil rendern" preference (Sketch hidden line results.) It will also BEEP when the preference is set (checkbox is selected.)

 

SetPref(47, not GetPref(47));
if GetPref(47) then Sysbeep;
 

To answer your question more directly, use:

SetPref(47, False);   { disable the "Im Skizzenstil rendern" preference }

 

HTH,

Raymond

Edited by MullinRJ
  • Like 3
Link to comment

Hi @Jodak,

   When you wrote "last checkbox" I took you literally. For what I would call the "first checkbox", as you so obviously depicted in the screenshot, use 144 instead. Hopefully, no harm, no foul.

 

   Yeah, the BEEP keeps me from having to open dialog boxes unnecessarily just to see where I am. And sometimes I don't even remember what dialog I have to open, so it saves lots of time over each year of use. Glad you like it.

 

HTH,

Raymond

Edited by MullinRJ
  • Laugh 1
  • Love 1
Link to comment
5 hours ago, Jodak said:

I found all other boxes, but could not find a suiting translation for this one.

The English version dialog box has the following titles for the checkboxes:

image.png.24c36de80f3c717bd1b2cb40be9837dd.png  image.png.2aa8bf8ca5ceb6a560789fb09107358a.png

 

Google Translate doesn't come close – "Schnittkanten von Durchdringungen zeigen" =>  "Show cut edges of penetration"

If I run it the other way – "Generate intersecting lines" => "Erzeugen Sie sich überschneidende Linien"

 

Not sure if this helps, but I'm glad I don't have the job of doing a language translation.

 

Raymond

  • Like 2
Link to comment
15 hours ago, MullinRJ said:

   When you wrote "last checkbox" I took you literally. For what I would call the "first checkbox", as you so obviously depicted in the screenshot, use 144 instead. Hopefully, no harm, no foul.

Thats it! Thanks!

 

Where did you find the number? I can not find it in the appendix.

  • Like 1
Link to comment

Hi @Jodak,

   That's probably because it's not in the Appendix, local or online. There is a file in the SDK that lists "most" of the VW Preference #'s (ProgramVariables.h) and another that lists the Object Variables (ObjectVariables.h). I say "most" because it sometimes takes a while for new preference #'s to be reflected in the SDK documentation. Even with these files handy, it is also sometimes difficult to match a dialog field's text with a preference #, especially, I imagine, going from German to English.

 

   I'm happy I could find it for you.

 

All the best,

Raymond

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...