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

Public Member Functions

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