Hi,
I want to trimmest a surface from planar curves. But trimmest does not consider the trim. I add the GH file containing the surface. I have that issue sometimes. Sometimes it works.
cheers,
Detlef
TriMeshProblem.gh (13.6 KB)
Hi,
I want to trimmest a surface from planar curves. But trimmest does not consider the trim. I add the GH file containing the surface. I have that issue sometimes. Sometimes it works.
cheers,
Detlef
I meat TriMesh
TriMeshProblem_re.gh (12.6 KB)
I found the solution in the meantime. TriMesh needs to have a BREP as input. It does not handle trims inside a Surface.
Yes - there is an issue when using the surface data input type in Grasshopper, where scripted components don’t recognise them as trimmed. Passing it in via a Brep parameter avoids this issue and preserves the trims.
The input for TriRemesh can be any of:
Untrimmed surface,
Brep,
mesh,
planar curve,
polyline(doesn’t have to be planar)