cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Is there a VB API to find the node of a particular feature in model tree

rrajendran-3
1-Newbie

Is there a VB API to find the node of a particular feature in model tree

Hello,

I'm trying to find the node number of a particular feature (say a coordinate system) in the model tree. Is there a VB API for this?


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
3 REPLIES 3

You mean to say feature number by stating node number of a feature?

Nope, node number is different from the feature number.

Anyway, I found a workaround for the issue, using 'Find' search tool.

Thank you for your response.

Yes, this is possible using the VB API.

Here is a list of proberties that can be retrieved from a feature object:

IpfcFeature.FeatType

IpfcFeature.Status

IpfcFeature.IsVisible

IpfcFeature.IsReadonly

IpfcFeature.IsEmbedded

IpfcFeature.Number

IpfcFeature.FeatTypeName

IpfcFeature.FeatSubType

IpfcRoundFeat.IsAutoRoundMember

Top Tags