formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations

fz_objt_edit_remove_colinear_segments

Description

Merges colinear segments of a facetted object into a single segment. The optional did argument returns, whether any segments were merged or not.

Plugin Prototype

fzrt_error_td fz_objt_edit_remove_colinear_segments(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_boolean *

did )

Parameters

windex [Input]

project window index

objt [Input]

object

did [Result, Optional]

TRUE, if any segments were removed, FALSE otherwise

Returns

Error codes

Availability

6.0.0.6

Function Set

fz_model_fset


Defined in

fz_objt_api.h