Link to home
Start Free TrialLog in
Avatar of melanel
melanelFlag for Canada

asked on

NavisWorks Simulate 2010 find problems

Hello,

I'm building a plugin for navis 2010 in vb.net. I'm trying to find geometry nodes using navis's findspec and findcondition functions. I don't know what to set in:
 - findcondition.setattributenames,
 - findcondition.setpropertynames,
 - findcondition.condition and
 - findcondition.value.
I know I can use internal names but I have no idea where to look for them. Can anuone please help?
Thank you.
Avatar of melanel
melanel
Flag of Canada image

ASKER

Hello again,

I did the find operation in navis as:
Category='Item'
Property='Icon'
Condition='='
Value='Geometry'

Can anyone tell me how to translate that in code, please?
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of darrenmcwi
darrenmcwi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of melanel

ASKER

Hello,
Sorry I replied so late. I know about ADN, but I thought I can find an answer here. I managed to get around that problem.

Thank you.