Hi everybody,
I have a question I've been working on these days, and honestly, as I am a newbie in CATIA I cannot solve it. Here's the deal. I have a bunch of surfaces which define a closed volume, although actually no volume is defined in CATIA. What I want is to create a copy of these...
Hi everybody,
I am working with Wireframe & Surface Design, and I have a doubt about exporting my geometry. I created some points which were used to create some splines, and these to get some surfaces. Then I export my resulting geometry (I don't want a body, just these surfaces), but the...
Hi everybody,
I'm working with CATIA since not a long time, and I'm still a little lost, moreover on CATIA automation...The problem is that I want to split a spline (BottomSpline) using a point (ConnectionPoint(6)), and write it in a macro. Here is my code:
Dim Split1 As Split
Dim...
Hi everybody,
I'm working on building my train model, and although it is a long time since I started with this project, honestly I'm a little? stuck. As you can see in the picture I created a bunch of points which let me describe the curves used to build the surfaces and volume of the nose of...
Hi everybody!
I've being working with Surface Design in order to build up my train model, and I got pretty good results. However, there is something which is driving me crazy! The point is that the volume is defined by four surfaces (actually there are more, but let's say the shell is just...
Hi everybody!
One more question... I'm trying to get a spline through some points. However, as you can see in the attached picture, when I select these six points the result is not a curve passing through all of them...then, when defining a spline, does the points one chooses mean the curve...
Hi everybody,
I'm still working on my CATIA script to create a body from some points coordinates I have in an Excel file. I found great information about scripts to perform this task, so it is going pretty well. However I still have a problem.
Here is the deal. I have curves which share some...
Hi everybody,
I'm just starting working with CATIA macros, and I wrote my first CATScript. Just a simple one to open CATIA and to create a new part document and activate it. Please, see below the code. The problem is when I try to run it I get two errors. The first one, when I write in the...
Hi everybody!
this is my first post, and I must admit I'm a little desperated after having tried different strategies to get it. The point is that I want to obtain the volume of the nose of a train, as you can recognize from the picture. The information I have are the coordinates of all these...