primitive_to_mesh property

primitive_to_mesh property

Convert the primitive entities to mesh during the export. Or directly encode the primitives to the output file(will use Aspose’s extension definition for unofficial primitives like Dish, Torus) Default value is true.

Definition:

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

See Also