pycatia.cat_sch_platform_interfaces.sch_annotation_break

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_sch_platform_interfaces.sch_annotation_break.SchAnnotationBreak(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
SchAnnotationBreak

Manage an annotation break operations.
flip_over_line() None

Note

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

Mirror the symbol over the route segment line that ends in the connector on
which the symbol is placed.

Example:



Dim objThisIntf As SchAnnotationBreak
objThisIntf.FlipOverLine
Return type:

None

flip_over_orthogonal_line() None

Note

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

Mirror the symbol over the line orthogonal to the route segment line that
ends in the connector on which the symbol is placed and going through the
connector’s position.

Example:



Dim objThisIntf As SchAnnotationBreak
objThisIntf.FlipOverOrthogonalLine
Return type:

None

scale(i_db_scale_factor: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Scale(double iDbScaleFactor)

Scale the symbol.

Parameters:

iDbScaleFactor
The scale factor to scale the symbol by.

Example:



Dim objThisIntf As SchAnnotationBreak
Dim dbVar1 As Double
objThisIntf.ScaledbVar1
Parameters:

i_db_scale_factor (float) –

Return type:

None