Main Content

show

Show

Since R2025a

    Description

    show(cadnetobj) shows single or multiplecadnet objects .

    show(cadnetobj,ColorByIndividual = 'Cadnet') displays a cadnet object with specified color choice.

    Input Arguments

    collapse all

    The input cadnet object specified as a string,

    Example: show(cadnetname)

    Data Types: string

    Optional choice for color display.

    • If ColorByIndividual is 'Layer' the entities in a common layer will be assigned by color.

    • If ColorByIndividual is 'Cadnet' all of the entities of the cadnet would be colored.

    Example: show(cadnetname,Type='Cadnet')

    Data Types: string

    Version History

    Introduced in R2025a