TFPointList.AppendArray
Appends an array of three-dimensional points to this list.
Syntax
procedure AppendArray(NewItems: IsgArrayFPoint); overload;
procedure AppendArray(const NewItems: array of TFPoint); overload;
procedure AppendArray(const NewItems: array of TFPoint; NewItemsAddCount: Integer); overload;
Description
Call AppendArray to append an array of three-dimensional points to this list.
Go to CAD VCL Enterprise