Home > LIB_3DModel > get
LIB_3DModel.get() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取 3D 模型的所有属性
Signature
typescript
get(modelUuid: string, libraryUuid?: string): Promise<ILIB_3DModelItem | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
modelUuid | string | 3D 模型 UUID |
libraryUuid | string | (Optional) 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
Returns
Promise<ILIB_3DModelItem | undefined>
3D 模型属性