class documentation

Represents a mesh material.

Parameters
wireframewhether to render the mesh as a wireframe
opacitythe opacity of the material, in the range [0, 1]
Method __init__ Undocumented
Method as_dict Undocumented
Method wireframe.setter Undocumented
Property wireframe Undocumented
Instance Variable _wireframe Undocumented

Inherited from Material3D:

Method opacity.setter Undocumented
Static Method _from_dict Undocumented
Instance Variable _opacity Undocumented

Inherited from BaseValidatedDataClass (via Material3D):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __setattr__ Undocumented