ConversionStyle#

class omni.converter.dgn.ConversionStyle#

Bases: pybind11_object

Styles for converting Elements

Members:

eNone : Skip the Element

eAttributes : Define a generic Prim holding the Element metadata as custom attributes

eRenderable : Define a renderable Prim

Methods

__init__(self, value)

Attributes

eAttributes

eNone

eRenderable

name

value

__init__(
self: omni.converter.dgn._omni_converter_dgn.ConversionStyle,
value: int,
) None#
property name#