formZ SDK | 5.0 API Reference | Project | Modeling | Attributes
Description
Copy the content of one smooth shading attribute to another. Note, that the destination smooth shading must already be allocated. This can be done by a call to fz_objt_attr_sshd_init.
Plugin Prototype
fzrt_error_td fz_objt_attr_sshd_copy(
fzrt_int | src_windex, |
src_sshd, | |
fzrt_int | dst_windex, |
dst_sshd ) |
Parameters
src_windex [Input]
source project
src_sshd [Input]
source attribute
dst_windex [Input]
destination project
dst_sshd [Input]
destination attribute
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_objt_attr_sshd_init,, fz_objt_attr_sshd_set, fz_objt_attr_sshd_finit
Function Set
Defined in