ImportOptions
#
- class ansys.geometry.core.misc.options.ImportOptions#
Import options when opening a file.
- Parameters:
- cleanup_bodiesbool =
False
Simplify geometry and clean up topology.
- import_coordinate_systemsbool =
False
Import coordinate systems.
- import_curvesbool =
False
Import curves.
- import_hidden_components_and_geometrybool =
False
Import hidden components and geometry.
- import_namesbool =
False
Import names of bodies and curves.
- import_planesbool =
False
Import planes.
- import_pointsbool =
False
Import points.
- cleanup_bodiesbool =
Overview#
Provide the dictionary representation of the ImportOptions class. |
Import detail#
from ansys.geometry.core.misc.options import ImportOptions
Attribute detail#
Method detail#
- ImportOptions.to_dict()#
Provide the dictionary representation of the ImportOptions class.