DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


Ellipse

Ellipse Mathematical Objects implement IEllipse_KC2 interface, which controls its properties.

To create an ellipse call IObjectGenerator.Create method with eType parameter set to eObjTypeEllipse.

Ellipse can be used for internal calculations only. To add an ellipse to the model to be displayed in 3D scene use IStdShape.Ellipse() or wrap the ellipse into a Line Entity as described in Wrapping Mathematical Curves

 

See also: Curves Overview, Native Curves