Overview | Statement List | Example 1 | Example 2


多重转换(串联)

Synopsis

matrix = MATRIX/matrix1,matrix2

Description

Represents the product of two previously defined matrices. This matrix can be used to reposition objects, performing two transformations at the same time (e.g., translating and rotating, translating and scaling).

See Also

See the description of a Transform 3 x 4 Matrix Definition.

Parameters

Parameter

Description

matrix1,matrix2

Two previously defined matrices which are combined into one.

NOTE: The resulting geometry depends on the order in which the previously defined matrices are specified. Matrix 1 is applied to the geometry first, followed by matrix 2.


Copyright ©2015 胡君NX二次开发官网(www.UGapi.com) QQ:85585969 All Rights Reserved.