pycatia.cat_sch_platform_interfaces.sch_grr_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_grr_route2.SchGRRRoute2(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
SchGRRRoute2

Manage the graphical representation of a schematic route.
get_reshape_mode() int

Note

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

Get the reshape mode.

Parameters:

oReshapeMode
Whether or not the route shape is fixed for the purpose of reshaping the route.
= SchFixedShapeOff : no restriction on how to reshape the route.
= SchFixedShapeOn : reshape only the route’s extremity (the segment directly connected to
the object that’s being moved).

Example:

Dim objThisIntf As SchGRRRoute2

objThisIntf.GetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
Returns:

enum cat_sch_idlgrr_route_reshape_mode

Return type:

None

set_reshape_mode(i_reshape_mode: int) None

Note

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

Set the reshape mode.

Parameters:

iReshapeMode
Whether or not the route shape is fixed for the purpose of reshaping the route.
= SchFixedShapeOff : no restriction on how to reshape the route.
= SchFixedShapeOn : reshape only the route’s extremity (the segment directly connected
to the object that’s being moved).

Example:

Dim objThisIntf As SchGRRRoute2

objThisIntf.SetReshapeModeCatSchIDLGRRRouteReshapeMode_Enum
Parameters:

i_reshape_mode (int) – enum cat_sch_idlgrr_route_reshape_mode

Return type:

None