pyleecan.Methods.Geometry.PolarArc.get_patches module

get_patches(self, color='w', edgecolor=None, is_edge_only=False, linestyle=None)[source]

Returns the PolarArc Patch to be display in matplotlib :param self: a PolarArc object :type self: PolarArc :param color: The color of the patch (Default value = PATCH_COLOR) :param edgecolor: The color of the edgecolor (Default value = PATCH_EDGE) :param is_edge_only: To set the transparancy of the face color to 0 and 1 for the edge color :type is_edge_only: bool :param linestyle: Line style of the edge {‘-’, ‘–’, ‘-.’, ‘:’, ‘’, (offset, on-off-seq), …} :type linestyle: str

Returns:

patch_list – List of patches corresponding to the surface

Return type:

list of matplotlib.patches.Polygon