AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
TopoShapeList类 参考
类 TopoShapeList 继承关系图:

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 ()
 
int capacity ()
 
void reserve (int n)
 
 TopoShapeList (TopoShapeList other)
 
boolean isEmpty ()
 
void clear ()
 
 TopoShapeList (int count, TopoShape value)