AnyCAD Rapid API 2023
Help you to create a better world!
PlaneList Class Reference
Inheritance diagram for PlaneList:

Public Member Functions

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