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

Public Member Functions

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