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. dd>
- 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. dd>
- Example:
-
Dim objThisIntf As SchCompGroupExt Dim dbVar1(x) As CATSafeArrayVariant ... objThisIntf.SetPlacementAxisdbVar1