DG Kernel Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Geometry > Surfaces > IPartialBezierProps_DG Search Documentation


IPartialBezierProps_DG Interface

GetDegree
SetDegree
GetPoleCount
IsClosed
Reverse

Used to access per parameter properties of a Bezier surface via IBezierSurface_DG.GetAxialProps()

Indices are 0-based

See also: IBSplineSurface_DG, IBSplineCurve_DG


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.