# 模型吸附路径
Dandelion.RtAPI("modelAdsorptionPath", params, (res) => {
console.log(res);
});
# 功能描述
模型吸附路径
let params = {
alongPath: true,
ids: [],
pathIds: [],
};
# 请求参数:
参数名称 | 参数说明 | 是否必须 | 数据类型 |
---|---|---|---|
alongPath | 是否吸附 | true | Boolean |
ids | 模型 ID 列表 | true | Array |
pathIds | 路径 ID 列表 | true | Array |
← 根据外部ID获取场景元素ID 罗盘信息 →