Hey Guys
I don't have the source code as of yet...but I have tasked my self in updating my local libary of programs with new ones
and one I have thought of is "Reordering Product Structure", but looking at the AUTOMATION document I can't see anything in regards to using any built-in CATIA...
Nevermind guys,
I bodged the job
objSEL.Search "Name=V2917609420000*,all"
Set objPRT = objSEL.Item2(2)
Set objVal = objPRT.Value.Parameters.RootParameterSet.DirectParameters.Item(1)
objValue = objVal.Value
Hey Guys,
Usually I am quite dependable doing this but I have hit a blank memory which happens to everyone!
I have a Product Structure & Excel List (Written VIA Excel VBA)
Option Explicit
Public Sub ExtactPartLevel()
Dim objCAD As Object
Dim objDOC As Object
Dim objSEL As...
catiahotline...
This leads to many variables to consider...I just built a Bill of Materials using Excel to extract all data in CATIA obviously considering all filters I wanted.
Do you plan on writing your VBA directly into CATIA or Excel?
Regards,