Hello All,
I observed while working on vbscripting that when we use the UserForm I can't select anything in catia environment manually(example: text,Dimensions etc)
Is it possible to make a Userform where it is displayed and we can select text or dimensions?
Thnaks,
Sriram
Hi Tesak,
Thank you for the suggestion.
My intention is to get the "ViewMakeUp.** of a particular view. ViewMakeUp.** will change for each view.
If I know the ViewMakeUp.** I will use it in text attribute links.
Is there any other way to get it using VBA.
Thnaks,
Sriram
Hi Everyone,
Is there any way to get the "current selection" text in view properties window using VBA.
Please see the attachment for more clarity.
Thnaks,
Sriramhttps://files.engineering.com/getfile.aspx?folder=d1aa141c-52e8-4487-841d-7a4cc09e9997&file=view.JPG
Hi Tesak,
May be it is not possible using VBA but if I use CATIA.StartCommand ("Coordinate Dimension") after the search function it is generating (x,y,z) coordinate.
So, may be it can be possible with different programing language.
Thanks you very much for the support.
Thnaks,
Sriram
Hi Tesak,
Sub CATMain()
Dim i As Integer
Dim coord(2)
Dim dwgDoc As DrawingDocument
Set dwgDoc = CATIA.ActiveDocument
Dim dwgViews As DrawingViews
Set dwgViews = CATIA.ActiveDocument.Sheets.ActiveSheet.Views
Dim dwgView As DrawingView
Set dwgView = dwgViews.ActiveView
Dim Point1 As Point2D...
Hi Jackk,
I don't want to list out all the coordinated in a table rather my requirement is to show the coordinates at that specific point.
After getting the coordinates of each point,for each coordinate value I need to concatenate some text.
So I can't use Coordinate Dimension.
Thnaks,
Sriram
Hi Everyone,
I have a number of point in a view for which in need get (x,y,z) coordinates and the add a text with leader need to add the coordinates and some text.
I'm trying automate it. I could able to select the required points but not able to get the coordinates.
Help is much appreciated...
Hi
Is it possible to automate modify links option?
My requirement is View has to links to only specific Geometric sets instead of whole part.
Thnaks,
Sriram
Hello,
I have created a standard part using design table.
When I try to link the "Part Number" and "Nomenclature"from those parameters, both the parameters are getting isolated(no longer linked to design table).
Is there any other way to link them?
Thnaks,
Sriram