formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Metaformz

fz_objt_cnstr_meta_stretched_ellipsoid

Description

Create a metaformz stretched ellipse object

Plugin Prototype

fzrt_error_td fz_objt_cnstr_meta_stretched_ellipsoid(

fzrt_int

windex,

fz_xyz_td *

rx_ry_rz,

double

weight,

fz_xyz_td *

origin,

fz_xyz_td *

rotation,

fz_objt_ptr *

obj )

Parameters

windex [Input]

project window index

rx_ry_rz [Input]

radius x, radius y, radius_z

Range: rx_ry_rz > (0.0, 0.0, 0.0)

weight [Input]

weight

Range: -5 <= weight <= 5

origin [Input, Optional]

origin of metaformz object

Default Value: (0.0, 0.0, 0.0)

rotation [Input, Optional]

rotation of metaformz object

Default Value: (0.0, 0.0, 0.0)

obj [Result]

metaformz object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_script_test.fsl

See Also

, fz_objt_cnstr_meta_ellipsoid

Function Set

fz_model_fset


Defined in

fz_objt_meta_api.h