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

Macro for converting datum points to explicit coords

Status
Not open for further replies.

pudsey

Aerospace
Joined
Nov 16, 2003
Messages
6
Location
GB
Dear fellow CATIA enthusiasts,
I sometimes need to convert lots of datum points (no history) to the equivalent points with x,y,z coord history.
Manually, I RMB on the datum point and change type from explicit to coordinates and it gives me the previously greyed out x,y z value.
I've tried to record macros to do this but haven't had much luck.
Can anyone shed any light on how I need to develop the macro? I'm not a VB trained person but have some knowledge of it's use with V5.
Look forward to hearing any useful suggestions.
Cheers,
Dex
 
Pudsey,

There is a possibility to embed the x,y,z coordinates using Loops; do you have Knowledge Advisor?


g o r d o b i a


j o r d a n b r a n d t
 
If you want to do it thru scripting, I think that you will have to delete the explicit points and create new points. You can measure and store the coordinates of each of the existing points, and then use them to create your new point.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top