2025-05-23
12:03 PM
- last edited on
2025-05-23
09:37 PM
by
Laszlo Nagy
Hi,everyone:
I am trying to export geometry, so I plan to refer to Example 3D_Test(Examples\3D_Test\Src\3D_Test.c)。
But I have a few doubts after reading the code:
1. I know you want to transform a vertex to a Local coordinate system, but during the Enumerate, the conts[0][0] will change. Can this code achieve its purpose?
2, if nConts == 1 (this should mean polygon has no hole?), and how should I handle this situation?
Solved! Go to Solution.
2025-06-04 12:19 PM
2025-05-23 12:13 PM
this code is in DumpBody.
2025-06-04 12:19 PM
"if(nConts > 1)" change to "if(nConts >= 1)"