pycatia.cat_tps_interfaces.associated_ref_frame

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.associated_ref_frame.AssociatedRefFrame(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
AssociatedRefFrame

Interface dedicated to manage Datum Reference Frame associated to a
TPS.
property reference_frame: Annotation

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ReferenceFrame() As Annotation (Read Only)

Retrieves the Datum Reference Frame associated to a TPS. Deprecated method:
ReferenceFrame method is replaced by ReferenceFrame2 has.
Return type:

Annotation

property reference_frame_2: Annotation2

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property ReferenceFrame2() As Annotation2 (Read Only)

Retrieves the Datum Reference Frame associated to a TPS.
Return type:

Annotation2