equation property

equation property

Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.

Definition:

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

See Also