Update :
For example, I have one simple square metal sheet with 2 dimensions : Length and Width.
For both I tested this :
If drawingDimension.GetDimLine.DimLineOrientation = catHorizontal Then
MsgBox "Horizontal"
ElseIf drawingDimension.GetDimLine.DimLineOrientation = catVertical Then...
Hi everybody,
I'm quite new in Catia with macro and I have one (maybe stupid) question.
From drawings, I try to take automatically the biggest dimensions for metal sheet in order to generate "length x width x thickness" note.
The problem in my macro is to check if a dimension is horizontal or...
Hi Criss
The topic here is answering exactly to your problem.
I did in a different way because my problem was different (and his solution is to advanced, I couldn't modify it for me), but if you have some difficulties, tell me and I will explain how I did it in a simple way.
Thomas
I finally manage to do it, I will explain quickly for people in same case as me.
I did it with a macro on Excel wich is writing a trail file according to name of the file in the disk, and launch via this macro a batch in no windows mode wich will run the trail file. The trail file is openning...
Hello everybody,
First of all, I would like to apologize for my English :)
My main project is to generate automatically a list of all the parts, assemblies (which are in folders and sub-folders) in an Excel sheet.
For each line, tell if there is a drawing of this file and some information...