Problems converting an STL to Brep - More than 10k faces warning

Problems converting an STL to Brep - More than 10k faces warning

urel.vitorR2KNY
Explorer Explorer
697 Views
1 Reply
Message 1 of 2

Problems converting an STL to Brep - More than 10k faces warning

urel.vitorR2KNY
Explorer
Explorer

Hello,
I'm writing code to convert a STL to Brep with the ORGANIC method of the CONVERT MESH command.
When I do the operation manually, Fusion 360 pops up a warning that the body has more than 10k faces, but it manages to perform the operation anyway.
But when I do the same thing via script, it gives an error and I can't do the conversion or finish the code. 

 

Below is a picture of my code and one of the error that appears.
Thanks a lot for the help.

0 Likes
698 Views
1 Reply
Reply (1)
Message 2 of 2

kandennti
Mentor
Mentor

Hi @urel.vitorR2KNY .

 

In order to deal with this problem, I created a script that converts to BRep after dividing one mesh body until it becomes 10000 or less.

https://forums.autodesk.com/t5/fusion-360-api-and-scripts/is-it-possible-to-use-text-command-within-... 

0 Likes