Hi,
I have a CATPart that contains multiple part bodies that is open in it's own window. I'd like to iterate through all the part bodies and output bodyname, Area, CofG, Inertia (Ixx, Ixy, Ixz) and mass.
I have the area and CofG working fine but I can't find a solution to retrieving the...
I've created my first useful macro which creates a line normal from a multi-section generated surface using a point that has been created along a curve. You need to select the items first with the surface being your first selection. Also, you should have a geometric set called Vectors.
I share...
Hi,
I'm trying to get my head around CATScript and thought I'd start by writing something very simple so I could get my head around some basic concepts. Mainly, selecting items and using those to create geometry. The task is to select two coordinate points and then draw a line between them...