05-03-2021, 05:22 PM
(This post was last modified: 05-04-2021, 11:00 AM by kreativasas.)
Hi,
I have 2 close geometrymodel. With a rotatetransform i intersect the first object with the second, then and i need to know wich positions of the first object is contained in the second.
I tried to check if the positions of the first mesh are in the bounting box of the second but doesn't work (because some of the positions contained in the bounting box are not inside of the second)
i tried with Ab3d.Utilities.MeshBooleanOperations.Intersect(geometrymodel1.geometry,geometrymodel2.geometry) but it seems not working. It seems that the transformation is not applied and the object are in the initial position.
Any ideas?
I have 2 close geometrymodel. With a rotatetransform i intersect the first object with the second, then and i need to know wich positions of the first object is contained in the second.
I tried to check if the positions of the first mesh are in the bounting box of the second but doesn't work (because some of the positions contained in the bounting box are not inside of the second)
i tried with Ab3d.Utilities.MeshBooleanOperations.Intersect(geometrymodel1.geometry,geometrymodel2.geometry) but it seems not working. It seems that the transformation is not applied and the object are in the initial position.
Any ideas?

