DanielMadureira
Automotive
- Apr 13, 2017
- 16
Hi everyone,
First of all, before anyone replies to this message: Thanks eng-tips! I've learned so much just by browsing through the existing forums. So many talented and generous people around here.
Here's what I'm trying to do.
I have a skin in CATIA that is like a saw-tooth kind of thing.
This skin is composed of about 3000 faces, all of them connected.
I'm trying to apply a fillet on all the top intersecting edges of a user value, and a different fillet on the bottom intersecting edges with another user input value.
Radius is the same for all top edges, and the same for all bottom edges.
I can't for the life of me find a VBA or CATScript way of selecting internal edges, putting them into an array and loop through.
I can for example search and select all edges on a solid and apply a fillet or chamfer via VBA.
Is it even possible to select only the internal edges ?
Any ideas?
First of all, before anyone replies to this message: Thanks eng-tips! I've learned so much just by browsing through the existing forums. So many talented and generous people around here.
Here's what I'm trying to do.
I have a skin in CATIA that is like a saw-tooth kind of thing.
This skin is composed of about 3000 faces, all of them connected.
I'm trying to apply a fillet on all the top intersecting edges of a user value, and a different fillet on the bottom intersecting edges with another user input value.
Radius is the same for all top edges, and the same for all bottom edges.
I can't for the life of me find a VBA or CATScript way of selecting internal edges, putting them into an array and loop through.
I can for example search and select all edges on a solid and apply a fillet or chamfer via VBA.
Is it even possible to select only the internal edges ?
Any ideas?