HI guys,
I have some problems for example, i do not have problems when i run catscript to define in Geometrical Set (pardocument1.part.InWorkObject = hybridBody1)
but when i write this line in Visual studio i get error, i have same problems with other things :(
So i think to make simple...
HI, i have problem, i hope someone can help, thx.
I made macro, it can copy body from one part to another. I select body, PARTNUMBEr(of body part) and partnumber of part where to copy.
in this scenario a can define body
partDocument1 = documents1.Item(ListBox3.Items(j - 1) & ".CATPart")...
Hi, i need macro who will assemble for example 10 instances of the same part in product in different places. Before that i had created axis System for each Location, so i ll have only one constraint in assembly, coincidence between created axis and axis in part.
1. Open part for Assembling
2...
Hi, i have problem with this script, i dont know how to use text from input Box,i want to taype name or part of name(prefix, sufix) and change it with the name also from input box, pls help
Sub CATMain()
Dim partDocument1 'As PartDocument
Set partDocument1 = CATIA.ActiveDocument
set...
Hi, can anyone help me with the macro who will Count Points in CATIA.
I founded this macro who Count sketch based Features, but i dont know how to Count Points, any help
thx
Sub CATMain()
On Error Resume Next
Dim partDoc1 As PartDocument
Set partDoc1 = CATIA.ActiveDocument
If Err.Number <>...
I find this macro, but it wont work, i can run it from windows but i it wont work, i cant run it from catia. I m using win7 x64 and CATIA V5 R20.
' COLORS, (c)ema, lm:1.4.2009
'
form="v:\vbscripts\vbs\e3colors.exe"
form="V:\vb6\Visual Studio...
Hi, is there any way to make an icon for made powercopy and put it on toolbar. I tried but nothing, i know i can make a catalog and store powercopies in catalog and call them or Instance from document, but it is must faster and easier if i can click on icon like pad and use it. Thx
Hi, can anyone help me with creating a macro who will create axis systems from sketch. Exmlpe, i ll create sketch with points and than call macro to make Axis System, thx