cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
sxs
Booster

Some doubts in Example 3D_Test

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:

      

sxs_0-1747994068979.png

 

    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?

 

     

sxs_1-1747994296681.png

  2, if nConts == 1 (this should mean polygon has no hole?), and how should I handle this situation?

 

1 Solution

Accepted Solutions
sxs
Booster

"if(nConts > 1)" change to "if(nConts >= 1)"

Go to post

2 Replies 2
sxs
Booster

this code is in DumpBody.

sxs
Booster

"if(nConts > 1)" change to "if(nConts >= 1)"

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!