Adding same component in multilocations
Adding same component in multilocations
(OP)
Hi all,
I need a help with this task which I could not find out myself. I have a component and I want to add it to one assembly about 50 times in different locations. I have the x,y,x coordinates in a text file. How to do this fastest way instead of adding component one by one and writing coordinates manually?
Thanks and regards,
Taner
I need a help with this task which I could not find out myself. I have a component and I want to add it to one assembly about 50 times in different locations. I have the x,y,x coordinates in a text file. How to do this fastest way instead of adding component one by one and writing coordinates manually?
Thanks and regards,
Taner





RE: Adding same component in multilocations
I can offer you to import the points from ASCII file to the work part and then use them as the basic points to add a multiply components. In this case you simply have to click each point without manual editing.
RE: Adding same component in multilocations
RE: Adding same component in multilocations
1) Import the points to the components owning assembly via File->Imports-> Points from file.
2) Add the component that will be instanced and move it to one of the points.
3) Use Assemblies->Components...->Pattern Component.
4) Set Layout to General, and turn off associative under settings.
5) Select the point and component from step 2 as the from point and component to pattern respectively.
6) Select the rest of the imported points (box, lasso selection etc with filter set to work part), press ok.
7) delete the imported points and group from assembly.