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

fz_objt_attr_get_objt_rndr_surf

Description

Gets the render as shaded surface status of an object. If display is TRUE, the render as shaded surface override status of the layer on which the object is placed is taken into account. Otherwise the true render as shaded surface attribute of the object is returned.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_objt_rndr_surf(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_boolean

display,

fzrt_boolean *

rndr_surf )

Parameters

windex [Input]

project window index

obj [Input]

object

display [Input]

get from display context or attribute

rndr_surf [Result]

render as shaded surface status

Returns

Error codes

Availability

5.0.0.0

Example Files

util_attr_basic.fsl

See Also

fz_objt_attr_set_objt_rndr_surf

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h