Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sriram99

  1. sriram99

    Can UserForm be Interactive?

    It's working thank you for your support. Thnaks, Sriram
  2. sriram99

    Can UserForm be Interactive?

    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
  3. sriram99

    Current Selection in View Properties

    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
  4. sriram99

    Current Selection in View Properties

    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
  5. sriram99

    How to get Coordinates of a point in a drawing View.

    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
  6. sriram99

    How to get Coordinates of a point in a drawing View.

    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...
  7. sriram99

    How to get Coordinates of a point in a drawing View.

    Hi Tesak, This is message. Thnaks, Sriram
  8. sriram99

    How to get Coordinates of a point in a drawing View.

    Hi Tesak, error is attached. Thnaks, Sriram
  9. sriram99

    How to get Coordinates of a point in a drawing View.

    Hi Tesak, Thank you for your Suggestion. I tried it but it is not working. Thnaks, Sriram
  10. sriram99

    How to get Coordinates of a point in a drawing View.

    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
  11. sriram99

    How to get Coordinates of a point in a drawing View.

    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...
  12. sriram99

    Modify Links Automation

    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
  13. sriram99

    How to calculate Overall value

    I have data for frequency and respective Transmissibility, how to find the overall value for a given frequency band? Thnaks, Sriram
  14. sriram99

    Parameters link to properties

    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
  15. sriram99

    Part Number

    Thanks Thnaks, Sriram

Part and Inventory Search