pycatia icon indicating copy to clipboard operation
pycatia copied to clipboard

python module for CATIA V5 automation

Results 29 pycatia issues
Sort by recently updated
recently updated
newest added

Please don't raise an issue here until you have read the documentation, understood and met the requirements (YOU NEED CATIA INSTALLED) and have run the examples. If you have upgraded...

READ THIS FIRST

Hello, when I write the code , I always have the problem of " Unresolved attribute reference 'product' for class 'Document'" or Unresolved attribute reference 'part' for class 'Document', ![20211229222539](https://user-images.githubusercontent.com/96824477/147674328-15cab59c-3899-4f8f-b28b-87e82ffd8404.png)...

There is a VBA example of boolean operation in pycatia.part_interfaces.intersect.Intersect(com_object), showing that ``` ‘ Make Pad1 the current shape CATIA.ActiveDocument.Part.CurrentShape = Pad1 ‘ ‘ Create the intersection between Pad1 and...

In branch [funct_system_interfaces](https://github.com/Tian-Jionglu/pycatia/tree/funct_system_interfaces) added it a new package **funct_system_interfaces**. It can normally work for my current use. This package follows the strategy discussed in issue #87 . When #87 is...

When discussing about issue #69, I see a possibility to improve the code reuse of `Collection` objects. For an example, 1. methods `__len__`, `__getitem__` and `__iter__` are defined in class...

**Describe the bug** New product creation when "Manual import" check box checked in the infrastructure options. It's not a bug in pycatia. **To Reproduce** Go to Options ->Infrastructure->Product Structure->Product structure...

is there any example on GetTechnologicalObject to get inertia?

i have knowledge on how to create automation interface by using CAA, how can i contribute to this forum,

I added the `add_new_symmetry_2` method to the `shape_factory` module. This method is not documented in my V5 Automation.chm help file, but it exists. There is only one reference to this...

Dear support, I have noticed that the `add_new_translate` body operation is missing in [shape_factory](https://pycatia.readthedocs.io/en/latest/api/pycatia/part_interfaces/shape_factory.html). This body operation simply translates the part in a desired direction for an specified distance. Would...