ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
5 stars 1 forks source link

Harmonize parameter and enum names #658

Closed greschd closed 2 weeks ago

greschd commented 2 weeks ago
cut_off_material_handling: CutOffMaterialType -> rename enum
draping_material_model: DrapingMaterialType -> rename enum
draping: DrapingType -> rename parameter
drop_off_material_handling: DropOffMaterialType -> rename enum
extrusion_method: ExtrusionMethodType -> rename enum
format: FeFormat -> ok
draping: ImportedPlyDrapingType -> rename parameter
linked_object_handling: LinkedObjectHandling -> ok
interpolation_algorithm: LookUpTable3DInterpolationAlgorithm -> ok
offset_direction: OffsetDirectionType -> offset_direction_type: SolidModelOffsetDirectionType
format: PlyGeometryExportFormat -> ok
rosette_selection_method: RosetteSelectionMethod -> ok
format: SolidModelExportFormat -> ok
format: SolidModelImportFormat -> ok
format: SolidModelSkinExportFormat -> ok
status: StatusType -> rename enum
unit_system: UnitSystemType -> ok
dimension: VirtualGeometryDimension -> ok

TODO in a separate PR, along with the ones mentioned above (include_rule, relative_rule).

_Originally posted by @greschd in https://github.com/ansys/pyacp/pull/647#discussion_r1831236002_