formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_set_face_rmsh

Description

Sets the radiosity meshing attribute of a face. If NULL is passed as the rmsh parameter, the attribute is removed from the face.

Plugin Prototype

fzrt_error_td fz_objt_attr_set_face_rmsh(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

findx,

fz_attr_rmsh_ptr

rmsh )

Parameters

windex [Input]

project window index

obj [Input]

object

findx [Input]

face index

rmsh [Input]

radiosity meshing attribute

Returns

Error codes

Availability

5.0.0.0

Example Files

util_attr_rmsh.fsl

See Also

fz_objt_attr_get_face_rmsh

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h