CATSchPlatformInterfaces SchCompGroupExt (Object)
All Frameworks Object Hierarchy This Framework Indexes
SchCompGroupExt (Object)
Manage the graphical representation of a temporary group of schematic objects.
Method Index
-
GetPlacementAxis
- Get the placement axis for the component group.
-
SetPlacementAxis
- Set the placement axis for the component group.
Methods
o 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
SchGRRComp.GetTransformation2D for explanation of this argument.
- Example:
-
Dim objThisIntf As SchCompGroupExt
Dim objArg1 As SchListOfDoubles
...
objThisIntf.GetPlacementAxisobjArg1
o 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
SchGRRComp.GetTransformation2D for explanation of this argument.
- Example:
-
Dim objThisIntf As SchCompGroupExt
Dim dbVar1(x) As CATSafeArrayVariant
...
objThisIntf.SetPlacementAxisdbVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.