String MeshWorkflowOutput.LabelsIncludeFilter { get; set; }

Gets or sets the regular expression to match all labels that are included in the transfer as Named Selections. Applies when "TransferLabelsAsNamedSelections" is True.

Examples

"""The filter regular expressions support the same grammar as the scope pattern expressions, a few typical examples:""" 'abc.*' matches all names starting with 'abc'. '.*abc.*' matches all names containing 'abc'. '.*abc|.*xyz' matches all names ending with 'abc' or 'xyz'. More complex expressions, following the regular expressions grammar, are supported.