Jump to content

Recommended Posts

Posted

Hello, very often it would help me to draw hatchs with "net" style...it could be a false ceiling or an elevated floor, but I can't set the measurement of the square of the net...for example I need to draw an hatch with net style with measure 6 cad units for the "side of the square"...is it possible to set this parameter?

Posted

Your options are Scale or Spacing. There is no option for setting cad units in the hatch command. You would probably be better off the Array command or a custom lisp routine.

Posted (edited)

You need to copy the NET pattern and call it something else and change the scaling numbers to 1 then you can draw a square any size you like by scale.

 

In default the pattern is set to 0.125 as a length just change it to 1 and add to ACAD.PAT

*NET, Horizontal / vertical grid
0, 0,0, 0,.125
90, 0,0, 0,.125

*SQUARES, Horizontal / vertical grid
0, 0,0, 0,1.0
90, 0,0, 0,1.0

Edited by BIGAL
Posted

I had this problem also, so I created a pattern file of squares of unit sides. Now I can confidently create a grid of known spacing using the Hatch scale, and position the Hatch origin to align it where I want.

 

*TILE11,
0, 0, 0, 0, 1 
90, 0, 0, 0, 1

Posted

Thank you very much, I tried but I did not succeed.

For Bigal: if I put your hatch in the acad.pat file, then I do not see it proposed in the menu.

For Eldon: I created a test.pat file with your hatch, but when I select the file in the menù, an error message appears...

  • 1 year later...
Posted

Hello...In the meantime I found a fairly easy way to solve the creation of a 60x60cm ceiling with the hatch command...

MODEL ANSI37
ANGLE 45
SCALE 1.89 (for drawings with a scale of 1: 100)

 

I have a problem...the hatch created is symmetrical in the vertical direction but not in the horizontal direction ...it is also possible to make it symmetrical in the horizontal direction?

Greetings

 

hatch retino controsoffitto.dwg

Posted (edited)

The reason your doing 1:89 is that Ansi37 is based on 0.125 not 1 you need to go back like 40 years and look at how ANSI patterns were described. 0.125 is 1.8"

 

Again change 0.125 to 1.0 make a custom hatch.

 

1/.125=8 so 1:100 is ten times 1:80 would be correct.

Edited by BIGAL

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...