formZ SDK | 5.0 API Reference | Project | Modeling | Attributes
Description
Gets the radiosity meshing attribute of an object. The
fz_attr_rmsh_ptr rmsh parameter must be created and
deleted by the calling function. For example :
fz_objt_attr_rmsh_init(windex,&rmsh);
fz_objt_attr_get_objt_rmsh(windex,obj,&has_rmsh,rmsh);
fz_objt_attr_rmsh_finit(windex,&rmsh);
Note, that an object may not have a radiosity meshing attribute, in which case
the has_rmsh parameter will be returned as FALSE.
Plugin Prototype
fzrt_error_td fz_objt_attr_get_objt_rmsh(
fzrt_int | windex, |
obj, | |
has_rmsh, | |
rmsh_ptr ) |
Parameters
windex [Input]
project window index
obj [Input]
object
has_rmsh [Result, Optional]
TRUE if the object has a radiosity meshing attribute. FALSE otherwise.
rmsh_ptr [Result, Optional]
radiosity meshing attribute
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in