ignore_invisible_shapes property

ignore_invisible_shapes property

Indicate whether exporting those not visible shapes

Remarks

The default values is false.

Definition:

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

See Also