07 2016 档案

摘要:void focusNotify_cb(NXOpen::BlockStyler::UIBlock* block, bool focus){ try { if(block == edgeCircle || block == edgeSelect ||block == faceSelect || blo 阅读全文

posted @ 2016-07-27 09:26 程序员乌鸦 阅读(440) 评论(0) 推荐(0)

摘要:遍历得到PMI中,是注释类型的,你可以参考一下。int num_text, thetype, thesubtype;tag_t draft_aid_tag = NULL_TAG;UF_UI_open_listing_window();UF_DRF_draft_aid_text_info_t * te 阅读全文

posted @ 2016-07-12 09:52 程序员乌鸦 阅读(247) 评论(0) 推荐(0)

摘要:int is_digit(const char *str){ size_t len = strlen(str); while(len > 0) { if (*str < '0' || *str > '9') { return -1; } str++; len--; } return 0; } 阅读全文

posted @ 2016-07-01 13:40 程序员乌鸦 阅读(225) 评论(0) 推荐(0)

导航