Skip to main content

An NXOpen helper package to reuse code in scripts, in order to avoid having all the underlying code in the journals itself.

Project description

nxopentse (by theScriptingEngineer)

LEARN NXOPEN

Siemens NX beginner NXOpen course (Python)

SimCenter 3D basic NXOpen course (C#)

This package contains functions which you can use in your own scripts, so you don't have to write everything from scratch.

pip install nxopentse

NOTE: You need to have configured NX/Simcenter to work with the external python interpreter.

Then in your script add

import nxopentse

Simple example:

import NXOpen
import nxopentse as tse


# Every NXOpen journal needs an NXOpen.Session object
the_session: NXOpen.Session = NXOpen.Session.GetSession()


def main():
    tse.cad.nx_hello()


if __name__ == '__main__':
    main()

nxopen.cad

CAD functionality

nxopan.cae

CAE functionality

nxopen.tools

General tools which can be used in different NX applications.

NX versions

SC2212:

Documentation

nxopentse documentation

Documentation from source using Sphinx sphinx-build -M html docs/source/ docs/build/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nxopentse-0.0.1a15.tar.gz (42.7 kB view details)

Uploaded Source

Built Distribution

nxopentse-0.0.1a15-py3-none-any.whl (45.8 kB view details)

Uploaded Python 3

File details

Details for the file nxopentse-0.0.1a15.tar.gz.

File metadata

  • Download URL: nxopentse-0.0.1a15.tar.gz
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nxopentse-0.0.1a15.tar.gz
Algorithm Hash digest
SHA256 0f3803ada1767e79428ae58cf4262d05ca718c3aeb0a0dbb0886c8c0facd7922
MD5 ae57aef015c6d457b179583cc9f155b5
BLAKE2b-256 9788178341d67556be123e4bb393f536e9153f4bc10ff224c1fef9925221d6c5

See more details on using hashes here.

File details

Details for the file nxopentse-0.0.1a15-py3-none-any.whl.

File metadata

  • Download URL: nxopentse-0.0.1a15-py3-none-any.whl
  • Upload date:
  • Size: 45.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nxopentse-0.0.1a15-py3-none-any.whl
Algorithm Hash digest
SHA256 a511491469028a04bfc00fb9d5daadb37dbaa44d177df9f58e65a2693fbca638
MD5 24b1c953cd427c6ab84d7c57ab66ccd3
BLAKE2b-256 599b578a61eaf49c75e086c3f41b48d6aab80bd7d66219650c1b22e3ac33a290

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page