DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs Search Documentation


Curve Geometry

A Curve Geometry presents a mathematical 3D line in an entity, i.e. it adds properties necessary for a line to become part of a model

Curve Geometry wraps a reference to a generic 3D curve or line.

To create a Curve Geometry at runtime, call IObjectGenerator_DG.Create("ICurveGeometry_DG") to obtain ICurveGeometry_DG.

Use methods of ILineSection_DG to attach a line to the Line Entity. Use properties and interfaces relevant to the specific mathematical curve to modify geometry of the curve.