Main Content

shapes

Shapes

Since R2025a

    Description

    s = shapes(layerobj) returns the shape structure of a layer object which includes Surfaces, Pins, Vias, and Traces.

    Input Arguments

    collapse all

    The input specified as a layer object.

    Example: s = shapes(layername)

    Data Types: string

    Output Arguments

    collapse all

    s is returned as a structure with fields showing the shapes in the layer object.

    Version History

    Introduced in R2025a