hi,
with this macro you can extract all point in CSV file
you can find in attach the extract of your part
all the best
Sub coord_points()
'*********
'SETTINGS
'*********
Dim filesys, testfile
Set partDocument1 = CATIA.ActiveDocument
Set filesys = CreateObject("Scripting.FileSystemObject")...
Hi you can find in attachment
a very big macro you have to arrange in fact of your project
http://files.engineering.com/getfile.aspx?folder=61fddab3-5398-4d6b-bf8d-a898c0fc2044&file=ONERA20-3D.catvba
Hi
I have post "tool for Catia"
with macro
"prise de pression"
create holes in complexe surfaces
This macro is in french but i try to translate and not sure about the english catia words
Camadian
Hi everybody
You can find in attachment a VB projet
with some tools
2D
make DXF, PDF, PDF with stamps
3D
create an excel file with a part who contain points
Mesure
Hole in a surface
....
enjoy
Hi
you need 3 informations for define a point
X, Y, and Z
for exemple
StartLoft
StartCurve
100 0 0
99 0,2969 0
98 0,53335 0
97 0,76868 0
.....
100 0 0
EndCurve
EndLoft
End