License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
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
.