bs3_curve_param_length
List of: Functions
Subjects: Construction Geometry, Spline Interface
Contents: Kernel

Action: Gets the signed arc length of the curve between two parameter values.

Prototype: double bs3_curve_param_length (


bs3_curve cur, // given curve


double start, // parameter of start




// point


double end // parameter of end point


);

Includes: #include "kernel/acis.hxx"

#include "kernel/spline/bs3_crv/bs3curve.hxx"

#include "kernel/spline/bs3_crv/sp3crtn.hxx"

Description: The length will be positive if the second parameter is greater than the first, and negative if it is less, provided both parameters are valid for the curve.

Library: kernel

Filename: kern/kernel/spline/bs3_crv/sp3crtn.hxx

Effect: Read-only
PDF/KERN/19FN3C2.PDF
HTM/DATA/KERN/KERN/19FN3C2/0018.HTM