Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMCurveCurvilinearParameterization
Class defining the operator to parameterize a curve in curvilinear parameterization.
Let the inputs be:
C(t): the curve to reparameterize
[t0, t1]: the limits specified by the user
Tol: the tolerance
Let L(t) be the 3D curvilinear length of the curve C between t0 and t.
Then the result curve D(s) will be such that
for all t in [t0, t1], we have |C(t) - D(L(t))| < Tol
Remark:
This property is valid only on the limits [t0, t1] on C
which correspond to the limits [L(t0), L(t1)] on D:
outside these limits this relation will not be verified.
public virtual GetResult( | oLimits) |
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.