formZ SDK | 5.0 API Reference | System | Nurbs Curve
Description
Samples a NURBS curve based on angular tolerance to obtain points The sample points are returned in the given list( fz_type_list_ptr). This list needs to be initialized before calling this function. The sample parameters are returned in the given list(tlist) if not NULL. This list is parallel to the point list and also needs to be intialised.
Plugin Prototype
fzrt_error_td fz_ncrv_sample_crv_angle_based2(
crv, | |
double | angtol, |
plist, | |
tlist ) |
Parameters
crv [Input]
NURBS curve
angtol [Input]
angle
plist [Result]
Sample points list
tlist [Result, Optional]
Parameters list
Returns
Error codes
Availability
6.5.7.0
Example Files
See Also
fz_ncrv_sample_crv_parameter_based2, fz_type_list_init,, fz_type_list_count, fz_type_list_get_item, fz_type_list_add_item,, , fz_type_list_clear
Function Set
Defined in