PK_BCURVE_t   



This type represents a B geometry CURVE.

Used in:

PK_BCURVE_add_knot
PK_BCURVE_ask
PK_BCURVE_ask_knots
PK_BCURVE_ask_piecewise
PK_BCURVE_ask_splinewise
PK_BCURVE_clamp_knots
PK_BCURVE_combine
PK_BCURVE_create
PK_BCURVE_create_by_fitting
PK_BCURVE_create_fitted
PK_BCURVE_create_piecewise
PK_BCURVE_create_spline
PK_BCURVE_create_splinewise
PK_BCURVE_extend
PK_BCURVE_extend_r_t
PK_BCURVE_find_g1_discontinuity
PK_BCURVE_join
PK_BCURVE_lower_degree
PK_BCURVE_make_bsurf_lofted
PK_BCURVE_make_matched
PK_BCURVE_raise_degree
PK_BCURVE_remove_knots
PK_BCURVE_reparameterise
PK_BCURVE_spin
PK_BCURVE_spline_cu_t
PK_BCURVE_sweep
PK_blend_shape_t
PK_BSURF_make_bcurve_u_isoparam
PK_BSURF_make_bcurve_v_isoparam
PK_CURVE_make_bcurve
PK_CURVE_make_bcurve_2
PK_CURVE_make_bcurve_res_t


A bcurve is a type of curve (PK_CLASS_bcurve is a subclass of PK_CLASS_curve).

The bcurve is defined by data contained in a PK_BCURVE_sf_t.
Piecewise and splinewise representations of bcurves are also available:
See PK_BCURVE_piecewise_sf_t and PK_BCURVE_splinewise_sf_t

See B-Curves and B-Surfaces for more information.