Hello everyone, I need your help:
Is it possible to automate (with a CATIA macro) the insertion of the "Add Leader", in an object (detail component), and associate it with a dimension? The objective is to link the instantiated 2d component with the reference dimension.
I have attached images of...
Hello everyone.
I'm writing for a little help: is there the possibility of automating the "View from 3D" generation process to put on a View created on a 3D model (Annotation view) on a drawing?
Actualy I use this code manualy, with StartCommand but I'dont put the view on a Sheet because I...
Hello everyone,
I want obtain info language setting of CATIA with a simple macro;
Can help me someone?
I know I can read the body name of the firt part and so deduct the language, but I want a msgbox that tell me which language is setting.
Thank you to all
Hi all, does anyone know how I can get the path to the active macro I'm running? I would like to have a msgbox with the path that macro points to, with a CATScript.
Thank you all
Hi everyone,
I need help to create a macro (CATScript) for realize SectionView in a DrawingSheet and define the "Plane.1" present in the 3d model as the plane of the section.
In this way when the plane moves, with an update of the sheet I have the update of the view.
Attached the image with the...
Hi all,
I am trying to write a macro with CATScript language that will read and print dimensional values associated with baloons;
attached is the starting situation and I want to get a msgbox that says: Baloon1 Value 50; Baloon2 Value 100; Baloon3 Value Ø25.69
I try to wirte this, but doesn't...
Hello everybody.
I want to get the text which is contained on a Formula.1, for example, with a CATScript macro:
If I write formula.Value I only get the result, that is "Length.1"; instead I would like to get: 'PartBody\Pad.3\First limit\Depth' = Lenght.1
Thank you all
Hello everyone,
would anyone be able to help me on how I can launch a "WallThicknessAnalysis" analysis, which is present on CFO license?
What I need is to launch the analysis select the body and run.
Thank you all!
Hi all, does anyone know how to use the TopologyCGMFace command inside a for loop?
the code is as follows
Sub CATMain()
Dim partDocument1 As Document
Set partDocument1 = CATIA.ActiveDocument
Set part1 = partDocument1.Part
Set selection1= partDocument1.Selection
Set hybridShapeFactory1 =...
Good morning, everyone.
Below I recorded the generation of the "Sew surface"; does anyone know how to give the references of the faces not using the "part1.CreateReferenceFromBRepName("RSur:(Fac..." ?
By the use of the "Topology.CGMFace,sel", I can already select the faces, and I want to use...
Hi all, I wanted to ask for help to you users about a CATScript. I wrote a macro in which by entering the position vectors of the active view, I get the section view; Is there the possibility to refer to a plane created on the 3D model rather than referring to position vectors? For example: on...