DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Deprecated > Deprecated Geometry > Lines and Curves > Line Section Search Documentation


Line Section

Line Section entity present a mathematical 3D line in an entity, i.e. it adds properties necessary for a line to become part of a model

Line Entity is an Entity so it has all its properties: Local frame, name etc.

Geometry of a Line Section is contained in a reference to a generic 3D line (curve).

To create a Line Section from a program, call IDIObjGenerator.Create( EObjectType.eObjTypeLineSection ). and cast (query) the return to ILineSection_KC.

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