pycatia.cat_sch_platform_interfaces.sch_app_route2

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_route2.SchAppRoute2(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
SchAppRoute2

Manage a schematic route.
app_post_route_process(i_cntbl_connected_to: SchAppConnectable) None

Note

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

Post process after creating a route instance.

Parameters:

iCntbleConnectedTo
The connectable that the route is connected to this route It is
optional

Example:

Dim objThisIntf As SchAppRoute2
Dim objArg1 As SchAppConnectable
objThisIntf.AppPostRouteProcessobjArg1
Parameters:

i_cntbl_connected_to (SchAppConnectable) –

Return type:

None