Layer Types#

Classes used for the Layer API.

Module containing types for the Layer Service.

CopyPottingRegionRequest(*, project, ...)

Request to delete 1 or more potting regions.

DeletePottingRegionRequest(*, project, ...)

Request to delete 1 or more potting regions.

PolygonalShape(*, points, rotation)

Contains the properties for a polygonal shape.

RectangularShape(*, length, width, center_x, ...)

Contains the properties for a rectangular shape.

SlotShape(*, length, width, node_count, ...)

Contains the properties for a slot shape.

CircularShape(*, diameter, node_count, ...)

Contains the properties for a circular shape.

PCBShape()

Contains the properties for a PCB shape.

PottingRegion(*, cca_name, potting_id, ...)

Contains the properties of a Potting Region add or update request.

PottingRegionCopyData(*, cca_name, ...)

Data identifying which potting regions to copy.

PottingRegionDeleteData(*, cca_name, potting_id)

Data specifying potting regions to delete.

PottingRegionUpdateData(*, ...)

Contains the properties of a potting region update request.

UpdatePottingRegionRequest(*, project, ...)

Contains the properties of a potting region update per project.