TsgLines.Poly
Creates a points-list for the dotted-polyline
procedure Poly(APoints, ADottedPoints: TList; const Close: Boolean);
Description
Call Curve to create a coordinates list (ADottedPoints) for a dotted-polyline base on single polyline coordinates list (APoints), added pattern (Elements) and the Scale. The APoints and ADottedPoints lists are lists of the PFPoint types. Close parameter specifies whether or not a polyline is closed.
Note: if IsSolid = True or ADottedPoints.Count = 0 Poly raises an EListError exception.
Go to CAD VCL Enterprise