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...
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
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 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"...
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 ?
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.
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...
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.