UG\NX CAM secondary development column introduction

Article author: Foundry
Source website: NX CAM secondary development column


Introduction:

        This column will publish at least 200 blogs about machining, which are co-written by me and OEM. The main author "OEM " has many years of experience in CNC first-line machining and programming, and has a lot of research on NX secondary development. Welcome to subscribe!

Table of contents:

process

  1. Insertion process
  2. Get the status of the process
  3. Query the tool group TAG where the process is located
  4. Query the geometric group TAG where the process is located
  5. Query the program group TAG where the process is located
  6. Query the method group TAG where the process is located
  7. 。。。
  8. 。。。


Application and Comprehensive Analysis of C++ Language in Secondary Development of UG

         C++ is an extension of the C language. It can not only implement the procedural programming of the C language, but also perform object-based design and object-oriented programming characterized by abstract data types. C++ has great adaptability in dealing with problem scale.

C++ not only has the practical characteristics of efficient computer operation, but also devotes itself to improving the programming quality of large-scale programs and the problem description ability of programming languages.

In UG secondary development, C+

Guess you like

Origin blog.csdn.net/WangPaiFeiXingYuan/article/details/132605883