Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Siemens NX beginner NXOpen course (Python)
Rating: 4.7 out of 5(123 ratings)
567 students

Siemens NX beginner NXOpen course (Python)

Work smarter, not harder using NXOpen
Created byFrederik Vanhee
Last updated 10/2025
English
EnglishHindi

What you'll learn

  • The basic skills to start using NXOpen with Python
  • Create NXOpen scripts/journals in NX by recording and modifying
  • A basic understanding of how NXOpen objects are structured in NX
  • The power of scripting/journaling in NX using NXOpen and Python

Course content

6 sections24 lectures3h 21m total length
  • Introduction0:16

    Frederik, the scripting engineer, introduces the Siemens NX beginner NXOpen course (Python). He invites questions, offers help, and wishes you luck as you begin.

  • Python basic knowledge requirements3:35

    Learn essential Python concepts for NXOpen, including imports, data types, string operations, lists, object-oriented dot notation, loops, conditionals, functions, and type hints, with setup in VSCode or PyCharm.

  • Installing python3:48

    Explore installing Python to enable code completion and intellisense in NXOpen, using NX’s built-in Python version and sample journals like hello_world and print_nx_python_version.

  • Setting up using VSCode7:47

    Install Visual Studio Code and the Python extension, set up Pylance and NX Python stub files to enable IntelliSense for the Hello World journal and the print and Python version.

  • Setting up using Pycharm5:38

    Learn to install and set up PyCharm Community Edition for NXOpen, configure the Python interpreter with NXOpen paths, and enable code completion and intellisense to start coding journals.

  • Resources4:32

    Discover NXOpen Python resources, set up Visual Studio Code with the Python extension, and access NXOpen Python references, documentation, and builder considerations for efficient scripting.

Requirements

  • To understand how NXOpen is used to automate NX tasks you must have a good working knowledge of NX
  • Working installation of NX
  • Familiar with (Python) basic programming features like conditions, looping, error, methods

Description

Winner of the 2025 Siemens Techcellence community champion award and the Community Catalyst Tutotial Titan award

Siemens NX has a powerfull feature called NXOpen. It is a set of API's which you can use create your own programs or journals as they are called.

In this course you will learn how you can use NXOpen to create your own programs. You don't need any NXOpen experience as we take it from the beginning, but even people with NXOpen experience will benefit from this course. We start by setting up the development environment using Visual Studio Code. I have chosen VS Code because it is free, it is popular so a lot of extensions and tutorials exist and (for people in a corporate environment) it can be installed without having admin privileges. But for the pythonists out there, I also show how to install and configure Pycharm.

During this course we will learn how to change the color of bodies and faces, move objects to layers and work with attributes. Through these basic programs you will get familiar with NXOpen and you will be able to apply these skills to create your own NXOpen journals.

At the end of the course there is an additional section on how to handle user interaction and we finish the course with a section on how to easily access and share you programs.

This course is in Python, the programming language for engineers, but even if you prefer another language you will be able to apply the code and concepts from this course.

Who this course is for:

  • NX users who want to smarter, not harder