SchCompGroupExt (Object)

Manage the graphical representation of a temporary group of schematic objects.

Methods


Sub GetPlacementAxis( oDb6PlaceMatrix)
Get the placement axis for the component group.
Parameters:
oDb6PlaceMatrix
Placement matrix of the component group (an array of 6 doubles) See for explanation of this argument.
Example:
 
 Dim objThisIntf As SchCompGroupExt
 Dim objArg1 As SchListOfDoubles
  ...
 objThisIntf.GetPlacementAxisobjArg1
 
Sub SetPlacementAxis( oDb6PlaceMatrix)
Set the placement axis for the component group.
Parameters:
iDb6PlaceMatrix
Placement matrix of the component group (an array of 6 doubles) See for explanation of this argument.
Example:
 
 Dim objThisIntf As SchCompGroupExt
 Dim dbVar1(x) As CATSafeArrayVariant
  ...
 objThisIntf.SetPlacementAxisdbVar1