Was wondering is there a way to explode a mesh or split it at selected points?
I have a set of points which was created from the original nurbs brep,The vertices were traced on the mesh via closest point.
I need to split the mesh into separate meshes according to the vertices selected.
Any help would be appreciated
See attached photo and file.
Since I recognise this model from your other thread -
As you have the original Brep, you can mesh each face separately and pass these through Kangaroo’s ‘show’ component. (While applying the simulation to the joined mesh)
Then it is easy to separate the meshes in the output: Mesh_Triangulation_Simple K2 Inflate_3.gh (20.4 KB)
thank you @mahanmotamedi1991.
I like your solution but it think does not follow the edged connected by the points, as well as missing some key geometry on the way. I’ll have a go at your definition.
It is important for the new mesh “patches” to follow to points / edges connected between them.
Yes, it is some kind of a inflatable rescue device.
If it’s no hassle, would you mind explaining the function the Show component perform?
I understand that the welded mesh is inflated with the pressure and Length, But in what way Show affecting the Solver?
Thanks.
The show component is a way of passing geometry through the solver, so the deformed version can be accessed downstream from the simulation. It does not affect the movement of the points at all.
The different goals act on the points in the simulation to move them around, and then the ‘show’ geometry is reconstructed with these new point locations for the output.