: Public <<CodeList>> Class
Created: 23.5.2022 18.05.07
Modified: 1.8.2022 13.54.07
Project:
Advanced:
A B-spline is uniform if and only if all knots are of multiplicity 1 and they differ by a positive constant from the preceding knot. A B-spline is quasi-uniform if and only if the knots are of multiplicity (degree+1) at the ends, of multiplicity 1 elsewhere, and they differ by a positive constant from the preceding knot. This code list is used to describe the distribution of knots in the parameter space of various splines. The possible values are:<br/>¾ uniform: the form of knots is appropriate for a uniform B-spline.<br/>¾ quasiUniform: the form of knots is appropriate for a quasi-uniform B-spline.<br/>¾ piecewiseBezier : the form of knots is appropriate for a piecewise Bezier curve.<br/>GM_KnotType::<br/>uniform : CharacterString<br/>quasiUniform : CharacterString<br/>piecewiseBezier : CharacterString<br/>
Attribute
Public <undefined>
  piecewiseBezier
Details:
 
Public <undefined>
  quasiUniform
Details:
 
Public <undefined>
  uniform
Details:
 
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0