plot_style property

plot_style property

Gets or sets the plot style. Gets or sets the plot style handle.

Remarks

Present if the value of CadEntityBase.plot_style_flag is 3.

Definition:

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

See Also