摘要: 1 NXOpen.Body body; 2 if (body.HasUserAttribute("attrName", NXObject.AttributeType.String, -1)) 3 { 4 //属性存在 5 } 6 else 7 { 8 //属性不存在 9 } 阅读全文
posted @ 2022-01-11 09:36 刘朋1102 阅读(308) 评论(0) 推荐(0)