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


3D Circle

3D Circle Mathematical Objects implement ICircle3D_KC2 interface, which controls its properties.

To create a circle call IObjectGenerator.Create method with eType parameter set to eObjTypeCircle...

To add a 3D circle to the model use IStdShape.Circle() or wrap the circle into a Line Entity as described in Wrapping Mathematical Curves

See also: Curves Overview, Native Curves