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

fz_objt_alys_get_curv_circumference

Description

Gets the circumference of a curve of an object.

Plugin Prototype

fzrt_error_td fz_objt_alys_get_curv_circumference(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

cindx,

fz_objt_model_type_enum

model_type,

double *

circum )

Parameters

windex [Input]

project window index

obj [Input]

object

cindx [Input]

curve index

model_type [Input]

object topology type. FZ_OBJT_MODEL_TYPE_UNSPEC may be used to use the object's natural model type.

circum [Result]

curve's circumference

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_alys_face.fsl

See Also

Function Set

fz_model_fset


Defined in

fz_objt_alys_api.h