OdaDgnOptions#
- class omni.kit.converter.dgn_core.OdaDgnOptions#
Bases:
ParametersDGN Converter settings class
Methods
__init__(self)parse(args)Set curveConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)
Set instancingStyle from UI combo box index
Set levelFilterStyle from UI combo box index (0=None, 1=Omit, 2=Deactivate, 3=Hide).
Set meshConversionStyle from UI combo box index (0=None, 1=Attributes, 2=Renderable)
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__( ) 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( ) Dict[str, str]#
Create file format arguments that could be used to recreate these conversion parameters.