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.
Plugin Prototype
fzrt_error_td fz_ncrv_sample_crv_angle_based(
crv, | |
double | angtol, |
plist ) |
Parameters
crv [Input]
NURBS curve
angtol [Input]
angle
plist [Result]
Sample points list
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_ncrv_sample_crv_parameter_based, 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