GeometryImportPreferences#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Utilities.GeometryImportPreferences#

Bases: object

Overview#

ProcessSolids

Import solid bodies.

ProcessSurfaces

Import surface bodies.

ProcessLines

Import lines bodies.

ProcessAttributes

Import CAD system attributes.

AttributeKey

If ProcessAttributes is true, import only those attributes with this prefix.

ProcessNamedSelections

Import/create named selections.

NamedSelectionKey

If ProcessNamedSelections is true, import only those named selections with this

ProcessMaterialProperties

Import primary material data defined in the CAD source.

AnalysisType

Specify the analysis type to target during import.

CADAssociativity

Allow associativity.

ProcessCoordinateSystems

Import coordinate systems defined in the CAD source.

CoordinateSystemKey

If ProcessCoordinateSystems is true, import only those coordinate systems with this

ProcessWorkPoints

Import work points.

ReaderSaveFile

Save the part file of a model after the import.

ProcessInstances

Honor part instance specifications.

DoSmartUpdate

Speed up refreshes for models with unmodified components. Causes changes to other import

ComparePartsOnUpdate

Enable mesh preservation on refresh for unmodified entities.

ComparePartsTolerance

Specifies the tolerance to use when comparing parts.

EnclosureSymmetryProcessing

Enable the processing of enclosure and symmetry named selections.

DecomposeDisjointGeometry

Enable the decomposition of disjoint geometries for the following associative geometry

MixedImportResolution

Allows mixed-dimension parts to be imported as assembly components with parts of

Clean

Clean unwanted features when importing geometry.

StitchType

Specifies how surfaces should be stitched together.

StitchTolerance

If StitchType is User, specifies the tolerance to use for stitching detection.

FacetQuality

Specifies what facet quality should be used for the import.

Property detail#

property GeometryImportPreferences.ProcessSolids: System.Boolean | None

Import solid bodies.

property GeometryImportPreferences.ProcessSurfaces: System.Boolean | None

Import surface bodies.

property GeometryImportPreferences.ProcessLines: System.Boolean | None

Import lines bodies.

property GeometryImportPreferences.ProcessAttributes: System.Boolean | None

Import CAD system attributes.

property GeometryImportPreferences.AttributeKey: System.String | None

If ProcessAttributes is true, import only those attributes with this prefix. Multiple semicolon-delimited filters may be specified. An empty string matches everything.

property GeometryImportPreferences.ProcessNamedSelections: System.Boolean | None

Import/create named selections.

property GeometryImportPreferences.NamedSelectionKey: System.String | None

If ProcessNamedSelections is true, import only those named selections with this prefix. Multiple semicolon-delimited filters may be specified.

property GeometryImportPreferences.ProcessMaterialProperties: System.Boolean | None

Import primary material data defined in the CAD source.

property GeometryImportPreferences.AnalysisType: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.AnalysisType | None

Specify the analysis type to target during import.

property GeometryImportPreferences.CADAssociativity: System.Boolean | None

Allow associativity.

property GeometryImportPreferences.ProcessCoordinateSystems: System.Boolean | None

Import coordinate systems defined in the CAD source.

property GeometryImportPreferences.CoordinateSystemKey: System.String | None

If ProcessCoordinateSystems is true, import only those coordinate systems with this prefix. Multiple semicolon-delimited filters may be specified. An empty string matches everything.

property GeometryImportPreferences.ProcessWorkPoints: System.Boolean | None

Import work points.

property GeometryImportPreferences.ReaderSaveFile: System.Boolean | None

Save the part file of a model after the import.

property GeometryImportPreferences.ProcessInstances: System.Boolean | None

Honor part instance specifications.

property GeometryImportPreferences.DoSmartUpdate: System.Boolean | None

Speed up refreshes for models with unmodified components. Causes changes to other import preferences to be ignored during refresh.

property GeometryImportPreferences.ComparePartsOnUpdate: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.ComparePartsOnUpdate | None

Enable mesh preservation on refresh for unmodified entities.

property GeometryImportPreferences.ComparePartsTolerance: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.ComparePartsTolerance | None

Specifies the tolerance to use when comparing parts.

property GeometryImportPreferences.EnclosureSymmetryProcessing: System.Boolean | None

Enable the processing of enclosure and symmetry named selections.

property GeometryImportPreferences.DecomposeDisjointGeometry: System.Boolean | None

Enable the decomposition of disjoint geometries for the following associative geometry interfaces: bullet

property GeometryImportPreferences.MixedImportResolution: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.MixedImportResolution | None

Allows mixed-dimension parts to be imported as assembly components with parts of different dimensions.

property GeometryImportPreferences.Clean: System.Boolean | None

Clean unwanted features when importing geometry.

property GeometryImportPreferences.StitchType: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.StitchSurfacesOnImport | None

Specifies how surfaces should be stitched together.

property GeometryImportPreferences.StitchTolerance: System.Double | None

If StitchType is User, specifies the tolerance to use for stitching detection.

property GeometryImportPreferences.FacetQuality: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.FacetQuality | None

Specifies what facet quality should be used for the import. The default value is Source meaning that the facets as represented in the CAD system or use a Normal option for those that do not have display. The others are relative settings compared to “normal” facet quality. Typically, better facet quality requires more memory and may take additional time to import/update.