|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| GPnt2dList (GPnt2d[] initialElements) | |
| GPnt2dList (Iterable< GPnt2d > initialElements) | |
| GPnt2d | get (int index) |
| GPnt2d | set (int index, GPnt2d e) |
| boolean | add (GPnt2d e) |
| void | add (int index, GPnt2d e) |
| GPnt2d | remove (int index) |
| int | size () |
| int | capacity () |
| void | reserve (int n) |
| GPnt2dList (GPnt2dList other) | |
| boolean | isEmpty () |
| void | clear () |
| GPnt2dList (int count, GPnt2d value) | |