pycatia.cat_tps_interfaces.tps_view¶
Module initially auto generated using V5Automation files from CATIA V5 R31 on 2024-08-20 16:04:57.203445
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.tps_view.TPSView(com_object)¶
Note
CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectTPSView- property annotation_plane: tuple¶
Introduced in V5-6R2019.
Note
- CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
- Property AnnotationPlane() As CATSafeArrayVariant (Read Only)Reads view annotation plane.Parameters:oMathPlaneMathematical plane definition of the View.
- Return type:
tuple
- property annotation_sketch: AnyObject¶
Introduced in V5-6R2019.
Note
- CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
- Property AnnotationSketch(AnyObject Layout2DLView)Gets / Sets the annotation Sketch associated under the currentView.Parameters:Layout2DLView2D Layout View used by current View as annotation sketch
- Return type:
- property annotations: Annotations¶
Introduced in V5-6R2019.
Note
- CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
- Property Annotations() As Annotations (Read Only)Retrieves the TPS components of the View.Parameters:oAnnotsCollection of returned component.
- Return type:
- property display_ratio: int¶
Introduced in V5-6R2019.
Note
- CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
- Property DisplayRatio(double RatioValue)Sets / Gets the ratio of current View.Parameters:RatioValueRatio applied to the View.
- Return type:
int
- property view_type: int¶
Introduced in V5-6R2019.
Note
- CAA V5 Visual Basic Help (2024-08-20 16:04:57.203445)
- Property ViewType() As long (Read Only)Gets view type.Parameters:oViewTypeThe view typeLegal values:1: Front View2: Section View3: Cut View
- Return type:
int