Solid Edge Part Type Library
AddByMatrix Method
Specifies the values used to create the coordinate system.  This is a single-dimension Double array that contains 16 elements.
Description
Adds a coordinate system based on a 4x4 matrix of values.
Syntax
Visual Basic
Public Function AddByMatrix( _
   ByRef Matrix() As Double _
) As CoordinateSystem
Parameters
Matrix
Specifies the values used to create the coordinate system.  This is a single-dimension Double array that contains 16 elements.
Remarks
XPerspective, YPerspective, and ZPerspective must all be set to 0. Scale must be set to 1.
See Also

CoordinateSystems Collection  | CoordinateSystems Members