Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
95 views

This code was supposed to create a cloned product under the selected root assembly with the exact same structure. Instead, it is creating only a component assembly, as shown in the image. I need it to ...
Sreerag's user avatar
  • 13
2 votes
1 answer
243 views

I written below code to get the text from each view but the problem I am facing here text are extracting which are having position link each other. Someone please help me to get the same. EX: items--&...
Sidamallappa LIMBIKAI's user avatar
1 vote
1 answer
189 views

This is something I am trying for very long, but not able to do. There is assembly (product) is CATIA sessions |-Main Product |-SubProduct1 (level1) |- Part 1 |-SubProduct2 (level1) |-SubProduct3 (...
Anand Abyankar's user avatar
1 vote
1 answer
178 views

Is there any possibility to get the ZONE's from CATDrawing for each Balloon? A 1 2 3 4 5 6 7 8 9 A B BallonNumber B C C D D E 1 2 3 4 5 6 7 8 9 E Need to get &...
Sidamallappa LIMBIKAI's user avatar
0 votes
0 answers
104 views

I have the following VBA code that I use in CATIA: Sub Positionieren(productToMove As Product, XCoord() As Double, YCoord() As Double, ZCoord() As Double, Position() As Variant) Dim move1 As Move Dim ...
balla.zoltan's user avatar
2 votes
1 answer
231 views

I want to know programmatically which component of a Product in CATIA v5 is in editing mode now. Example: Here I want to take that "Pruebaocultar2" is the active component (not the selected)...
Josator's user avatar
  • 33
1 vote
1 answer
189 views

How to get the properties from the Bundle Segment. Below points are there in property window. Type: Bundle Segment. Reference designator: BNS0001. Diameter: 6.2mm. Bend Radius: 37.2mm. Length: 238....
Sidamallappa LIMBIKAI's user avatar
1 vote
1 answer
150 views

I need to get the type of layer for the hidden FTA annotations. I am able to set the Layer type but unbale to get the layer type which is already defined. My question is when the layer type is "...
Sidamallappa LIMBIKAI's user avatar
0 votes
1 answer
132 views

I have developed a macro that can create thickness operation on a pasted solid from another Catpart .it's working , but the problem that I am facing is the faces ID's that I have in this code ...
Nadisty's user avatar
  • 21
0 votes
1 answer
129 views

Is there any possibility to loop through open CATDrawing files using VBA? I found below code but it is counting sheets inside the same CATDrawing file. Dim drawingDocument1 As Document Set ...
Siddu's user avatar
  • 1
0 votes
1 answer
109 views

I am trying to instantiate component form the catalog Dim catia As Object Set catia = GetObject(, "CATIA.Application") ' Open the main document containing the product ...
charan tej's user avatar
1 vote
0 answers
179 views

I am trying to design a new CATProduct based on a copy of the old one. However, my new product cannot be loaded properly in other computers (all CATParts are missing). I found there is something ...
Kris's user avatar
  • 11
0 votes
0 answers
142 views

I am working in product, trying to create a hybridshapespline (in product 1) using another product (product 4).but i am facing issue ,the curve is connecting to it won axis system instead of ...
charan tej's user avatar
0 votes
1 answer
232 views

I would like to know if there is any macro that can collapse all geometrical sets. I have a macro that can create multiple geometrical sets, but unfortunately in expanded way . that means every time ...
Nadisty's user avatar
  • 21
0 votes
1 answer
266 views

I’m working with CATIA and SmarTeam and need help with a macro to open and export a part's latest drawing document as a PDF. Here is what I’m trying to accomplish: Goal: I have a specific part, and I ...
Enes's user avatar
  • 11
0 votes
1 answer
140 views

I am trying to create macro that can pull the information of supporting points list of flexible curve. and I have no idea how to proceed with. Dim oDoc As Document Set oDoc = CATIA.ActiveDocument Dim ...
Megha P's user avatar
  • 19
0 votes
0 answers
190 views

I am developing a process in CATIA v5 where I would like to automate the meshing of a part and then - and this is the part I'm stuck on - I would like to automatically export the data to a txt file. I ...
wchasemason's user avatar
0 votes
1 answer
414 views

I have a macro to join curves. If I set the In-work object to different geometric sets, the macro will find some of the sets, but not all of them. The macro is supposed to paste the results into the ...
KaiUR's user avatar
  • 113
-2 votes
1 answer
150 views

I have a random sketch, and I want to know on which plane is the sketch supported through code. I have gone through the documentation and also looked through the internet and wasn't able to find ...
tls's user avatar
  • 9
0 votes
1 answer
59 views

activating the Main Body in early binding works. Dim partDocument1 As PartDocument partDocument1 = CATIA.ActiveDocument Dim part1 As Part part1 = partDocument1.Part Dim bodies1 As Bodies = ...
El doctor Sertato's user avatar
0 votes
0 answers
157 views

I'm trying to add annotations for every hole about thread description. I achieved adding names or dimensions to all of holes in part. But I wanted to add thread description like m16 etc... I tried ...
Yunus Mert AŞKIN's user avatar
0 votes
1 answer
464 views

Trying to get the coordinates of a specific point inside Geometry of the Sketch1 of a PartBody in Catia V5 Part. import win32com.client from pycatia import catia # Open the CATIA document caa = catia()...
Robert's user avatar
  • 121
0 votes
0 answers
170 views

We encountered an issue during our CATIA macro development. We get an error when we try to read the value of an attribute on VPMReference (attribute name: PLMReference.V_hasConfigContext) in the macro....
Lyrk's user avatar
  • 2,050
0 votes
0 answers
285 views

My workplace has both CATIA v5 and CATIA 3DExperience installed on the remote servers so I cannot directly add the COM reference and I have to use GetOject(,"CATIA.Application") to develop ...
N.TW12's user avatar
  • 259
1 vote
2 answers
576 views

I am trying to export points coordinates in Excel with code I found online. It works until it gets to points in the shape of intersection in my Catia file. These intersection points are well selected ...
MaxenceL's user avatar

1
2 3 4 5
10