@wandelbots/nova-api 25.10.0-dev.3 → 25.10.0-dev.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v1/index.cjs +2 -1
- package/dist/v1/index.d.cts +8 -4
- package/dist/v1/index.d.ts +185 -181
- package/dist/v1/index.js +2 -1
- package/dist/v2/index.d.ts +130 -130
- package/package.json +1 -1
package/dist/v1/index.js
CHANGED
|
@@ -8127,11 +8127,12 @@ var StoreCollisionComponentsApi = class extends BaseAPI {
|
|
|
8127
8127
|
return StoreCollisionComponentsApiFp(this.configuration).deleteStoredCollisionTool(cell, tool, options).then((request) => request(this.axios, this.basePath));
|
|
8128
8128
|
}
|
|
8129
8129
|
/**
|
|
8130
|
-
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
8130
|
+
* Deprecated endpoint. Use [getCollisionModel](https://portal.wandelbots.io/docs/api/v2/ui/#/operations/getMotionGroupCollisionModel) instead. Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
8131
8131
|
* @summary Get Default Link Chain
|
|
8132
8132
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8133
8133
|
* @param {GetDefaultLinkChainMotionGroupModelEnum} motionGroupModel Unique identifier for the type of a motion group (robot model). Get the model name for a configured motion group from [getOptimizerConfiguration](getOptimizerConfiguration).
|
|
8134
8134
|
* @param {*} [options] Override http request option.
|
|
8135
|
+
* @deprecated
|
|
8135
8136
|
* @throws {RequiredError}
|
|
8136
8137
|
* @memberof StoreCollisionComponentsApi
|
|
8137
8138
|
*/
|