formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction

fz_objt_cnstr_objt_from_segt

Description

Constructs a new object from a segment of an existing object.

Plugin Prototype

fzrt_error_td fz_objt_cnstr_objt_from_segt(

fzrt_int

windex,

fz_objt_ptr

src_obj,

fzrt_int

sindx,

fz_objt_ptr *

obj )

Parameters

windex [Input]

project window index

src_obj [Input]

source object

sindx [Input]

segment index

obj [Result]

new object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_from.fsl
util_objt_cnstr_derv.fsl

See Also

fz_objt_cnstr_objt_from_curv,

Function Set

fz_model_fset


Defined in

fz_objt_api.h