|
Hatch Origin issue -
- The Problem
- Gravel Hatch appeared splotchy and did not look like gravel or rocks. Rather, it appeared more like straw.
- Lynsky says it is a problem with the coordinate base and very large coordinates for our drawings because originally Autocad was not designed for such large coordinates.
- Then also, the problem propagated through the x-ref and even through the viewport.
- The Solution
- Select your strange-looking hatch area,
- right-click on it and pick hatch edit (lower left-hand menu).
- Hatch origin can be changed by selecting "Click to set new origin" and pick new origin point on your screen (within the area you want to hatch).
- Then click OK and you are done.
- Your hatch pattern will look like you expect it to look.
Hatch Scale
- Check out Driscoll's article http://companyweb/Lists/General%20Discussion/DispForm.aspx?ID=11&Source=http%3A%2F%2Fcompanyweb%2Fdefault%2Easpx
- If you will create your hatch using Annotative property, it will display the same through any viewport.
Tool Palette for frequently used hatches http://companyweb/Lists/Cad%20Forum/DispForm.aspx?ID=33&Source=http%3A%2F%2Fcompanyweb%2FLists%2FCad%2520Forum%2FAllItems%2Easpx
Custom Hatch Pattern-hatches are defined using a series of starting line definitions and offsets for those lines
-
Edit hatch definitions using Word Pad
-
C:\Documents and Settings\(login)\Application Data\Autodesk\C3D 2008\enu\Support\acad.pat
-
Title definition
-
*name, description
-
Line Definition
-
ANGLE, START X-COORD, START Y-COORD, X-OFFSET, Y-OFFSET, LINE ON, -LINE OFF...
-
Hints
-
A comma separates each part of the hatch definition on a line
-
Each line is a complete definition of hatch drawing behavior
-
Simple hatches can have as few as one line of definition or as many as 50 lines
-
The angle and start x and y coordinates define a relative basis for creating offset dashed lines
-
Y-offset distance begins at the origin of that line and goes in a direction perpendicular to the defined angle. (relative x and y)
-
You cannot have a y-offset of zero.
-
X-offset distance begins at the end of the y-offset distance and goes perpendicular to the right till you get to either a dash or a space
-
Line On length is positive and line off length is negative and repeats
-
A dot is a line of zero length
-
you may define up to seven combinations of line on and line off for each line definition
-
Try to edit an existing hatch until you get the knack of it to create your own custom hatch pattern.
-
I edited TRI by adding an interior triangle every other set to create CELTIC-TRI--The first three lines define exterior triangles and the last three lines define the interior triangles.
-
*CELTIC-TRI, Equilateral triangles with arms
60, 0,0, .1875,.324759526, .1875,-.1875
120, 0,0, .1875,.324759526, .1875,-.1875
0, -.09375,.162379763, .1875,.324759526, .1875,-.1875
60, .09374998,.16237982, .56249996,.32475953, .1875,-.93750009
120, .28124998,.1637982, .56249996,.32475953, .1875,-.93750009
0,.09374998,.16237982,.56249996,.32475953,.1875,-.93750009
|