rayoptics.elem package

Package providing support for element based optical modeling

The elem subpackage provides classes and functions for element based models and rendering. These include:

The element model is managed by the ElementModel class

class RONode(name, parent=None, children=None, **kwargs)[source]

Bases: Node

RayOptics subclass of Node

When deleting parts that are contained in Assembly objs, use the action of disconnecting the Part from the parttree to remove the Part from the assembly’s list of parts.

Submodules