Publicar

A la hora de publicar planos, no quiero que me coja el nombre de las pestañas es decir:
7994A DC-04
7994A DC-04-presentacion

Un saludo.

Comments

  • Hello.

    It is not possible to customize the automatic sheet naming when publishing.

    Each sheet needs to have a unique name.
    Otherwise, the publishing operation can't work.
    Using a hardcoded naming procedure ensures the sheet naming is correct.

    The sheet names can be adjusted only manually using unique names.

    If there are too many sheets, something of interest could be to save the sheet list as an external dsd file.

    Then, the dsd file could be edited and the sheet names changed.
    The file contains some inputs like the ones below:

    [DWF6Sheet:New name 1]
    DWG=C:\model.dwg
    Layout=Layout1

    In the first line, "New name 1" is the new name of Layout1
    The second line contains the path to the dwg file.
    The third line contains the layout name - Layout1 in this case - as it is defined in the drawing file.

    Note:
    The new names should be unique.
    Otherwise, after reloading the dsd file, not all sheets will be included.