formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_tform

Description

Object type transformation function (Optional). This function is called whenever an object of this type is transformed (i.e. moved, rotated, scaled, mirrored ...). When an object contains positional geometric properties, such as an origin, 3d points or even a complete nested control object, they need to be transformed as well. This function type is intended to do that. For convenience, both the object and a pointer to the parameter block are passed in. For convenience, both the object and a pointer to the parameter block are passed in.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_tform(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_ptr

parm,

fz_mat4x4_td *

tform )

Parameters

windex [Input]

project window index

objt [Input]

object

parm [Input]

generic pointer to the parameter block

tform [Input]

the 4 by 4 transformation matrix

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h