Tian-Jionglu
Tian-Jionglu
I put this task in TODO. Please give me some time.
If what I understand is right, this issue would be about setting controller. #62 could be a reference. Unfortunately, in my environment(V5R19), Tab "Options ->Infrastructure->Product Structure->Product structure" is not exposed...
I met some problem in testing. Some codes in tests seem out of date `tests/create_source_drawing.py` as an example ``` import os from pathlib import Path from pycatia import catia as...
Even with the problem above solved, there is still an error when creating the part. Report as below. Please do a check. ``` tests\in\test_application.py:4: in from tests.source_files import cat_part_measurable tests\source_files.py:12:...
The test runs still in failure when creating the `part_measurable.CATPart`. The problem seems in `constraints.add_bi_elt_cst` in my environment (V5R19). It runs well when I annotate the codes below in `tests/create_source_parts.py`....
I've solve this problem in branch https://github.com/Tian-Jionglu/pycatia/tree/fix_tests. VB error -2147352571 seems only happen in low version of VB (or CATIA). Methods like `constraints.add_bi_elt_cst` must strictly use `Reference` object as argument...
Commits to parse the ASC format version using `packaging`. Jobs in working: change ASC format test to adjust absolute time.
When diving into test example, i found my mistake at the start. The symbolic name issue is not only related to ASC format version. In fact, SymblicName works for symbolic...
see PR #1788
see PR #1641 , cause of my misunderstanding of ASC logging.