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

Public 成员函数

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