AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
Uint32Buffer (long itemCount) | |
Uint32Buffer (Uint32List data) | |
Uint32Buffer | Clone () |
EnumDataType | GetDataType () |
Public 成员函数 继承自 Uint32TypedBuffer | |
Uint32List | GetData () |
void | Reserve (long count) |
void | Set (long idx, long val) |
long | Get (long idx) |
void | Append (long val) |
void | Append (long a, long b) |
void | Append (long a, long b, long c) |
void | Append (long a, long b, long c, long d) |
long | GetBufferSize () |
long | GetItemCount () |
Public 成员函数 继承自 ArrayBuffer | |
ClassId | GetClassId () |
long | GetBufferSize () |
long | GetItemCount () |
EnumDataType | GetDataType () |
boolean | Save (String fleName) |
Public 成员函数 继承自 AObject | |
ClassId | GetClassId () |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static Uint32Buffer | Cast (AObject obj) |
static Uint32Buffer | Create (Uint32List data) |
static ClassId | GetStaticClassId () |
static ArrayBuffer | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
<> 内容为Uint32的内存空间
|
static |
重载 ArrayBuffer .
|
static |
使用数组来创建对象
data | 数组 |
ClassId Uint32Buffer.GetClassId | ( | ) |
EnumDataType Uint32Buffer.GetDataType | ( | ) |
|
static |