formZ SDK | 5.0 API Reference | Project | Modeling | Attributes
Description
Sets a custom attribute of a face. The attribute is identified
by its uuid. The attribute data is passed in the data pointer.
It is the responsibility of the calling code to pass the proper
attribute data to this function.
If the data argument is passed as NULL, the attribute is
deleted, if it exists.
Plugin Prototype
fzrt_error_td fz_objt_attr_set_face_cust(
fzrt_int | windex, |
obj, | |
fzrt_int | findx, |
attr_uuid, | |
void * | data ) |
Parameters
windex [Input]
project window index
obj [Input]
source object
findx [Input]
face index
attr_uuid [Input]
attribute unique identifier
data [Input, Optional]
attribute data
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in