formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Symbol

fz_objt_symb_ins_get_matrix

Description

Gets the matrix of a symbol instance object, which represents it transformation from the definition objects into world space. The matrix is the combination of the scale, rotation and origin parameters of the symbol instance.

Plugin Prototype

fzrt_error_td fz_objt_symb_ins_get_matrix(

fzrt_int

windex,

fz_objt_ptr

sym_obj,

fz_mat4x4_td *

mat )

Parameters

windex [Input]

project window index

sym_obj [Input]

symbol object

mat [Result]

The symbol instance's matrix.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_model_fset


Defined in

fz_objt_symb_api.h