IPartialBezierProps_DG Interface
Used to access per parameter properties of a Bezier surface via IBezierSurface_DG.GetAxialProps()
Indices are 0-based
See also: IBSplineSurface_DG, IBSplineCurve_DG
- GetDegree
- SetDegree
- GetPoleCount
- IsClosed
- Reverse
int GetDegree()
void SetDegree(int degree)
int GetPoleCount()
bool IsClosed()
void Reverse()
Changes orientation of this Bezier surface in the parametric direction. The bounds of the surface are not changed, but the given parametric direction is reversed. Hence the orientation of the surface is reversed. The poles tables are modified.
|