Share

AcDbPlotSettings::setPlotHidden

C++

void setPlotHidden(
    Adesk::Boolean plotHidden
);

Description

Controls whether or not the objects in paperspace are processed through the hidden line algorithm. Note that this doesn't affect objects inside of floating model space viewports. A separate control, specified per viewport, controls hidden line removal within those viewports.

Parameters

Parameters Description
plotHidden Input Boolean that determines whether hidden lines will print

Links

AcDbPlotSettings

Was this information helpful?