Design Engineer

Create new blank prt file with or without template | Using Nx Open Programming using C Sharp

NX Open is a powerful tool for automating NX CAD tasks. Below is source code that creates a new blank prt file with some predefined options. (first code block is in C sharp, and the other one is written in Visual Basic .Net) Code in C Sharp using System; using NXOpen; public class create_new_blank_part { […]

Create new blank prt file with or without template | Using Nx Open Programming using C Sharp Read More »

Find Hole dimensions and Extract its values | Fetch useful information | Using NX Open / UFUNC / CycleObjsInPart

As engineers and designers, we often have to work with complex 3D models and drawings, and extracting important information from these can be a time-consuming and challenging task. One of the critical pieces of information we may need to extract from a drawing sheet is the dimensions of the holes present in the model. This

Find Hole dimensions and Extract its values | Fetch useful information | Using NX Open / UFUNC / CycleObjsInPart Read More »

Extract information from imported geometry using NX Open | Working with Solids | Using UFUNC AskFaceData / AskPointContainment / AskFaceUvMinmax

NX Open is a powerful tool for working with imported geometries in NX.One common task that engineers and designers may need to perform is toextract information about holes or bosses in imported parts. Thisinformation can then be used for manufacturing or assembly planning. Inthis blog post, we will explore the steps required to extract thisinformation

Extract information from imported geometry using NX Open | Working with Solids | Using UFUNC AskFaceData / AskPointContainment / AskFaceUvMinmax Read More »

Can ChatGPT (OpenAI.com) Help You Learn NX Open APIs | CAD Automation with the help of Artificial Intelligence

https://youtu.be/5NWHlSM0sQ0 Q:Can you teach me nx open using visual basic .net? ChatGPT: Yes, I can help you get started with using Visual Basic .NET in NX Open. NX Open is a programming interface that allows you to automate tasks in Siemens NX software. It is built on top of the .NET framework, which means that

Can ChatGPT (OpenAI.com) Help You Learn NX Open APIs | CAD Automation with the help of Artificial Intelligence Read More »