formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
Description
Transforms one or more faces of an object with a matrix.
The faces are identified by their indices in the face_indx array.
Note : This function operated only on facetted objects, in versions prior to 6.0
Plugin Prototype
fzrt_error_td fz_objt_edit_transform_faces(
fzrt_int | windex, |
obj, | |
fzrt_int | face_indx[], |
fzrt_int | nfaces, |
mat ) |
Parameters
windex [Input]
project window index
obj [Input, Result]
object (must be facetted)
face_indx[] [Input]
array of face indices to transform
nfaces [Input]
number of faces in the array
Range: nfaces >= 1
mat [Input]
matrix to transform faces by
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_objt_edit_transform_points, fz_objt_edit_transform_segments, fz_objt_edit_transform_curves, fz_objt_edit_transform_multi
Function Set
Defined in