pycatia.cat_sch_platform_interfaces.sch_app_cntr_colour

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_app_cntr_colour.SchAppCntrColour(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
SchAppCntrColor

Manage graphical representation of schematic connector.
app_get_connector_colour_by_type(o_colour: int) None

Note

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

Specify the connector color of this connector type.

Parameters:

oColor
Application connector color for “this” connector type. Please refer
to CATColorName.h of Visualization FW.

Example:



Dim objThisIntf As SchAppCntrColor
Dim intVar1 As Integer
objThisIntf.AppGetConnectorColorByTypeintVar1
Parameters:

o_colour (int) –

Return type:

None