Stackup 3D components#

This section lists stackup_3d classes for creating and editing a stackup and objects in the 3D tools. This consists of a set of one or more parametrized layer objects and placing lines, patches, polygons, and vias.

stackup_3d.Stackup3D

Main Stackup3D Class.

stackup_3d.Layer3D

Provides a class for a management of a parametric layer in 3D Modeler.

stackup_3d.Padstack

Provides the Padstack class member of Stackup3D.

stackup_3d.PadstackLayer

Provides a data class for the definition of a padstack layer and relative pad and antipad values.

stackup_3d.Patch

Patch Class in Stackup3D.

stackup_3d.Trace

Trace Class in Stackup3D.

stackup_3d.Polygon

Polygon Class in Stackup3D.

stackup_3d.NamedVariable

Cast PyAEDT variable object to simplify getters and setters in Stackup3D.