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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

CATIA "Generic Naming"

Status
Not open for further replies.

Nimdraug

New member
Joined
Aug 23, 2002
Messages
3
Location
ES
Hi,

I'm a CATIA v5r7 user and I've recently started working with macros and VBA.

I have a problem when trying a macro to use a vertex from a shape previously created by the same macro. I guess I must use a Reference pointing to that vertex, but the only way to refer to that vertex is by naming it using CATIA's Generic Naming (isn't it?).

Anybody can help me to find some documentation/basics about Generic Naming? It's a really user-unfriendly cryptic way to identificate objects, isn't it?

Thank you for your help! ;-)

Nimdraug
 
Depending on what you want to do, one way might be to allow the end-user the chance to select the vertex of interest and decode it that way. If you want to do selection, use VBA or VB, display a panel telling the user to make the selection, and use the OK button event to carry out the identification of the vertex from the selected object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top