Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fake Dimension Value

Status
Not open for further replies.

Jegsaran

Automotive
Dec 16, 2020
41
Hi Everyone,

I'm looking to find a syntax to search a particular fake dimension value instead of looping through

Code:
selection1.Search "CATDrwSearch.DrwDimension.DimFakeAttr=TRUE,all"
For i = 1 to selection.count
 Set drawingDimension1 = Selection1.Item2(i).Value
Next i


I'm expecting something like
Code:
selection1.Search "CATDrwSearch.DrwDimension.DimFakeAttr.Value="140",all"

Thanks
Saran
 
Replies continue below

Recommended for you

Tried it but not getting the result.

Also I tried the following but not getting the result,

selection1.Search "CATDrwSearch.DrwDimension.FakeDimValue=140,all"
selection1.Search "CATDrwSearch.DrwDimension.DimFakeAttr.FakeDimValue=140,all"
 
I'm not familiar with Knowledgeware browser?
Can you please cut me some slack?
 
F(x) - Add formula - Second button from the right top corner. Once displayed select feature of interest and it's attributes are displayed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor