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 > Curves > IBSplineCurveInterpolator_DG Go to ActiveX docs Search Documentation


IBSplineCurveInterpolator_DG Interface

Init
Init
InitEx
InitEx
Build

void Init(IPointArray_DG points, bool periodic, double tolerance)


void Init(IPointArray_DG points, IArrayDouble_DG parameters, bool periodic, double tolerance)


void InitEx(VectDg initialTangent, VectDg finalTangent, bool scale)


void InitEx(IPointArray_DG tangents, IArrayInt_DG tangentFlags, bool scale)


IBSplineCurve_DG Build()