usd_export_via_connector#
- class ansys.fluent.core.generated.solver.settings_252.usd_export_via_connector(name=None, parent=None)#
Bases:
Command
Export data for Omniverse rendering.
- Parameters:
- output_usd_path
str
The path where USD should be saved.
- surface_names
List
Surface ids to be exported to USD.
- object_name
str
The object name that needs to be exported to USD.
- colormap_name
str
The colormap name.
- num_levels
int
The number of levels.
- min_value
real
The minimum value.
- max_value
real
The maximum value.
- node_valuesbool
Whether to use node values.
- field_name
str
The field name.
- output_usd_path
Arguments
Argument |
Summary |
---|---|
The path where USD should be saved. |
|
Surface ids to be exported to USD. |
|
The object name that needs to be exported to USD. |
|
The colormap name. |
|
The number of levels. |
|
The minimum value. |
|
The maximum value. |
|
Whether to use node values. |
|
The field name. |
Included in:
Parent |
Summary |
---|---|
‘raytracing_options’ child. |