Converter#
- class omni.converter.dgn.Converter#
Bases:
pybind11_objectMethods
- __init__(
- self: omni.converter.dgn._omni_converter_dgn.Converter,
- parameters: omni.converter.dgn._omni_converter_dgn.Parameters,
- convert(*args, **kwargs)#
Overloaded function.
convert(self: omni.converter.dgn._omni_converter_dgn.Converter, inputPath: str, outputPath: str, outputArgs: Dict[str, str] = {}) -> Tuple[int, str]
Convert to USD.
- Args:
inputPath: Path of .dgn file to read outputPath: Output file path outputArgs: File format arguments to pass to the output layer
- Returns:
Tuple where first value represents conversion success bool flag and second value represents error message.
convert(self: omni.converter.dgn._omni_converter_dgn.Converter, inputPath: str, outputLayer: pxr.Sdf.Layer) -> Tuple[int, str]
Convert to USD.
- Args:
inputPath: Path of .dgn file to read outputLayer: Output layer
- Returns:
Tuple where first value represents conversion success bool flag and second value represents error message.