TsgLines.Curve
Creates a points-list for the dotted-curve
procedure Curve(APoints, ADottedPoints: TList; const Close: Boolean);
Description
Call Curve to create a coordinates list (ADottedPoints) for a dotted-curve base on single curve 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 line is closed.
Note: if IsSolid = True or ADottedPoints.Count <> 0 Curve raises an EListError exception.
Go to CAD VCL Enterprise