DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
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.