Main Content

shapes

Shapes

Since R2025a

    Description

    s = shapes(cadnetobj,Type = 'Surfaces') returns the shapes of cadnet objectcadnetobj for the entity Type 'Surfaces'.

    Input Arguments

    collapse all

    The cadnet object specified as a string.

    Example: s = shapes(cadnetname)

    Data Types: string

    Optional entity type specified as a string. When no entity type is specified shapes of all entities will be returned.

    Example: s = shapes(cadnetname, Type='Vias') returns the shapes of vias.

    Data Types: string

    Output Arguments

    collapse all

    Returns shape information for a cadnet object.

    Version History

    Introduced in R2025a