Hi all,
in drafting module, working with drawing dimensions, when tolerance is aplied, for example ISOCOMB, it shows the tolerance and nominal value, I want to show de max and min values of a dimension, does anybody knows how its done? I have seen it in a customer drawing and I would like to...
Hi Tiago,
Something like this,
'''''''''''''''''''''
oInputType(0) = "Vertex"
oselection.Clear
oStatus = oselection.SelectElement2(oInputType, "Select a point", True)
If (oStatus = "Cancel") Then
Exit Sub
End If
Set overtex = oselection.Item(1).Value
'''''''''''''''''''''''
Then Im using the...
Hi all,
Im trying to make a hole using the method AddNewHoleFromRefPoint (point, ref, depth)
The method fails with the point reference.
The reference im using is a vertex. This is becase I use the userpattern to make some holes, and the userpattern needs a sketch with multiple points.
I have...
Hi all, I'm glad to be a part of the forums. I am new using macros in Catia, Im using Catia V5-6 R2012. I have done some easy macros to automatize some repetitive tasks as coloring a drawing, or making predefined pockets to a part...
*First of all, if anyone knows a thread with this problem...