ConverterFilterData

class omni.kit.converter.common.ConverterFilterData(name: str, filter_regexes: List[str], filter_descriptions: List[str])

Bases: object

Used to hold information about a CAD Converters supported file types

Methods

__init__(name, filter_regexes, ...)

Attributes

name

Name of the CAD Converter and the native application

filter_regexes

List of the supported file extensions

filter_descriptions

Description of the supported file extensions

__init__(name: str, filter_regexes: List[str], filter_descriptions: List[str]) None
filter_descriptions: List[str]

Description of the supported file extensions

filter_regexes: List[str]

List of the supported file extensions

name: str

Name of the CAD Converter and the native application