face_color property

face_color property

Gets or sets the face color to be used when rendering the 3D content. This is only relevant only when the PdfSaveOptions.render_mode has a value of Illustration.

Definition:

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

See Also