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.1a17.tar.gz (50.7 kB view details)

Uploaded Source

Built Distribution

nxopentse-0.0.1a17-py3-none-any.whl (54.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nxopentse-0.0.1a17.tar.gz
  • Upload date:
  • Size: 50.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.1a17.tar.gz
Algorithm Hash digest
SHA256 af9d1502bb8aeebd83756f77745f38be4ef7688f2c25af9c4ef08eb39722318c
MD5 7e27e4357ea27740033be9b39ba55052
BLAKE2b-256 07eddfb66cc0bd76289fb49477e42c576f37f60d05675f8673bc93598f339f4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nxopentse-0.0.1a17-py3-none-any.whl
  • Upload date:
  • Size: 54.5 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.1a17-py3-none-any.whl
Algorithm Hash digest
SHA256 9df201f5fffe05eeaed651d8effd63e29cc9a4fb5a00df252634665b55e98010
MD5 5d1469aa14fda192411044650fdc650e
BLAKE2b-256 09952f4533a5d2fcc5212660137fc38d6b3d826c1f0143f511624d010f845cde

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