tiles property

tiles property

The drawing regions to render.

Remarks

This option is available only for the FileType.DWG and FileType.DWT file types. The CadOptions.render_layouts and CadOptions.layout_name options are ignored when rendering by tiles.

Definition:

@property
def tiles(self):
    ...
@tiles.setter
def tiles(self, value):
    ...

See Also