import part
import part
(OP)
hello,
I create a new part file
I want to import a part file using file -->import-->part... and the imported solids to be associative with the original part file (like wave link)
is it possible?
thanks
Dimitris
I create a new part file
I want to import a part file using file -->import-->part... and the imported solids to be associative with the original part file (like wave link)
is it possible?
thanks
Dimitris





RE: import part
That is exactly doing what you would like without importing the 3D data first...
Ronald van den Broek
Mechanical Engineer
Cad Environment Coordinator
Wärtsilä, Propulsion Services
NX8.5.3 / TC9.1.2
HPZ420 Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz, 32 Gb Win7 64B
Nvidea Quadro4000 2048MB DDR5
HP EliteBook 8570W Intel(R) Core(TM) I7-3740QM CPU @ 2.70GHz, 16Gb Win7 64B
RE: import part
The workaround is to use a "link structure" , a separate assembly which is only used to maintain links like these.
So instead of
partA (Master) -> partB (slave)
Link_assy_1
|-partA (master)
|-partB (slave)
where you make partB the work part and then link whatever from partA.
Note that you need to keep and open the Link_assy_1 to update.
Regards,
Tomas
RE: import part
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: import part
Yes, you can delete the temporary assembly , if you make sure that you load the master in the same session when you need to update.
( there are options to do this in the load options. - Load Load parents: Immediate)
And that the position is correct when created.
Regards,
Tomas
RE: import part
RE: import part