Feb 25, 2019 #1 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Hi Do someone know how to use this function In vb journal. int UF_CLONE_ask_part_attrs Thank you in advance.
Hi Do someone know how to use this function In vb journal. int UF_CLONE_ask_part_attrs Thank you in advance.
Feb 25, 2019 Thread starter #2 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL I don't found its syntax In nx doc help reference Upvote 0 Downvote
Feb 25, 2019 #3 NutAce Mechanical Joined Apr 22, 2010 Messages 1,192 Location CH Strange... I found it in 2 minutes [URL unfurl="true"]https://docs.plm.automation.siemens.com/data_services/resources/nx/11/nx_api/custom/en_US/ugopen_doc/uf_clone/global.html[/url] Halfway down Ronald van den Broek Senior Application Engineer Winterthur Gas & Diesel Ltd NX9 / TC10.1.2 Building new PLM environment from Scratch using NX12 / TC11 Upvote 0 Downvote
Strange... I found it in 2 minutes [URL unfurl="true"]https://docs.plm.automation.siemens.com/data_services/resources/nx/11/nx_api/custom/en_US/ugopen_doc/uf_clone/global.html[/url] Halfway down Ronald van den Broek Senior Application Engineer Winterthur Gas & Diesel Ltd NX9 / TC10.1.2 Building new PLM environment from Scratch using NX12 / TC11
Feb 25, 2019 Thread starter #4 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Do someone know how to use this function In vb journal. My post title was token from your link. What I mean is the syntax like this: ufs.clone.addAssembly(part_name, status) Thank you for trying to help. Upvote 0 Downvote
Do someone know how to use this function In vb journal. My post title was token from your link. What I mean is the syntax like this: ufs.clone.addAssembly(part_name, status) Thank you for trying to help.
Feb 26, 2019 #5 ufsure Mechanical Joined Apr 18, 2003 Messages 124 Location AU Looks like there is no UF wrapper for this in VB. Use UFPart.AskPartTag(PartName) to get the part tag. Cast it to Part and use GetUserAttributes(). Suresh http://www.technisites.com.au Upvote 0 Downvote
Looks like there is no UF wrapper for this in VB. Use UFPart.AskPartTag(PartName) to get the part tag. Cast it to Part and use GetUserAttributes(). Suresh http://www.technisites.com.au
Feb 26, 2019 Thread starter #6 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Hi ufsure and thank you. Strange? I'll use your suggestion Upvote 0 Downvote