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

fz_expt_vect_set_line_style

Description

Sets the line style for subsequent draws.

Plugin Prototype

fzrt_error_td fz_expt_vect_set_line_style(

fzrt_int

windex,

fz_expt_vect_ptr

expt_vect,

char

type,

short

lsty_flag,

double

delta,

double

d1,

double

ddd,

double

drawn )

Parameters

windex [Input]

project window index

expt_vect [Input]

Image vector export data

type [Input]

Line style id (a lookup into the line style palette).

lsty_flag [Input]

Bit flags controlling the drawing of the line style.

delta [Input]

A parameter used to adjust the dashed at corners.

d1 [Input]

The length of the first dash.

ddd [Input]

The length of the overall pattern.

drawn [Input]

A parameter used to adjust the dashed at corners.

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