Comentario
12-20-2023
12:56 PM
12-20-2023
12:56 PM
At least remove the 100', 1200", 30480mm limitation on spacing. This includes the line and dash values that exceeds this limit. For example, this line is not valid in Revit (although it works in AutoCAD):
;%UNITS=INCH
172, 32,38, 363,-1.16, 4.5,-1484
angle, origin-x, origin-y, delta-x, delta-y, line, dash
The problem is the total length of line and dash (the last two values of 4.5 and -1484). 4.5 + 1484 = 1488.5. The units are in inches, so this is beyond the limit of 1200". Revit doesn't allow this for some reason.