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

Public Member Functions

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