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

Uploaded Source

Built Distribution

nxopentse-0.0.1a12-py3-none-any.whl (45.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nxopentse-0.0.1a12.tar.gz
  • Upload date:
  • Size: 42.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for nxopentse-0.0.1a12.tar.gz
Algorithm Hash digest
SHA256 ea9d2398720d4322d974e6cfa036882cc54a8af38b2f34790c061b8eb4791b86
MD5 9f386e99c0ce845cbb787c93acb99c3e
BLAKE2b-256 087a216d85620cf3464b811abc136b73a52b90b72f97fe9c53ba9b5b97b342a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nxopentse-0.0.1a12-py3-none-any.whl
  • Upload date:
  • Size: 45.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for nxopentse-0.0.1a12-py3-none-any.whl
Algorithm Hash digest
SHA256 cf564bb3f0ebf3a3a38699e3287e90076dbb660341eae762bd441a0709739183
MD5 84aff8c02d71727733a9ae005d5a12ef
BLAKE2b-256 d49a4fc8b49a40b62a0c3c04822f81c651c1c651c1f7ad749d0c6b1866e83001

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