I don't get Traingles from all TinSurfaces

Hello everyone.

I try to get all Points from my TinSurfaces.
My problem is that i don’t the triangles from all TinSurfaces…

Has someone an idea what could be the problem?
I also don’t get a helpful warning.

my working range is set to medium.

Hi,
I can see coordinate values above 1.000.000.
Try setting the geometry scaling to extra large.

extra large doesn’t work either.
also surfaces that were previously recognized are no longer recognized.

and normally i have no problem with this kind of coordinates and the medium setting.

and everyone says that the scaling should be on medium.

Correct, keep scaling to medium.
What does the error message say?

1 Like

On medium i get the classic scaling warning.

On extra large it says:
“TinSurface.get_Triangles failed. Unable to create Line. Points are likely coincident.”
(I hope this is the correct translation)

Try identifying any oddities in the triangulation for the missing triangles. Likely the best way to do so will be by patching all the triangles into surfaces with a function passing and then cleaning the nulls, and then if the failed conversions aren’t clearly identifiable sending the valid surfaces to C3D somehow (not sure if Object.ByGeometry works for a Dynamo surface but, that would be a good place to start).

C3D is crashing when i try to create 1200 surfaces :sweat_smile:

Ok, try a smaller selection. Instead of 34 surfaces, take one surface which has some failing triangles and see if that works.