Solid Edge Assembly Type Library
PutMatrix Method
Specifies the position and orientation of the occurrence or SubOccurrence. This is a single-dimension array that defines a valid transformation matrix. If the matrix is invalid or if it defines any transformations that are not supported, the Occurrence or SubOccurrence may disappear from the view. Only translation, scale, and rotation transforms are valid.
Specifies whether the input matrix is to replace the existing transform of the Occurrence or SubOccurrence or if the input matrix is to be appended to the existing Occurrence or SubOccurrence transform. This effectively multiples the current transform of the Occurrence or SubOccurrence with the input matrix and uses the result as the new Occurrence or SubOccurrence transform.
Description
Sets the transformation matrix for the referenced occurrence.
Syntax
Visual Basic
Public Sub PutMatrix( _
   ByRef Matrix() As Double, _
   ByVal Replace As Boolean _
) 
Parameters
Matrix
Specifies the position and orientation of the occurrence or SubOccurrence. This is a single-dimension array that defines a valid transformation matrix. If the matrix is invalid or if it defines any transformations that are not supported, the Occurrence or SubOccurrence may disappear from the view. Only translation, scale, and rotation transforms are valid.
Replace
Specifies whether the input matrix is to replace the existing transform of the Occurrence or SubOccurrence or if the input matrix is to be appended to the existing Occurrence or SubOccurrence transform. This effectively multiples the current transform of the Occurrence or SubOccurrence with the input matrix and uses the result as the new Occurrence or SubOccurrence transform.
See Also

SubOccurrence Object  | SubOccurrence Members

Send comments on this topic.