formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Vector Export

fz_expt_vect_lineset_get_data

Description

Gets the points and closure for a line set.

Plugin Prototype

fzrt_error_td fz_expt_vect_lineset_get_data(

fzrt_int

windex,

fz_expt_vect_ptr

expt_vect,

fzrt_int *

knt,

fz_xy_td *

pnts,

fzrt_boolean *

closed )

Parameters

windex [Input]

project window index

expt_vect [Input]

Image vector export data

knt [Result, Optional]

The number of vertices in the line set.

pnts [Result]

The array of vertices in the line set.

closed [Result, Optional]

If TRUE, the line set is closed and a line segment should be drawn connecting the last vertes to the first. If FALSE, the line set is open and the last vertex and first vertex are not connected.

Returns

FZRT_NOERR on success. Or:
Appropriate error on failure.

Availability

5.0.0.0

Function Set

fz_expt_vect_modl_fset


Defined in

fz_expt_vect_api.h