pycatia.cat_sch_platform_interfaces.sch_catalog_route

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_catalog_route.SchCatalogRoute(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
SchCatalogRoute

Manage a schematic route catalog.
query_drop_ability(o_b_yes: bool, o_route_ref: SchRoute, o_pointed_to_grr: SchGRR) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub QueryDropAbility(boolean oBYes,
SchRoute oRouteRef,
SchGRR oPointedToGRR)

Check to see if it is OK to be dropped to the current
document.

Parameters:

oBYes
If TRUE, then it is OK to be dropped.
oRouteRef
Route reference.
oPointedToGRR
Graphical representation of a route pointed-to by the catalog
component

Example:

Dim objThisIntf As SchCatalogRoute
Dim bVar1 As boolean
Dim objArg2 As SchRoute
Dim objArg3 As SchGRR
objThisIntf.QueryDropAbilitybVar1,objArg2,objArg3
Parameters:
  • o_b_yes (bool) –

  • o_route_ref (SchRoute) –

  • o_pointed_to_grr (SchGRR) –

Return type:

None