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!

CATIA V5 macro: Identification of affected parts in assembly

Status
Not open for further replies.

Foolonduty

Mechanical
Joined
Apr 9, 2021
Messages
1
Location
DE
Hello all together,
I am new here (as well as in CATIA macro programming).

Is it possible for a CATIA macro to detect affected parts?

An example to explain:
If a screw is placed in an assembly, is it possible to recognise via macro in which components a through hole or thread must be placed?

Or simplier:
You create a point in a part and the macro determines the part that is also touched by the point.

Kind regards
 
isn't this something that your plm system is capable of? A proximity search of some sort...

regards,
LWolf
 
You can use Clashes to compute interfering geometry.

Although LWolf got the point and you shouldn't perform such analysis in the first place. In fact, I see part relationship as an input to determine correct position in space, not vice versa.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top