DG Kernel Documentation


Skip Navigation Links.
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.