render_layouts property
render_layouts property
Flag if layouts from CAD document should be rendered.
Remarks
This option is available only for the CAD drawings that support layouts FileType.DXF, FileType.DWG, FileType.DWT, and FileType.DWF, and FileType.DWFX.
By default only the Model is rendered.
Definition:
@property
def render_layouts(self):
...
@render_layouts.setter
def render_layouts(self, value):
...
See Also
- module
groupdocs.viewer.options - class
CadOptions