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.
Get all properties of the 3D model
Signature
typescript
function get(modelUuid: string, libraryUuid?: string): Promise<ILIB_3DModelItem | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
modelUuid | string | 3D model UUID |
libraryUuid | string | (Optional) Library UUID, default is system library, you can use LIB_LibrariesList APIs in |
Returns
Promise<ILIB_3DModelItem | undefined>
3D model property