DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > Math Objects > 2D Elements > Line Strips Go to DGKC docs 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 a call similar to: IStrip_DG iStrip = IObjectGenerator.Create("IStrip_DG");

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