I'm going to change it and test step by step to check my next issue. As you can see it's my first time trying to change a macro. I really appreciate all your support.
Thanks for your help. I find the problem and solve it. I think i'm closer to achive this macro. Now my problemm starts on the second phase of the project:
[highlight #FCE94F]Dim part1 As Part
Set part1 = partDocument1.Part
[/highlight]
Dim hybridBodies1 As HybridBodies
Set hybridBodies1 =...
Thanks for your advise. I think now I read IJK variables. The problem now is here:
ChainAnalysis iLigne, X, Y, Z, I, J, K, iValid
iLigne = iLigne + 1
The function ChainAnalysis do not works properly and my code stops here. I attach again my xls with the modifications I have done.
Thanks for...
I do my best but i can't get what I want. I attach the Excel file i have done. All help will be appreciate.
To test the macro, you have to get CATIA open with a part and a Geometrical Set and run the macro called Main and press 1 to run point creation.
It's a personal modification from the...
The radius of the cylinder can be fixed by 8 mm for example to have a fixed variable. I would like to combine this two codes to automatic export from excel to CATIA:
1st:
Sub CreationPoint()
'Get CATIA
Dim PtDoc As Object
Set PtDoc = GetCATIAPartDocument
' Get the...
Hi all,
I'm new at this forum but i hope you can help me. I know and find MACROS to import a cloud of points from excel to CATIA but now, I'm looking to create one using the vector info and create cylinders in each of this points but i dont find the way to do it (I Attach a file with an example...