From 85879c4db23c091633b240b72b26c3674a642b9a Mon Sep 17 00:00:00 2001 From: srpyprime <94401560+srpyprime@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:07:53 +0530 Subject: [PATCH] Update fileiostructs.py --- src/ansys/meshing/prime/autogen/fileiostructs.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/ansys/meshing/prime/autogen/fileiostructs.py b/src/ansys/meshing/prime/autogen/fileiostructs.py index 8bf64f2e40..c49726e642 100644 --- a/src/ansys/meshing/prime/autogen/fileiostructs.py +++ b/src/ansys/meshing/prime/autogen/fileiostructs.py @@ -78,7 +78,8 @@ class CadFaceter(enum.IntEnum): """Types of CAD faceter. """ ACIS = 0 - """Denotes CAD faceter is Acis.""" + """Denotes CAD faceter is Acis.""" + Note: ACIS faceter is being deprecated from 2025R1. PARASOLID = 1 """Denotes CAD faceter is Parasolid.""" @@ -1306,7 +1307,8 @@ class CadRefacetingParams(CoreObject): model: Model Model to create a ``CadRefacetingParams`` object with default parameters. cad_faceter: CadFaceter, optional - Specify the available choices for faceter. The available option is Parasolid. (Note: ACIS faceter is being deprecated from 25R1). + Specify the available choices for faceter. The available option is Parasolid. + Note: ACIS faceter is being deprecated from 2025R1. faceting_resolution: CadRefacetingResolution, optional Set the faceting resolution. custom_surface_deviation_tolerance: float, optional @@ -1359,7 +1361,8 @@ def __init__( model: Model Model to create a ``CadRefacetingParams`` object with default parameters. cad_faceter: CadFaceter, optional - Specify the available choices for faceter. The available option is Parasolid. (Note: ACIS faceter is being deprecated from 25R1). + Specify the available choices for faceter. The available option is Parasolid. + Note: ACIS faceter is being deprecated from 2025R1. faceting_resolution: CadRefacetingResolution, optional Set the faceting resolution. custom_surface_deviation_tolerance: float, optional @@ -1428,7 +1431,8 @@ def set_default( Parameters ---------- cad_faceter: CadFaceter, optional - Specify the available choices for faceter. The available option is Parasolid. (Note: ACIS faceter is being deprecated from 25R1). + Specify the available choices for faceter. The available option is Parasolid. + Note: ACIS faceter is being deprecated from 2025R1. faceting_resolution: CadRefacetingResolution, optional Set the faceting resolution. custom_surface_deviation_tolerance: float, optional @@ -1479,7 +1483,8 @@ def __str__(self) -> str: @property def cad_faceter(self) -> CadFaceter: - """Specify the available choices for faceter. The available option is Parasolid. (Note: ACIS faceter is being deprecated from 25R1). + """Specify the available choices for faceter. The available option is Parasolid. + Note: ACIS faceter is being deprecated from 2025R1. """ return self._cad_faceter