OdaDgnOptions
- class omni.kit.converter.dgn_core.impl.OdaDgnOptions
Bases:
omni.connect.dgn._omni_connect_dgn.Spec
Methods
__init__
(self)parse
(self, str)Parse a JSON formatted string to populate this Spec
toArgs
(self)Create file format arguments that could be used to recreate these conversion parameters.
Attributes
- __init__(self: omni.connect.dgn._omni_connect_dgn.Spec) None
- parse(self: omni.connect.dgn._omni_connect_dgn.Spec, str: str) bool
Parse a JSON formatted string to populate this Spec
- Parameters
str – JSON formatted string
- toArgs(self: omni.connect.dgn._omni_connect_dgn.Spec) Dict[str, str]
Create file format arguments that could be used to recreate these conversion parameters.