Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: jagandeep
  • Content: Threads
  • Order by date
  1. jagandeep

    Word VBA : Looping from start to end and copy contents

    I have a word document of around 230 pages. It contain text paragraphs and tables. It was edited by different persons over a period of time. So using different formatting for similar pattern of paragraphs and tables. Now my task is to modify whole document to confirm to some predefined...
  2. jagandeep

    Catia Macro: Establish RelationShip between Original and Capy-Pasted items

    Dear Friends I am writing a macro for sketch pattern in sketcher. Suppose i Copy and paste some sketch items into same sketch. Is it possible to establish relation ship between original and pasted item i.e. lets say there is one point and line in original sketch profile and i want to get object...
  3. jagandeep

    Pattern Shape along curve with rotation

    Hello Friends I want to pattern rectangular sectioned shape along curve such that base of rectangle should be tangent to curve. Also size of all the sections must be linked so that i can very it at any time. Is it possible somehow by hook or crook [bigsmile] Screenshot is attached here for...
  4. jagandeep

    Catia Macro: How to get object to active body

    Hello Friends I want to get object to currently active body in a part. Can anyone give me an idea for same ? Any help will be highly appreciated. Thanks Jagandeep
  5. jagandeep

    Catia Law Editor Syntax Problem

    Hello Friends, I want to create curve defined by following formula. Y = Rc-sqrt(Rc*Rc-X*X*L*L)+K*(X*L-Rb)*(X*L-Rb)*(X*L-Rb) Y is evaluated w.r.t. X Here Y and X are formal Parameters of type Real Rc,L,K,Rb are Parameters of type Length (in mm) I get bloody old bullshit error "Units are not...
  6. jagandeep

    Catia Macro : Link Drawing Text to View Name

    Hello Everyone I want to link drawing text to the View name so that whenever I change view name text is automatically updated. Is it possible through VBA ?
  7. jagandeep

    Catia Macro : Measurable.GetPoint() not able to get XYZ Co-ordinates

    Hello Friends Measurable.GetPoint() is not giving me the co-ordinates in most of the cases. I have tested the code on many computers with different catia versions. In most of the cases it fails to report the co-ordinates(On One PC it does works). But to my surprise if I create out-Process...
  8. jagandeep

    Catia Macro: How to Find whether the selected drawing text has any linked parameter

    Hello Friends How to Find whether the selected drawing text has any linked parameter with the help of VBA Macro ?
  9. jagandeep

    Catia Macro: Measure Minimum Distance Between Two Parts in a Product

    Hello I want to measure minimum distance between two parts in a product. But I am not able to get it work. Below is my code. Sub CATMain() Dim MyDoc As Document Set MyDoc = CATIA.ActiveDocument Dim MainProduct As Product Set MainProduct = MyDoc.Product Dim...
  10. jagandeep

    Transfer Faces color to dumb solid body

    Hello everyone Usually we have to give data to Vendors. We give it in the form of neutral cat part I.e. dumb model without any history. We do this by copy solid bodies and paste them as result into new cat part. But the problem is that whole color information is lost. We give different colors...
  11. jagandeep

    Catia Macro : To Create 100 Datum Lines about Center Point

    Hello Friends I want to create 100 Datum lines about Axis System Center in a Given Geometric Set. So each of the line must be exactly 3.6 deg from its neighbor. Unfortunately this is not the case in case of the code I have created. There is a little bit of inaccuracy due to deg to Rad conversion...
  12. jagandeep

    Catia Macro: How to Get Part/Product Document interface from Assembly Selection

    Hello Friends, I have an assembly consisting of many Parts/Products. I want to get Part/Product Document Interface/Object of selected item from specification tree so that I can access its various properties like FullName, Path etc. Please help
  13. jagandeep

    Catia Macro: Create Text Below Drawing Dimensions

    Hello All, I have to create text indicating number below each and every dimension for every view. See the attached image for more clarity. Right now I am doing it manually. I want to automate this process. I have created a macro for it. But the problem is that I text is not coming at a desired...
  14. jagandeep

    Catia Macro: Rotate Part in Assy W.R.T. given axis with stop at intersection

    Hello Friends I want to create Macro to Rotate Part Instance in Assy W.R.T. given axis with stop at intersection. Is it possible. Please guide me. Thanks
  15. jagandeep

    Catia Macro: Get Screen Coordinates of All items in Drawing View

    I am in the process of creating BOM Ballons Macro. I am doing it hard way i.e. 1.Start.Command "Balloon" 2. Move Mouse Cursor to Drawing View Area (SetCursorPos WinApi) 3. Simulate Click Event (mouse_event WinApi) 4. Move Mouse Again 5. Simulate Click Event 6. Sendkeys "{Enter}" I need to do...
  16. jagandeep

    Tangent Sweep

    I want to create a surface tangent to radius surface and at a particular angle(45 - 60 Deg) from a plane. Please go through the attached picture to have a clear understanding of what I want to achieve. Following are the steps which I follow. 1. Create 2D Drawing of the model 2. i) Create a...
  17. jagandeep

    Catia Macro: How to Create BOM Balloons

    Ref Thread thread560-323144 I am in the process of creating macro for BOM table & Balloons Creation. The table part is complete. Now I want to create Balloons in the Drawing view. I have gone through above thread but the info is incomplete. Please guide me.
  18. jagandeep

    Catia Macro: SelectElement2 Return wrong Item Type

    My Code is Below Sub CATMain() Dim MySelection 'As Selection Dim MyDoc As Document Dim MyPart As PartDocument Dim MyDrawing As DrawingDocument Dim MyProduct As ProductDocument Set MyDrawing = CATIA.ActiveDocument Set MySelection = MyDrawing.Selection ReDim strArray(0) strArray(0) =...
  19. jagandeep

    Catia Macro: How to Insert Excel Table inside CATDrawing Doc

    I want to create Excel Table inside drawing doc using macro. Is it possible ? Please guide me
  20. jagandeep

    Catia V5 Plug-in Developement Documentation?

    Hello Friends, Is it possible to develop plugins for Catia V5 ? If so please tell me what are the supported languages ? I am not able to find any documentation for the same.

Part and Inventory Search