DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Collapse Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > Math Objects > 2D Elements > Line Strips Go to ActiveX 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.