AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
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) | |