pycatia.cat_sch_platform_interfaces.sch_grr_route_ellipse

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_route_ellipse.SchGRRRouteEllipse(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
SchGRRRouteEllipse

Manage the graphical representation of a schematic route.
get_seed_point(o_db2_xy: SchListOfDoubles) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetSeedPoint(SchListOfDoubles oDb2XY)

Get the seed point of the route graphic ellipse.

Parameters:

oDb2XY
X-Y coordinates of the seed point for the ellipse.


Example:

Dim objThisIntf As SchGRRRouteEllipse
Dim objArg1 As SchListOfDoubles
objThisIntf.GetSeedPointobjArg1
Parameters:

o_db2_xy (SchListOfDoubles) –

Return type:

None

has_seed_point(o_b_yes: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub HasSeedPoint(boolean oBYes)

Check to see if the Seed point has been set.

Parameters:

oBYes
TRUE if the seed point has been initialized.

Example:

Dim objThisIntf As SchGRRRouteEllipse
Dim bVar1 As boolean
objThisIntf.HasSeedPointbVar1
Parameters:

o_b_yes (bool) –

Return type:

None

set_seed_point(i_db2_xy: tuple) tuple

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetSeedPoint(CATSafeArrayVariant iDb2XY)

Set the seed point of the route graphic ellipse.

Parameters:

iDb2EndPt
X-Y coordinates of the seed point for the ellipse.

Example:

Dim objThisIntf As SchGRRRouteEllipse
Dim dbVar1(2) As CATSafeArrayVariant
objThisIntf.SetSeedPointdbVar1
Parameters:

i_db2_xy (tuple) –

Return type:

tuple