To convert a file (AutoCAD drawing) into a file (hatch pattern definition), you must extract the geometry or the existing hatch definition. Note that standard
: For complex "solid" shapes that cannot be captured in a simple PAT file, use the SUPERHATCH
A .PAT file is essentially a text-based set of coordinates and instructions that tell AutoCAD how to repeat lines to form a pattern. Because hatch patterns are mathematical repetitions, they can only be created from simple linear geometry.
can automate this. You simply load the script into AutoCAD, select the hatch, and it generates the PAT definition for you. The Revit Export "Trick":
EXPORT or DXFOUT..dxf file.If you want, tell me which CAD program you have (AutoCAD, BricsCAD, DraftSight, FreeCAD) and I’ll give step-by-step commands or a small example .pat file you can copy.
mypattern.pat.Before converting, your DWG geometry must be perfect. The converter (script or tool) can only read lines.
To convert a file (AutoCAD drawing) into a file (hatch pattern definition), you must extract the geometry or the existing hatch definition. Note that standard
: For complex "solid" shapes that cannot be captured in a simple PAT file, use the SUPERHATCH convert dwg to pat file
A .PAT file is essentially a text-based set of coordinates and instructions that tell AutoCAD how to repeat lines to form a pattern. Because hatch patterns are mathematical repetitions, they can only be created from simple linear geometry. To convert a file (AutoCAD drawing) into a
can automate this. You simply load the script into AutoCAD, select the hatch, and it generates the PAT definition for you. The Revit Export "Trick": In AutoCAD, type EXPORT or DXFOUT
EXPORT or DXFOUT..dxf file.If you want, tell me which CAD program you have (AutoCAD, BricsCAD, DraftSight, FreeCAD) and I’ll give step-by-step commands or a small example .pat file you can copy.
mypattern.pat.Before converting, your DWG geometry must be perfect. The converter (script or tool) can only read lines.