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.

Overview#

to_dict

Provide the dictionary representation of the ImportOptions class.

Import detail#

from ansys.geometry.core.misc.options import ImportOptions

Attribute detail#

ImportOptions.cleanup_bodies: bool = False#
ImportOptions.import_coordinate_systems: bool = False#
ImportOptions.import_curves: bool = False#
ImportOptions.import_hidden_components_and_geometry: bool = False#
ImportOptions.import_names: bool = False#
ImportOptions.import_planes: bool = False#
ImportOptions.import_points: bool = False#

Method detail#

ImportOptions.to_dict()#

Provide the dictionary representation of the ImportOptions class.