OdaDgnOptions#

class omni.kit.converter.dgn_core.OdaDgnOptions#

Bases: Parameters

DGN Converter settings class

Methods

__init__(self)

parse(args)

set_curve_conversion_style_from_index(index)

Set curveConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

set_instancing_style_from_index(index)

Set instancingStyle from UI combo box index

set_level_filter_style_from_index(index)

Set levelFilterStyle from UI combo box index (0=None, 1=Omit, 2=Deactivate, 3=Hide).

set_mesh_conversion_style_from_index(index)

Set meshConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

set_text3d_conversion_style_from_index(index)

Set text3dConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

toArgs(self)

Create file format arguments that could be used to recreate these conversion parameters.

Attributes

__init__(
self: omni.converter.dgn._omni_converter_dgn.Parameters,
) None#
set_curve_conversion_style_from_index(index: int)#

Set curveConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

set_instancing_style_from_index(index: int)#

Set instancingStyle from UI combo box index

set_level_filter_style_from_index(index: int)#

Set levelFilterStyle from UI combo box index (0=None, 1=Omit, 2=Deactivate, 3=Hide).

set_mesh_conversion_style_from_index(index: int)#

Set meshConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

set_text3d_conversion_style_from_index(index: int)#

Set text3dConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)

toArgs(
self: omni.converter.dgn._omni_converter_dgn.Parameters,
) Dict[str, str]#

Create file format arguments that could be used to recreate these conversion parameters.