Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng 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
Joined
Dec 16, 2020
Messages
42
Location
IN
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
 
Checked with Knowledgeware Browser, not possible to achieve with Search.
 
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

Back
Top