hi,
I have problem coding the catvba below
Dim oDocument As Document
Set oDocument = CATIA.ActiveDocument
Dim oProduct As Product
Set oProduct = oDocument.Product
Dim oPart As Part
Set oPart = oProduct.Part
Dim oPoint As Point
Set oPoint = oPart.FindObjectByName(Name)
so,how to fix this...
Hi all,
I use GSD to import about 100 points from excel,
now I want to modify the coordinates of the points,
so I am thinking if I can associate the geometry set to a text or excel,
which means I can edit the coordinates by text or excel.
What I really need is modifying the coordinates(or...
Hi,
I made a drawing of a worm shaft, but it turned out to be this
http://i.imgur.com/hdKkrf5.png
I don't want it showed like this, how do I change it to a engineering formation?
I have tried some ways searched on the internet, but it didn't work.
If anyone knows the problem, plz tell me.
Thanks.
Hi,
I have some problems with exporting cat files,
if I wanna let someone who doesn't have Catia see my product,
what kind of file can I export?
I mean, the man can still pan, rotate, and zoom in the file, it will be better that if parameters can be changed.
Is it possible without the software...