pycatia.cat_sch_platform_interfaces.sch_comp_group_ext

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_comp_group_ext.SchCompGroupExt(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
SchCompGroupExt

Manage the graphical representation of a temporary group of schematic
objects.
get_placement_axis(o_db6_place_matrix: SchListOfDoubles) None

Note

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

Get the placement axis for the component group.

Parameters:

oDb6PlaceMatrix
Placement matrix of the component group (an array of 6 doubles) See

SchGRRComp.GetTransformation2D for explanation of this argument.

Example:

Dim objThisIntf As SchCompGroupExt
Dim objArg1 As SchListOfDoubles
objThisIntf.GetPlacementAxisobjArg1
Parameters:

o_db6_place_matrix (SchListOfDoubles) –

Return type:

None

set_placement_axis(o_db6_place_matrix: tuple) tuple

Note

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

Set the placement axis for the component group.

Parameters:

iDb6PlaceMatrix
Placement matrix of the component group (an array of 6 doubles) See


SchGRRComp.GetTransformation2D for explanation of this argument.

Example:

Dim objThisIntf As SchCompGroupExt
Dim dbVar1(x) As CATSafeArrayVariant
objThisIntf.SetPlacementAxisdbVar1
Parameters:

o_db6_place_matrix (tuple) –

Return type:

tuple