formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Data Model

fz_ffmt_data_model_write_opts_get_dcomp_opts

Description

Gets the model export decomposition options.

Plugin Prototype

fzrt_error_td fz_ffmt_data_model_write_opts_get_dcomp_opts(

fz_ffmt_ref_td

ffmt_id,

fz_objt_tria_type_enum *const

triang_type,

fzrt_boolean *const

non_planar_only,

fzrt_boolean *const

strict_planarity )

Parameters

ffmt_id [Input]

The file format reference id.

triang_type [Input]

The type of triangulation.

non_planar_only [Input]

if TRUE, only the non planar faces are triangulated, otherwise all faces are triangulated.

strict_planarity [Input]

if TRUE, the triangulation process is more sensitive to smaller disturbances in the planarity of a face.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_data_model_fset


Defined in

fz_ffmt_api.h