CATIA CAA related questions?
CATIA CAA related questions?
(OP)
Hello Friends,
I have some questions related to CAA and I need some help
1. Does CATIA CAA gives a functionality to custom name Edges and Faces of any given solid body so that we can later refer it using .NET Edge.Name and Face.Name property? I would like to refer these edges as Edge1, Edge2, Face1, Face2 etc.
2. Does CATIA CAA give API's to determine if a Circular Edge is Concave or Convex?
3. Does CATIA CAA give API's to compute the Exact Bounding Box of any component?
4. Does CATIA CAA give an API to determine all mating faces for 2 mating components that are (physically mating but no assembly constraints)?
Thank you,
Amitabh
I have some questions related to CAA and I need some help
1. Does CATIA CAA gives a functionality to custom name Edges and Faces of any given solid body so that we can later refer it using .NET Edge.Name and Face.Name property? I would like to refer these edges as Edge1, Edge2, Face1, Face2 etc.
2. Does CATIA CAA give API's to determine if a Circular Edge is Concave or Convex?
3. Does CATIA CAA give API's to compute the Exact Bounding Box of any component?
4. Does CATIA CAA give an API to determine all mating faces for 2 mating components that are (physically mating but no assembly constraints)?
Thank you,
Amitabh





RE: CATIA CAA related questions?
Drew Mumaw
https://textsketcher.com/
https://drewmumaw.com/
RE: CATIA CAA related questions?
2. concave convex depends from where you look, so given a curve (and a point on the curve) and a reference point, VBA can tell if concave or convex at the point on curve with some construction...
3. I have the feeling VBA can do it (several example on the web, use google)
4. I have the feeling VBA can do it
indocti discant et ament meminisse periti
RE: CATIA CAA related questions?
indocti discant et ament meminisse periti