formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_rvrs

Description

Object type reverse function (Optional). This function is called whenever an object of this type needs to be reversed (turned inside out). This is the case, for example, after applying the Reverse tool or after executing a mirror transformation. This function gives the object type the opportunity to reverse its parametric data. If the parametric data is defined in such a way, that it cannot be reversed, the FZ_OTYP_HANDLE_RVRS in the flags parameter of the fz_otyp_cbak_info function call should be set. formZ will then handle the reversal of the objects facets when necessary. For convenience, both the object and a pointer to the parameter block are passed in.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_rvrs(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_ptr

parm )

Parameters

windex [Input]

project window index

objt [Input]

object

parm [Input]

generic pointer to the parameter block

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h