angle property

angle property

Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.

Definition:

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

See Also