formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Vector Export
Description
Gets the points and closure for a line set.
Plugin Prototype
fzrt_error_td fz_expt_vect_lineset_get_data(
fzrt_int | windex, |
expt_vect, | |
fzrt_int * | knt, |
fz_xy_td * | pnts, |
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
Defined in