3 weeks ago
- last edited
3 weeks ago
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.
a week ago
3 weeks ago
this code is in DumpBody.
a week ago
"if(nConts > 1)" change to "if(nConts >= 1)"