eda_lib_3_dmodel_modify
Update a 3D model's metadata in an EasyEDA Pro library: change its name, classification, or description. Set any property to null to clear it.
Instructions
lib_3DModel.modify(modelUuid: string, libraryUuid: string, modelName?: string, classification?: ILIB_ClassificationIndex | Array | null, description?: string | null) -> Promise
修改 3D 模型
remarks: 如希望清除某些属性,则将其的值设置为 null
returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |