formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_get_objt_ecol

Description

Gets the object's edge color. if display is TRUE, it takes all overwrites into account. (use material, layer override ... ). If display is FALSE, the actual rgb color attribute is returned (i.e. no overrides).

Plugin Prototype

fzrt_error_td fz_objt_attr_get_objt_ecol(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_boolean

display,

fzrt_rgb_color_td *

ecol )

Parameters

windex [Input]

project window index

obj [Input]

object

display [Input]

get from display context or attribute.

ecol [Result]

The rgb color for the object edge

Returns

Error codes

Availability

7.0.0.0

See Also

fz_objt_attr_set_objt_ecol

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h