Hi guys,
I have this grid (image) and i need to eliminate segments of lines to create voids inside the model, but don´t know how to do it in a simple way. Any suggestions?
Thanks in advance
Alonso
Hi guys,
I have this grid (image) and i need to eliminate segments of lines to create voids inside the model, but don´t know how to do it in a simple way. Any suggestions?
Thanks in advance
Alonso
You can use the Pull component to measure the distance from each point to a set of lines. If that distance is less than your pipe radius, you cull the point. I.e. that requires a Larger Than component a Cull Pattern component.
Hi David, sorry for the delay and thanks for the answer. I was working on a repetitive module to go along the grid. Will study if it works for it.
Thanks HS_Kim, ill give it a go with the module Iam working on. Sorry for the late response!
It was exactly what I was looking for. Thanks a lot!