Hi all
I have a question about which object have a Diamension geometrical link.
I'd like to get a Diamension geometrical link by VBA but can't find the any properties which have Diamension geometrical link.
Meaning of Diamension geometrical link is bellow picture.
Hi all
I have a question about how to define the direction of view by VBA.
I know the way to creat the annotation plane which are XY, YZ and ZX by using planeXY property and CreateView(Reference iPlane,CATVariant iViewType) method.
I think these property and method can create anly one...
Hi all
I'm puzzled about to be an unambiguous specification of dimension and angle.
How do you all draw a chamfers in your company or yourself?
I picked some sample pictures as followed.
First one is ambiguous and second one is unambiguous sample.
Thanks
Hi all
Is there any way to just look at the each association
between parameters in CATIA and ones in Excel by VBA?
Parameters mean userparameters I defined
thanks
Hi all
Is there any way by VBA to change parameter names in Excel without breaking relation
between parameters in CATIA and ones in Excel.
I need your help.
thanks
Hi all
Does someone know how to retrieve the active product object?
Active product means that the product is in editing.
for example.
Red circle product is in editing (active product) bellow.
I know there is activedocument Property but the property gives only top product document.
Hi all
Does Someone know a way to retrieve Product object from Part?
The product is a parent of part.
Because I firstly retrieve a part by way of SelectElement, and need it's product that has the part.
I know a way to retrieve Part object from Product but the reverse I don' know
Thanks
Hi All
does someone know the way to save macro library in more than two peope using the library shared.
for example,
if someone openes CATIA after another person opened, the second person who openes it can not save VBA library.
I tried to make readonly access of the library file in explore...
Hi Allhttps://www.eng-tips.com/
I would like to know the way to Schedules a procedure to be run at a specified time in the future on CATIA like an Application.OnTime method on ExcelVBA.
Thanks
Hi all
I would like to get the coordinate of Datum and Geometrical Tolerance by VBA,
but I can't find them.
Are there some method or properties to get the coordinate?
thanks
Hi all
I want to get a capture object Directly under a product by VBA.
There is a way which is using a search method for to get a capture object.
I want to know a way to get the object Without using a serch method.
Otherwise if each capture objects under a products can be searched by using...
Hi All
Is there a same or similar action of method in VBA as Automatic Viewpoint in the Change Capture Support?
I know a similar way to use a commands with "Fin In" or Refram On, but Automatc Viewpoint is better for me.
I tried to find a way to execute Automatic in VBA but didn't do it yet...
Hi all
I have a question about CATIA VBA.
I want to get a Dimension Line coordinate like (X and Y) in VBA.
There is the "MoveValue" method in "Dimension3D" object for changing a Dimension Line coordinate.
But I cant't find a current Dimension Line coordinate.
I think there are properties have...