pycatia.cat_tps_interfaces.text¶
Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357
Warning
The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.
- class pycatia.cat_tps_interfaces.text.Text(com_object)¶
Note
CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectTextInterface for the TPS Text object.- get_2d_annot() pycatia.drafting_interfaces.drawing_text.DrawingText¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Func Get2dAnnot() As DrawingTextRetrieves Drafting text.
- Return type
- property text: str¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property Text() As CATBSTRGets the annotation’s text.
- Return type
str
- tps_parallel_on_screen() pycatia.cat_tps_interfaces.tps_parallel_on_screen.TPSParallelOnScreen¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Func TPSParallelOnScreen() As TPSParallelOnScreenGets the annotation on TPSParallelOnScreen interface.
- Return type