Counting notes in creo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Counting notes in creo
Hi,
I was wondering is there a command in relations that can count how many notes exist in a part? also is there a command to see what the note id is without having to click on the note?
- Labels:
-
General
-
Other
-
SMART Products
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
To count the number of notes, you could do the following
- press <ctrl><f>
- select "look for : note" (see screenshot below)
To see the id, you could add the id to a tree column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ok! thank you. do you know if there is a way to do this in realtions? like making a parameter that equals that amount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I doubt whether that is possible with a relation.
I would try to accomplish what you want by using weblink. Perhaps someone else can shine his or her light on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
whats a weblink?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
also i have noticed that the id on the model tree doesnt show the note ids
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
weblink is Creo's API in html language.
other offerings are dispensed in C, C++ and Java.
The Creo Toolkit function ProSolidAnnotationelemVisit is described as :
Visits the annotation elements in a given model. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
so what your saying is i could use something like matlab to create the code i need and then apply that to creo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
More or less.
The gist of an API is that you indeed need to create an application.
In the Creo world, it is called Toolkit and the offering varies according to the language you can code with. With this said the most spread, the most mature and powerful is Creo Toolkit (in C language).
Matlab is not part of Creo functionalities though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you want to learn more about Web.Link another entry is the add-on CreoSON.
