- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Measurement controle two things:
Hatch creating
From which file Acad should import the pattern definition.
Metric 1 = AcadIso.pat
Imperial 0 Acad.pat
Pattern with the same name and the pattern looks same, but with another definition - 25.4x bigger/smaller
LINETYPES
The same thing with acad.lin for Imperial and AcadIso.lin for metric linetypes.
Don't mix definitions from both in one DWG..
There is one difference of Linetypes and Hatch pattern:
You can redefine Linetypes in a file be re-loading the linetype from a *.lin
Linetypes are part of your dwg and acad imports the definition from a lin only if a linetype with that name you need is not defined in the dwg.
HatchPattern a not like "Styles", hatch- Pattern are calculated one the fly and one time created - not linked to a definition.
(You can have 5 Hatch in one DWG with the same name, same settings, but looking differently, not good but possible).
And read about Measureinit too if unknown, it controle the measurement value for NEW files.
Sebastian