Add a new part to the product with the coordinates of the previous point
Add a new part to the product with the coordinates of the previous point
(OP)
I have points in the prouct as shown below,Is there a macro that adds a new part to the product that takes the origin of those points?
Can anyone give me some suggestions, that would be great.
Can anyone give me some suggestions, that would be great.

RE: Add a new part to the product with the coordinates of the previous point
RE: Add a new part to the product with the coordinates of the previous point
If you are placing the same new part repeatedly, swap all your points for axes and then using a 3D pattern. Position and orientation will be as determined by the axes.
RE: Add a new part to the product with the coordinates of the previous point
thank you very much!
RE: Add a new part to the product with the coordinates of the previous point
you can make Axis on those points, and then insert new parts and connect them to those axes.
So scenario will be:
1. Create a new part with macro
2. Use coincidence constraint between that created axis and Absolute Axis in the part. (macro)
(you need to have a check option for axis creation for the part)
First, you need multiple selection, so users can select all of those axes, and it will also control your for loop for new parts.
catiavbmacro.com