We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-09-09 11:18 AM - last edited on 2024-09-24 10:16 AM by Doreena Deng
The 600, 800 status codes in a line segment or arc are difficult to understand. Can you please explain the difference between the usage environment of 600 and absolute coordinates?
800 is for modifying tangents, but the corresponding rule cannot be found.
Thank you!
Solved! Go to Solution.
2023-09-09 08:33 PM
600
means the start of a polygon. Basically the same as 0
. You'll only need it for holes.
800
will not generate a new point/segment, but rather give the GDL interpreter a new tangent seperately from the actual current one. This is a rarely used statuscode; it will be used by other following statuses like 1000
and 2000
.
2023-09-09 08:33 PM
600
means the start of a polygon. Basically the same as 0
. You'll only need it for holes.
800
will not generate a new point/segment, but rather give the GDL interpreter a new tangent seperately from the actual current one. This is a rarely used statuscode; it will be used by other following statuses like 1000
and 2000
.