Hi All,, i'm trying to create datum with reference frame and set frame text using CreateDatumReferenceFrame from catia using vba. But i'm getting error no geometry associated.
the code i have used so far...
Set annotFactory = annotationSet1.AnnotationFactory
Set annot =...
I have a part having annotations. I need to create a macro such that when the part body is symmetried then the annotatiosn should also get symmetried.
Please help