摘要: 方法一: curve.getPointAt(0.5) 曲线方法获取长度为中间时的点位 方法二: 通过点位数据,计算出点位 //计算模型线中点位置 const getModelLineCenterToLabel = () => { let _count = 0; // // 总长度 const _le 阅读全文
posted @ 2025-07-24 16:30 SimoonJia 阅读(13) 评论(0) 推荐(0)