formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Topology

fz_objt_parm_init_data

Description

Allocates and initializes the parametric data block of an object of a given parametric type. A pointer to the parametric data is returned. if the object passed in is already a parametric object, the existing parametric data is first deleted.

Plugin Prototype

fzrt_error_td fz_objt_parm_init_data(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_UUID_td

uuid,

fzrt_ptr *

parm_data )

Parameters

windex [Input]

project window index

obj [Input]

object

uuid [Input]

the object type identifier

parm_data [Result, Optional]

pointer to parametric data

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_model_fset


Defined in

fz_objt_otop_api.h