摘要: 原有的选中模式代码: ```cpp static Standard_Integer SelectionMode (const TopAbs_ShapeEnum theShapeType) { switch (theShapeType) { case TopAbs_VERTEX: return 1; 阅读全文
posted @ 2023-08-11 16:52 zekexiao 阅读(264) 评论(0) 推荐(0)