Hi,
I am trying to extract some data from custom fields using the following code:
Set oSWAPP = CreateObject("SldWorks.Application")
Set oSWDOC = oSWAPP.OpenDoc6("c:\\test.sldprt", swDocPART, swOpenDocOptions_Silent, "", lErr, lWar)
strCustomInfo = oSWDOC.CustomInfo2("", "Description")
but I am only able to get the Value/Text Expression and not the Evaluated Value which I require.
How can I get the Evaluated Value?
I am using the rather antiquated 2006 version of SolidWorks
Many thanks
SolidworksApi macros