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

fz_objt_alys_get_curv_pspace_trim

Description

Gets the trimming curves of an object, in the parameter space of its underlying surface if the object is a Trimmed NurbZ. The curves array must be preallocated to hold ncrvs = number of segments in the curve.

Plugin Prototype

fzrt_error_td fz_objt_alys_get_curv_pspace_trim(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

cindx,

fzrt_int *

ncrvs,

fz_nurbs_cur_ptr *

crvs )

Parameters

windex [Input]

project window index

obj [Input]

object

cindx [Input]

curve index

ncrvs [Result, Optional]

number of curves

crvs [Result, Optional]

Nurbz curves array

Returns

Error codes
MODEL_ERR_INVALID_SEGT - invalid segment type

Availability

5.0.0.0

See Also

fz_objt_alys_get_segt_pspace_geom_type, fz_objt_alys_get_segt_geom_type, fz_objt_alys_get_segt_arc_parm, fz_objt_alys_get_segt_spline_parm, fz_objt_alys_get_segt_pspace_arc_parm

Function Set

fz_model_fset


Defined in

fz_objt_alys_api.h