I want to retrieve data from the shapes connected by the faces of a specific shape. For example, when I move one shape, I need to know which faces have a hole, node, or plane for that shape. Based on that data, I plan to add the hole, node, or plane for the combination. Each shape has this data, but what I want to know is how to detect which shapes are attached to the shape being acted upon
how can i implement this
You’d need to be a bit less abstract - what are the shapes? What is the data? What are they representing / building?
1 Like
how can i get those shape and data. I am still confusing in here