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.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
TPSView
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 annoation plane.

Parameters:

oMathPlane
Mathematical plane definition of the View.
Return type:

tuple

property annotation_sketch: False

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 current
View.

Parameters:

Layout2DLView
2D Layout View used by current View as annotation sketch
Return type:

False

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:

oAnnots
Collection of returned component.
Return type:

Annotations

property display_ratio: False

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:

RatioValue
Ratio applied to the View.
Return type:

False

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:

oViewType
The view type
Legal values:

1: Front View
2: Section View
3: Cut View
Return type:

int