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
Hello All,
How I get the part number using macro?
please look the catia tree below
example:
Part Number
XY Plane
YZ plane
ZX plane
Axis System
PartBody
Thanks.
Sriram
Hi,
When you are doing draft analysis vie mode has to be "Shading with Material" but in your image you used "customize view parameters".
Try changing the view mode.
Thanks,
Sriram
Sriram
Hi Simson,
After giving dimension go to the properties of the dimension, there in the "Dimension Text" tab you can give the 2X.
See the attachments.
Sriramhttp://files.engineering.com/getfile.aspx?folder=53c31e1e-c479-4416-871a-16335d2451fe&file=Move.JPG
Hi Everyone,
Is there any settings in catia that will allow me to give a default color when ever I offset a line in drafting.
Thanks in advance
Sriram
Sriram
Right-click on the annotations in the catia tree and switch on annotations it show all the captures, datum, datum targets and all GD&T will be visible.
Sriram