pycatia.cat_sch_platform_interfaces.sch_app_gap_priority

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_gap_priority.SchAppGapPriority(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
SchAppGapPriority

Manage the graphical representation of a route.
app_choose_gap_priority(i_the_other_route: SchRoute, o_priority: int) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppChooseGapPriority(SchRoute iTheOtherRoute,
CatSchIDLGapPriority oPriority)

Identify which of 2 intersecting routes should be gapped.

Parameters:

iTheOtherRoute
The route intersecting This route.
oPriority
Gap Priority.

Example:



Dim objThisIntf As SchAppGapPriority
Dim objArg1 As SchRoute

objThisIntf.AppChooseGapPriorityobjArg1,CatSchIDLGapPriority_Enum
Parameters:
  • i_the_other_route (SchRoute) –

  • o_priority (int) – enum cat_sch_idl_gap_priority

Return type:

None