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
Collapse Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Math Objects > 2D Elements > Line Strips Search Documentation


2D Segment Strips

Segment strip (or 2D Strip) is a chain of joined 2D Curved Segments. Segments are either arcs or segments of straight lines. Arcs should not be longer than half of its full circle. Angles at segment joints should not be equal to 0 or 360 degrees.

Programmatically Segment strips can be created using call to the IObjectGenerator.Create method with eType parameter set to eObjTypeArcLineStrip. The method returns IStripArcLine_KC interface. Segment strips also implement IStrip and IStripTopol

A segment can have arc radius or arc curvature as its single property.