Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

threed-optix

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

threed-optix

  • 5.0.31
  • PyPI
  • Socket score

Maintainers
3

What is 3DOptix?

The fastest, most intuitive, non-sequential, ray tracing, cloud-based, optical system simulation software.

3DOptix’s innovative GPU and cloud-based ray tracing engine can trace billions of rays per second, faster than any other simulation software on the market. Our easy-to-use application enables you to easily design both simple and complex optical systems and make smart decisions based on real data. 3DOptix Warehouse is the first ever cloud-based workspace for sharing optical designs. With numerous designs available, the 3DOptix Warehouse offers engineers an unparalleled resource for exploring new ideas, discovering innovative solutions, and finding great starting points for their own designs.

Optical Simulation SDK

Our SDK is released in a beta version and has only limited features support at the moment. We are working on supporting more features and you can expect new versions to come out soon.

Complete manual can be found in 3DOptix application: https://simulation.3doptix.com/ > "help" > "API"

Installation

3DOptix python package installation is available using PyPi:

pip install threed-optix

Usage

import threed_optix as tdo

#Your API key from 3DOptix user interface
api_key = '<your_api_key>'

#api is the object that manages the communication with 3DOptix systems
api = tdo.Client(api_key)

Note The rest of the usage instructions can be found in 3DOptix simulation interface under "Help > API"

Get Your API Key

Get your API key from 3DOptix user interface (under "user settings"):

  • Click on your email, and choose "user settings" in the drop-down User settings
  • On the buttom of the settings manu, click on "API" API settings
  • Copy your API key Get API key

License

3DOptix API is available with MIT License.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc