class documentation

class Triangle3D(engine.Triangle3D):

View In Hierarchy

3D triangle structure

Method __setattr__ Set a triangle attribute, routing to the matching setter.
def __setattr__(self, name, value): ΒΆ

Set a triangle attribute, routing to the matching setter.

Parameters
name:strAttribute name to set.
value:objectNew value for the attribute.