Hi,
I have to mesh a trimmed NURBS surface (1) and need the surface parameters of each vertex (2). This can be done via the Mesh.CreateFromBrep
and Surface.ClosestPoint
operation. However, this is very time-consuming for larger models.
Is there a way that Mesh.CreateFromBrep
already emits the parameter position? I guess this information should be available during the meshing process.
This feature would be very useful for isogeometric analysis and especially postprocessing. This could then be done directly in Rhino.
Best
Thomas
2 posts - 2 participants