DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Geometry > Surfaces > IPartialBezierProps_DG Go to ActiveX docs Search Documentation


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

Properties

int Degree

Methods

GetPoleCount
IsClosed
Reverse

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.