GeometryImportPreferences
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Utilities.GeometryImportPreferences#
Bases:
object
Overview#
Specify the analysis type to target during import. |
|
If ProcessAttributes is true, import only those attributes with this prefix. |
|
Allow associativity. |
|
Clean unwanted features when importing geometry. |
|
Enable mesh preservation on refresh for unmodified entities. |
|
Specifies the tolerance to use when comparing parts. |
|
If ProcessCoordinateSystems is true, import only those coordinate systems with this |
|
Enable the decomposition of disjoint geometries for the following associative geometry |
|
Speed up refreshes for models with unmodified components. Causes changes to other import |
|
Enable the processing of enclosure and symmetry named selections. |
|
Specifies what facet quality should be used for the import. |
|
Allows mixed-dimension parts to be imported as assembly components with parts of |
|
If ProcessNamedSelections is true, import only those named selections with this |
|
Import CAD system attributes. |
|
Import coordinate systems defined in the CAD source. |
|
Honor part instance specifications. |
|
Import lines bodies. |
|
Import primary material data defined in the CAD source. |
|
Import/create named selections. |
|
Import solid bodies. |
|
Import surface bodies. |
|
Import work points. |
|
Save the part file of a model after the import. |
|
If StitchType is User, specifies the tolerance to use for stitching detection. |
|
Specifies how surfaces should be stitched together. |
Property detail#
- property GeometryImportPreferences.AnalysisType: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.AnalysisType | None#
Specify the analysis type to target during import.
- property GeometryImportPreferences.AttributeKey: str | 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.Clean: bool | None#
Clean unwanted features when importing geometry.
- 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.CoordinateSystemKey: str | 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.DecomposeDisjointGeometry: bool | None#
Enable the decomposition of disjoint geometries for the following associative geometry interfaces: bullet
- property GeometryImportPreferences.DoSmartUpdate: bool | None#
Speed up refreshes for models with unmodified components. Causes changes to other import preferences to be ignored during refresh.
- property GeometryImportPreferences.EnclosureSymmetryProcessing: bool | None#
Enable the processing of enclosure and symmetry named selections.
- 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.
- 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.NamedSelectionKey: str | None#
If ProcessNamedSelections is true, import only those named selections with this prefix. Multiple semicolon-delimited filters may be specified.
- property GeometryImportPreferences.ProcessCoordinateSystems: bool | None#
Import coordinate systems defined in the CAD source.
- property GeometryImportPreferences.ProcessInstances: bool | None#
Honor part instance specifications.
- property GeometryImportPreferences.ProcessMaterialProperties: bool | None#
Import primary material data defined in the CAD source.
- property GeometryImportPreferences.ProcessNamedSelections: bool | None#
Import/create named selections.
- property GeometryImportPreferences.ReaderSaveFile: bool | None#
Save the part file of a model after the import.
- property GeometryImportPreferences.StitchTolerance: float | None#
If StitchType is User, specifies the tolerance to use for stitching detection.
- property GeometryImportPreferences.StitchType: Ansys.Mechanical.DataModel.Enums.GeometryImportPreference.StitchSurfacesOnImport | None#
Specifies how surfaces should be stitched together.