AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
GPntList2 Class Reference
Inheritance diagram for GPntList2:

Public Member Functions

 GPntList2 (GPntList[] initialElements)
 
 GPntList2 (Iterable< GPntList > initialElements)
 
GPntList get (int index)
 
GPntList set (int index, GPntList e)
 
boolean add (GPntList e)
 
void add (int index, GPntList e)
 
GPntList remove (int index)
 
int size ()
 
 GPntList2 (GPntList2 other)
 
long capacity ()
 
void reserve (long n)
 
boolean isEmpty ()
 
void clear ()
 
 GPntList2 (int count, GPntList value)