Schraffuren selber machen
Comments
-
Key Elements of Hatch Pattern Syntax:
Header Line:
*pattern-name, description● *pattern-name: The name of the hatch pattern, preceded by an asterisk. It should be no more than 31 characters long.
● description: An optional description of the pattern.
Descriptor Line:
angle, x-origin, y-origin, delta-x, delta-y, dash-1, dash-2, ...● angle: The angle of the line segment (in degrees, counterclockwise from horizontal).
● x-origin, y-origin: The coordinates of the starting point of the line segment.
● delta-x, delta-y: The offsets (displacements) for subsequent lines in the pattern.
● dash-1, dash-2, ...: Optional parameters defining the dash pattern for non-continuous lines
Example:
The standard hatch pattern *ANSI31, which represents a masonry pattern, is defined as:*ANSI31, ANSI Iron, Brick, Stone masonry
45, 0,0, 0,.125This defines a pattern named ANSI31, with lines at a 45-degree angle, originating from (0,0), with a vertical spacing of 0.125 units.
2 -
There is make hatch programs out there google.
Post an image of "hatch for metal construction " maybe like these ?
1 -
Vielen Dank ich mache mich mal auf die suche nach einem geeigneten Programm
0