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...
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...
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...
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
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...
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 ?
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...
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...
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...
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...
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
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...
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
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...
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...
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.
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) =...
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.