PMDBExportOptions#
- class ansys.geometry.core.misc.options.PMDBExportOptions#
Provides options for PMDB export.
- Parameters:
- parameter_prefixes
str, default: “” Prefixes used to filter parameters for export.
- cad_attribute_prefixes
str, default: “” Prefixes used to filter CAD attributes for export.
- named_selection_prefixes
str, default: “” Prefixes used to filter named selections for export.
- analysis_type
AnalysisType, default:AnalysisType.THREE_D The analysis type (2D or 3D).
- mixed_part_export_type
PMDBMixedPartExportType, default:PMDBMixedPartExportType.NONE The type of mixed parts to export.
- attach_flattened_assemblybool, default:
False Whether to attach the assembly in a flattened structure.
- use_cad_mass_propertiesbool, default:
False Whether to use CAD mass properties.
- plane_prefixes
str, default: “” Prefixes used to filter planes for export.
- coordinate_system_prefixes
str, default: “” Prefixes used to filter coordinate systems for export.
- advanced_geom_processingbool, default:
False Whether to enable advanced geometry processing.
- angular_deviation
float, default: 0.0 Angular deviation for faceting (in degrees).
- attach_weight_class
PMDBAttachWeightClass, default:PMDBAttachWeightClass.HEAVYWEIGHT The weight class for the attachment.
- cad_associativitybool, default:
False Whether to enable CAD associativity.
- cad_attribute_transferbool, default:
False Whether to transfer CAD attributes.
- do_smart_updatebool, default:
False Whether to perform a smart update.
- geometry_deviation
float, default: 0.0 Geometry deviation for faceting (in meters).
- process_coordinate_sysbool, default:
False Whether to process coordinate systems.
- process_planesbool, default:
False Whether to process planes.
- import_using_instancesbool, default:
False Whether to import using instances.
- process_work_pointsbool, default:
False Whether to process work points.
- is_selective_updatebool, default:
False Whether to perform a selective update.
- material_propertiesbool, default:
False Whether to include material properties.
- granta_material_propertiesbool, default:
False Whether to include Granta material properties.
- max_facet_size
float, default: 0.0 Maximum facet size (in meters). Zero means no limit.
- named_selectionbool, default:
False Whether to export named selections.
- parameter_processing_type
PMDBImportParameterType, default:PMDBImportParameterType.NONE The type of parameters to process.
- plug_in_facet_quality
PMDBPlugInFacetQuality, default:PMDBPlugInFacetQuality.NONE The facet quality setting for plug-in readers.
- process_enclosure_and_symmetrybool, default:
False Whether to process enclosure and symmetry.
- reader_save_partbool, default:
False Whether the reader should save the part.
- target_application
PMDBTargetApplication, default:PMDBTargetApplication.PARTMGR The target application for the exported PMDB.
- temp_directory
str, default: “” Temporary directory path used during export.
- process_physics_definitionbool, default:
False Whether to process physics definitions.
- process_solid_bodiesbool, default:
False Whether to process solid bodies.
- process_surface_bodiesbool, default:
False Whether to process surface bodies.
- process_line_bodiesbool, default:
False Whether to process line bodies.
- parameter_prefixes
Overview#
Import detail#
from ansys.geometry.core.misc.options import PMDBExportOptions
Attribute detail#
- PMDBExportOptions.analysis_type: AnalysisType#
- PMDBExportOptions.mixed_part_export_type: PMDBMixedPartExportType#
- PMDBExportOptions.attach_weight_class: PMDBAttachWeightClass#
- PMDBExportOptions.parameter_processing_type: PMDBImportParameterType#
- PMDBExportOptions.plug_in_facet_quality: PMDBPlugInFacetQuality#
- PMDBExportOptions.target_application: PMDBTargetApplication#
- PMDBExportOptions.temp_directory: str | pathlib.Path | None = None#