Solid Edge Framework Type Library
SetTransform Method
Represents the linear transformation. The layout of the array is column-major order.
Description
Applies the input linear transfomration to the display of elements in the referenced object with subsequent calls to the Draw method.
Syntax
Visual Basic
Public Sub SetTransform( _
   ByRef Matrix() As Double _
) 
Parameters
Matrix
Represents the linear transformation. The layout of the array is column-major order.
Remarks
When a transformation is active and the Draw method is called, the geometry recorded in the last Draw call made (when no transformation was active) is replayed with the transformation applied to the recorded geometry. The Draw method must be called before calling SetTransform in order to record the geometry for playback when a transformation is active.
See Also

HighlightSet Object  | HighlightSet Members

Send comments on this topic.