Hello,
I'm working with CATIA V6 and I have a main assembly made of parts and subassemblies. Those parts and subassemblies are linked together by revolute joints.
Does anyone know how I could write a macro to find the name of the parts or subassemblies involved in a particular joint?
I took a...
Dear CATIA users,
I think this is an easy one, but I've been struggling with this for a very long time now. I have a product consisting of a (1) subproduct and a (2) 3dpart. I want to get mass and inertia of (1) and (2), separately, using GetInertiaElement(). I'm able to get the mass of the...
Hello CATIA users,
I work with a product which is made from a few parts. Lately, I've been struggling with this problem of defining the position and orientation of the all the parts' absolute frame with reference to each other. Let me explain...
What I would like to do is, for example...
Hello everyone,
I have an assembly with two parts that are linked by a revolute joint. I want to write a macro to get the orientation of the revolution axis?
Any idea how to do that?
Thanks!
Hello everyone,
I've been spending days trying to solve this issue. I'm trying to write a VBA script that can export a 3D part to a STL file in V6, and I'm not able to find a solution. In V5, you could use something like:
Dim myDoc as PartDocument
Set myDoc = CATIA.ActiveDocument...