generate_fan_cylinder property

generate_fan_cylinder property

Gets or sets whether to generate the fan-style cylinder when the ThetaLength is less than 2*PI, otherwise the model will not be cut.

Definition:

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

See Also