formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Topology

fz_objt_segt_get_num_wire_pnts

Description

Gets the number of points that are used to represent a segment of a smooth object.

Plugin Prototype

fzrt_error_td fz_objt_segt_get_num_wire_pnts(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

sindx,

fzrt_int *

npts )

Parameters

windex [Input]

project window index

obj [Input]

object

sindx [Input]

segment index

npts [Result]

The number of points used to represent the segment

Returns

Error codes

Availability

5.0.0.0

Example Files

util_wire_topo.fsl

See Also

fz_objt_segt_get_wire_pnt, fz_objt_get_segt_count, fz_objt_iso_get_num_iso_pnts,

Function Set

fz_model_fset


Defined in

fz_objt_otop_api.h