Okay I'm needing to check to see if the curent product I've selected is a Component.
Anybody know of a method to do this.
Here is an example:
Set NexProd = CurProd.Parent.Parent 'I got the parent
'product of my curent part or product.
'Now I need to check to see if it is a Component.
Any...
I've been looking but have not found a method of updating the assembly symmetry link via script.
The problem is if you rename the parent part via script and refile it the child loses it's symmetry link.
This part becomes inaccessable and can not be rewritten to the file system.
If the parent is...
Just wanted to get an idea of what different people are using for numbering systems in V5.
Before in the past the group I'm in Assembly Tooling used part numbers tied to sheets this goes back to board drawings days.
IE if something was drawn on sheet 2 it was named 201,202,203,204 and so on...
I'm writing a script that lets me select a product or part to copy and paste and then translate them.
The problem I'm running into is getting the items that I just pasted as my selction to translate.
Here is an example of the code and the part that I'm having trouble is where I Set product2 =...
I've been all through the API's but I can't find a way to isolate a view through VB Script.
Has anyone found a work around for this?
Recording a macro of isolating a view produce squat since it is a contextual operation.
TIA,
Puck
I've been trying to create a script to select parts or products in one product and copy paste special into another product.
What I'm running into is the API for copy do not work for selected elements.( I know shock horror the API's are not up to date)
Has anyone found a work around for this...