GeometricObjects Enumeration CATParameterizationOption
enum CATParameterizationOption {
CatKeepParameterization,
CatAutomaticParameterization
}
The type of parameterization of a CATKnotVector linked to a CATNurbs.
- Values:
-
- CatKeepParameterization
- The CATKnotVector keeps its current parametrization.
- CatAutomaticParameterization
- The parametrization of the CATKnotVector is globally changed, by taken into account
the length of the object it is used to parameterized.
If the nodal values of the CATKnotVector were (0,1,2,3) and the total length
of the curve is 15, the nodal values will become (0,5,10,15), whatever
the length of each segment is.
This object is included in the file: CATParameterizationOption.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.