Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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: *

  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

    Pattern Shape along curve with rotation

    Hello appvid I have attached the image for better clarity regarding the requirements. I want rectangle base tangent to curvehttp://files.engineering.com/getfile.aspx?folder=a9560056-c845-454e-9bf1-9fcfe20cf9a7&file=2014-07-29_11_39_14-Greenshot.png
  3. 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...
  4. 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...
  5. jagandeep

    Catia Macro: How to get object to active body

    Thank you very much garzar & Alex [bigsmile]
  6. 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
  7. jagandeep

    Catia Law Editor Syntax Problem

    Thanks for reply itsmyjob. if I convert X and Y into Length Type, will it solve my problem ?
  8. 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...
  9. jagandeep

    Catia Macro : Link Drawing Text to View Name

    Hello Friends After a little bit of Hit n Trial I found the solution. Here is my code Sub CatMain() Dim MyDoc As Document Set MyDoc = CATIA.ActiveDocument If TypeName(MyDoc) <> "DrawingDocument" Then MsgBox "This macro works in Drafting Workbench"...
  10. jagandeep

    Catia Macro : Link Drawing Text to View Name

    Actually I am developing a macro. I am more interested in how to do it through VBA rather than manually
  11. 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 ?
  12. jagandeep

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

    My Bad The silly mistake done by me Thanks Itsmyjob for pointing it out.
  13. jagandeep

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

    Thanks Dear The above code is working for me. However I am yet to understand what is problem with measurable.getpoint
  14. jagandeep

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

    Ferdo Geometric set also contains 3d points. The macro returns empty values as shown in output with spaces and commas for same. I am not concerned about anything other then points. That was just sample output.
  15. 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...
  16. jagandeep

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

    Yup Very basic functionality not exposed via Automation [sadeyes]
  17. jagandeep

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

    Yup Very basic functionality not exposed via Automation [sadeyes]
  18. jagandeep

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

    Thank you Dear Anyone else please provide solution, if possible
  19. 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 ?
  20. jagandeep

    Get Minimun Distance

    Unfortunately MeasureDistance and MeasureClash only works on Product Documents. And as per documentation we can't even use Measurable to measure minimum distance between two bodies in a single part. This is a shame on Dessault's Part.

Part and Inventory Search