Changing Default Hatch Settings

Changing Default Hatch Settings

JohnC_ISM
Collaborator Collaborator
5,468 Views
8 Replies
Message 1 of 9

Changing Default Hatch Settings

JohnC_ISM
Collaborator
Collaborator

looking to make it so hatch settings are permanently set and dont reset after each hatch. ive attached the pic of what i want to change

 

draw order - set to send to back

island style - set to ignore

separate hatches - turned on 

0 Likes
Accepted solutions (1)
5,469 Views
8 Replies
Replies (8)
Message 2 of 9

_gile
Consultant
Consultant
Accepted solution

Hi,

 

Have a look at these system variables:

HPDRAWORDER = 1

HPISLANDDETECTION = 2

HPSEPARATE = 1



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 9

pbejse
Mentor
Mentor

@JohnC_ISM wrote:

draw order - set to send to back

island style - set to ignore

separate hatches - turned on 


Edit: Too slow... 😄

 

FWIW: You can hover over the item to see what is system variable such as hatch separate hatches

 

hatchvar.png

Just make sure Show tooltips is checked on Display/Windows Elements in OPTIONS

 

Message 4 of 9

JohnC_ISM
Collaborator
Collaborator

this worked. now hopefully they stay at those values. i know its supposed to be system variables but before when i tried to change an option it didnt, and i had to get a lisp written for the acaddoc file. but thank you !

0 Likes
Message 5 of 9

JohnC_ISM
Collaborator
Collaborator
okay so it didnt work. i changed the system variables.
it worked that one time but that was it.
i went back to check the system variables again and it shows NEW VALUE as what i changed it to, but and the CURRENT VALUE still hasnt changed. i set em and clicked okay. im not sure why its not working.
0 Likes
Message 6 of 9

pbejse
Mentor
Mentor

@JohnC_ISM wrote:
 but and the CURRENT VALUE still hasnt changed. i set em and clicked okay. im not sure why its not working.

Do you mean on existing HATCH entities  prior to setting the new value? Then yes you may have to set it afterwards. 

 

0 Likes
Message 7 of 9

JohnC_ISM
Collaborator
Collaborator

okay so apparently its just not saving the change to the system so when i open back up it goes back to what it was before. 

0 Likes
Message 8 of 9

Kent1Cooper
Consultant
Consultant

@JohnC_ISM wrote:

okay so apparently its just not saving the change to the system so when i open back up it goes back to what it was before. 


That's right, and Help will tell you all about it for any and all of those System Variables [including whether or not the same is true for all of them -- I didn't investigate], for example:

 

Kent1Cooper_0-1676050138734.png

Kent Cooper, AIA
0 Likes
Message 9 of 9

JohnC_ISM
Collaborator
Collaborator
Oh okay yeah the random target folder that popped up to save worried me I thought I messed something up. Gotit now!!! Thanks.

0 Likes