Solid Edge Assembly Type Library
GetMatrix Method
Returns the 4x4 array that specifies the position and orientation of the part. This is a single-dimension Double array that contains 16 elements.
Description
Returns the transformation matrix for the referenced suboccurrence.
Syntax
Visual Basic
Public Sub GetMatrix( _
   ByRef Matrix() As Double _
) 
Parameters
Matrix
Returns the 4x4 array that specifies the position and orientation of the part. This is a single-dimension Double array that contains 16 elements.
Remarks
The matrix defines the current position and orientation of the object.
See Also

SubOccurrence Object  | SubOccurrence Members

Send comments on this topic.