API Reference > Structs, Records, Enums > EPRCKnotType Enumeration
EPRCKnotType Enumeration
Syntax
C++
enum EPRCKnotType { KEPRCKnotTypeUniformKnots, KEPRCKnotTypeUnspecified, KEPRCKnotTypeQuasiUniformKnots, KEPRCKnotTypePiecewiseBezierKnots };

PrcDefines.h

Members 
Description 
KEPRCKnotTypeUniformKnots 
Uniform knot vector. 
KEPRCKnotTypeUnspecified 
Unspecified knot type. 
KEPRCKnotTypeQuasiUniformKnots 
Quasi-uniform knot vector. 
KEPRCKnotTypePiecewiseBezierKnots 
Extrema with multiplicities of degree + 1. 

Enumeration represents types of knot vectors.

This value is currently unused and should be set to KEPRCKnotTypeUnspecified.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.