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

fz_objt_cnstr_objt_new

Description

Creates a new, empty, object. This function should not be called just by itself. It is expected, that the object is filled with geometry by calling other low level construction functions. NOTE : the object is not committed to the project's object list until fz_objt_add_objt_to_project is called.

Plugin Prototype

fzrt_error_td fz_objt_cnstr_objt_new(

fzrt_int

windex,

fz_objt_ptr *

obj )

Parameters

windex [Input]

project window index

obj [Result]

object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_cnstr_lowlevel.fsl

Function Set

fz_model_fset


Defined in

fz_objt_api.h