Limitation on numbers of entities to pass the SUEntitiesFill method

Is there some limitation on the number of entities I can pass to the SUEntitiesFill method?
I’ve wrote a C application to convert an obj file from my I pad 3D scanner app to a skp file.
The application works very fine but on the biggest models I get an SU_ERROR_INVALID_INPUT error with the SUEntitiesFill method.

Number of faces I try to add when getting the errror is 1.228.660, a model with 871.128 faces works without a problem.

No known limitation and nothing I can think of of the top of my mind that would cause such a thing. If you have a repro case then we can look into it.

1 Like