ansys-fluent-core 0.32.1__py3-none-any.whl → 0.33.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys/fluent/core/__init__.py +11 -4
- ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
- ansys/fluent/core/codegen/datamodelgen.py +2 -2
- ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- ansys/fluent/core/codegen/settingsgen.py +1 -2
- ansys/fluent/core/exceptions.py +0 -1
- ansys/fluent/core/file_session.py +9 -9
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/fluent_connection.py +5 -5
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_231/meshing.py +201 -201
- ansys/fluent/core/generated/datamodel_232/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_232/meshing.py +158 -158
- ansys/fluent/core/generated/datamodel_241/flicing.py +60 -60
- ansys/fluent/core/generated/datamodel_241/meshing.py +279 -279
- ansys/fluent/core/generated/datamodel_242/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_242/meshing.py +290 -290
- ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_251/meshing.py +311 -311
- ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
- ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_252/meshing.py +365 -365
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_261/meshing.py +427 -421
- ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/solver/settings_252.py +55 -55
- ansys/fluent/core/generated/solver/settings_261.py +2464 -3937
- ansys/fluent/core/generated/solver/settings_261.pyi +3520 -6126
- ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- ansys/fluent/core/generated/solver/tui_261.py +185 -345
- ansys/fluent/core/launcher/container_launcher.py +7 -9
- ansys/fluent/core/launcher/fluent_container.py +106 -75
- ansys/fluent/core/launcher/launch_options.py +22 -1
- ansys/fluent/core/launcher/launcher.py +5 -4
- ansys/fluent/core/pyfluent_warnings.py +13 -0
- ansys/fluent/core/search.py +170 -83
- ansys/fluent/core/services/app_utilities.py +52 -32
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/scheme_eval.py +2 -0
- ansys/fluent/core/services/solution_variables.py +64 -49
- ansys/fluent/core/session.py +36 -30
- ansys/fluent/core/session_base_meshing.py +2 -24
- ansys/fluent/core/session_shared.py +5 -2
- ansys/fluent/core/session_solver.py +15 -9
- ansys/fluent/core/solver/__init__.py +1 -1
- ansys/fluent/core/solver/flobject.py +62 -64
- ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys/fluent/core/solver/settings_builtin_data.py +121 -540
- ansys/fluent/core/utils/context_managers.py +0 -17
- ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/METADATA +9 -9
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/RECORD +59 -77
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/WHEEL +1 -1
- ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys/fluent/core/post_objects/__init__.py +0 -21
- ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys/fluent/core/post_objects/meta.py +0 -926
- ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -1302,14 +1302,14 @@ class Root(PyMenu):
|
|
|
1302
1302
|
self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
|
|
1303
1303
|
self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
|
|
1304
1304
|
self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
|
|
1305
|
-
self.
|
|
1305
|
+
self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
|
|
1306
1306
|
self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
|
|
1307
1307
|
self.Operation = self._Operation(self, "Operation", service, rules, path)
|
|
1308
|
-
self.
|
|
1308
|
+
self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
|
|
1309
1309
|
self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
|
|
1310
|
-
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
1311
|
-
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
1312
1310
|
self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
|
|
1311
|
+
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
1312
|
+
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
1313
1313
|
self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
|
|
1314
1314
|
self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
|
|
1315
1315
|
|
|
@@ -1338,9 +1338,9 @@ class Root(PyMenu):
|
|
|
1338
1338
|
Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
|
|
1339
1339
|
"""
|
|
1340
1340
|
|
|
1341
|
-
class
|
|
1341
|
+
class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
|
|
1342
1342
|
"""
|
|
1343
|
-
|
|
1343
|
+
Specify the threshold angle for joining face pairs.
|
|
1344
1344
|
"""
|
|
1345
1345
|
|
|
1346
1346
|
class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
|
|
@@ -1353,9 +1353,9 @@ class Root(PyMenu):
|
|
|
1353
1353
|
Choose whether to apply share topology using the Join-Intersect method where you join and/or intersect the problematic faces, or using the Interface Connect method where you connect edges of overlapping face pairs. Note that imprinting of overlapping faces in SCDM/Discovery is highly recommended for the Interface Connect method.
|
|
1354
1354
|
"""
|
|
1355
1355
|
|
|
1356
|
-
class
|
|
1356
|
+
class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
|
|
1357
1357
|
"""
|
|
1358
|
-
|
|
1358
|
+
Argument FluidLabelWildcard.
|
|
1359
1359
|
"""
|
|
1360
1360
|
|
|
1361
1361
|
class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
|
|
@@ -1363,9 +1363,9 @@ class Root(PyMenu):
|
|
|
1363
1363
|
Specify the increment by which the tolerance changes for each attempt to join face pairs.
|
|
1364
1364
|
"""
|
|
1365
1365
|
|
|
1366
|
-
class
|
|
1366
|
+
class _IntfLabelList(PyTextualCommandArgumentsSubItem):
|
|
1367
1367
|
"""
|
|
1368
|
-
|
|
1368
|
+
Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
|
|
1369
1369
|
"""
|
|
1370
1370
|
|
|
1371
1371
|
class _PerLabelList(PyTextualCommandArgumentsSubItem):
|
|
@@ -1373,9 +1373,9 @@ class Root(PyMenu):
|
|
|
1373
1373
|
Argument PerLabelList.
|
|
1374
1374
|
"""
|
|
1375
1375
|
|
|
1376
|
-
class
|
|
1376
|
+
class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
|
|
1377
1377
|
"""
|
|
1378
|
-
|
|
1378
|
+
Display advanced options that you may want to apply to the task.
|
|
1379
1379
|
"""
|
|
1380
1380
|
|
|
1381
1381
|
class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -1772,9 +1772,9 @@ class Root(PyMenu):
|
|
|
1772
1772
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
1773
1773
|
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
1774
1774
|
self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
|
|
1775
|
-
self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
|
|
1776
1775
|
self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
|
|
1777
1776
|
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
1777
|
+
self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
|
|
1778
1778
|
self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
|
|
1779
1779
|
self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
|
|
1780
1780
|
self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
|
|
@@ -1819,11 +1819,6 @@ class Root(PyMenu):
|
|
|
1819
1819
|
Argument InvalidNormalMethod.
|
|
1820
1820
|
"""
|
|
1821
1821
|
|
|
1822
|
-
class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
|
|
1823
|
-
"""
|
|
1824
|
-
Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
|
|
1825
|
-
"""
|
|
1826
|
-
|
|
1827
1822
|
class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
1828
1823
|
"""
|
|
1829
1824
|
Display advanced options that you may want to apply to this task.
|
|
@@ -1834,6 +1829,11 @@ class Root(PyMenu):
|
|
|
1834
1829
|
Argument LastRatioNumLayers.
|
|
1835
1830
|
"""
|
|
1836
1831
|
|
|
1832
|
+
class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
|
|
1833
|
+
"""
|
|
1834
|
+
Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
|
|
1835
|
+
"""
|
|
1836
|
+
|
|
1837
1837
|
class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
|
|
1838
1838
|
"""
|
|
1839
1839
|
Controls the tangency of the invalid normal faces. An invalid normal location with all 90 degree angles has a tangency of 1. So, faces are still treated as an invalid normal even if the angle deviates slightly from 90 degrees (resulting in a tangency of 0.98).
|
|
@@ -2090,8 +2090,8 @@ class Root(PyMenu):
|
|
|
2090
2090
|
self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
|
|
2091
2091
|
self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
|
|
2092
2092
|
self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
|
|
2093
|
-
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
2094
2093
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
2094
|
+
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
2095
2095
|
self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
|
|
2096
2096
|
self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
|
|
2097
2097
|
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
@@ -2125,14 +2125,14 @@ class Root(PyMenu):
|
|
|
2125
2125
|
Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
|
|
2126
2126
|
"""
|
|
2127
2127
|
|
|
2128
|
-
class
|
|
2128
|
+
class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
|
|
2129
2129
|
"""
|
|
2130
|
-
|
|
2130
|
+
Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
|
|
2131
2131
|
"""
|
|
2132
2132
|
|
|
2133
|
-
class
|
|
2133
|
+
class _SplitPrism(PyTextualCommandArgumentsSubItem):
|
|
2134
2134
|
"""
|
|
2135
|
-
|
|
2135
|
+
Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
|
|
2136
2136
|
"""
|
|
2137
2137
|
|
|
2138
2138
|
class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
|
|
@@ -2396,10 +2396,10 @@ class Root(PyMenu):
|
|
|
2396
2396
|
self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
|
|
2397
2397
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
2398
2398
|
self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
|
|
2399
|
-
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
2400
2399
|
self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
|
|
2401
|
-
self.
|
|
2400
|
+
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
2402
2401
|
self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
|
|
2402
|
+
self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
|
|
2403
2403
|
self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
|
|
2404
2404
|
self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
|
|
2405
2405
|
|
|
@@ -2453,19 +2453,14 @@ class Root(PyMenu):
|
|
|
2453
2453
|
Enable this field to display the initial size control in the graphics window.
|
|
2454
2454
|
"""
|
|
2455
2455
|
|
|
2456
|
-
class _SizingType(PyTextualCommandArgumentsSubItem):
|
|
2457
|
-
"""
|
|
2458
|
-
Choose the type of sizing control (curvature, proximity, soft, or boi).
|
|
2459
|
-
"""
|
|
2460
|
-
|
|
2461
2456
|
class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
2462
2457
|
"""
|
|
2463
2458
|
Specify the increase in element edge length with each succeeding layer of elements.
|
|
2464
2459
|
"""
|
|
2465
2460
|
|
|
2466
|
-
class
|
|
2461
|
+
class _SizingType(PyTextualCommandArgumentsSubItem):
|
|
2467
2462
|
"""
|
|
2468
|
-
|
|
2463
|
+
Choose the type of sizing control (curvature, proximity, soft, or boi).
|
|
2469
2464
|
"""
|
|
2470
2465
|
|
|
2471
2466
|
class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -2473,6 +2468,11 @@ class Root(PyMenu):
|
|
|
2473
2468
|
Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve.
|
|
2474
2469
|
"""
|
|
2475
2470
|
|
|
2471
|
+
class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
|
|
2472
|
+
"""
|
|
2473
|
+
Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
|
|
2474
|
+
"""
|
|
2475
|
+
|
|
2476
2476
|
class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
|
|
2477
2477
|
"""
|
|
2478
2478
|
Enable this field to display the target size control in the graphics window.
|
|
@@ -4162,23 +4162,23 @@ class Root(PyMenu):
|
|
|
4162
4162
|
|
|
4163
4163
|
def __init__(self, parent, attr, service, rules, path):
|
|
4164
4164
|
super().__init__(parent, attr, service, rules, path)
|
|
4165
|
-
self.
|
|
4165
|
+
self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
|
|
4166
4166
|
self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
|
|
4167
4167
|
self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
|
|
4168
4168
|
self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
|
|
4169
4169
|
self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
|
|
4170
4170
|
self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
|
|
4171
4171
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
4172
|
-
self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
|
|
4173
|
-
self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
|
|
4174
4172
|
self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
|
|
4173
|
+
self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
|
|
4174
|
+
self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
|
|
4175
4175
|
self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
|
|
4176
|
-
self.
|
|
4176
|
+
self.WrapTargetRatio = self._WrapTargetRatio(self, "WrapTargetRatio", service, rules, path)
|
|
4177
4177
|
self.WrapTargetRaio = self._WrapTargetRaio(self, "WrapTargetRaio", service, rules, path)
|
|
4178
4178
|
|
|
4179
|
-
class
|
|
4179
|
+
class _TargeSizeFieldFileName(PyTextualCommandArgumentsSubItem):
|
|
4180
4180
|
"""
|
|
4181
|
-
|
|
4181
|
+
Indicate the name and location of the target size field file (\\*.sf).
|
|
4182
4182
|
"""
|
|
4183
4183
|
|
|
4184
4184
|
class _WrapTargetSizeFieldRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4211,9 +4211,9 @@ class Root(PyMenu):
|
|
|
4211
4211
|
Display advanced options that you may want to apply to the task.
|
|
4212
4212
|
"""
|
|
4213
4213
|
|
|
4214
|
-
class
|
|
4214
|
+
class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
|
|
4215
4215
|
"""
|
|
4216
|
-
|
|
4216
|
+
Determine which existing size field files will be used: Both Wrap and Target (the default), Target Only, or Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
|
|
4217
4217
|
"""
|
|
4218
4218
|
|
|
4219
4219
|
class _TargetSizeFieldFileName(PyTextualCommandArgumentsSubItem):
|
|
@@ -4221,9 +4221,9 @@ class Root(PyMenu):
|
|
|
4221
4221
|
Argument TargetSizeFieldFileName.
|
|
4222
4222
|
"""
|
|
4223
4223
|
|
|
4224
|
-
class
|
|
4224
|
+
class _SolidFluidRatio(PyNumericalCommandArgumentsSubItem):
|
|
4225
4225
|
"""
|
|
4226
|
-
|
|
4226
|
+
Argument SolidFluidRatio.
|
|
4227
4227
|
"""
|
|
4228
4228
|
|
|
4229
4229
|
class _WrapSizeFieldFileName(PyTextualCommandArgumentsSubItem):
|
|
@@ -4231,9 +4231,9 @@ class Root(PyMenu):
|
|
|
4231
4231
|
Indicate the name and location of the wrap size field file (\\*.sf).
|
|
4232
4232
|
"""
|
|
4233
4233
|
|
|
4234
|
-
class
|
|
4234
|
+
class _WrapTargetRatio(PyNumericalCommandArgumentsSubItem):
|
|
4235
4235
|
"""
|
|
4236
|
-
|
|
4236
|
+
Argument WrapTargetRatio.
|
|
4237
4237
|
"""
|
|
4238
4238
|
|
|
4239
4239
|
class _WrapTargetRaio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4599,17 +4599,17 @@ class Root(PyMenu):
|
|
|
4599
4599
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
4600
4600
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
4601
4601
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
4602
|
-
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
4603
|
-
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
4604
4602
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
4603
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
4604
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
4605
4605
|
self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
|
|
4606
4606
|
self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
|
|
4607
4607
|
self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
|
|
4608
|
-
self.
|
|
4608
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
4609
4609
|
self.X = self._X(self, "X", service, rules, path)
|
|
4610
4610
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
4611
|
-
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
4612
4611
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
4612
|
+
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
4613
4613
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
4614
4614
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
4615
4615
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -4644,19 +4644,19 @@ class Root(PyMenu):
|
|
|
4644
4644
|
Argument BoundaryLayerLevels.
|
|
4645
4645
|
"""
|
|
4646
4646
|
|
|
4647
|
-
class
|
|
4647
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
4648
4648
|
"""
|
|
4649
|
-
Argument
|
|
4649
|
+
Argument NumberOfLayers.
|
|
4650
4650
|
"""
|
|
4651
4651
|
|
|
4652
|
-
class
|
|
4652
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
4653
4653
|
"""
|
|
4654
|
-
Argument
|
|
4654
|
+
Argument Rate.
|
|
4655
4655
|
"""
|
|
4656
4656
|
|
|
4657
|
-
class
|
|
4657
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
4658
4658
|
"""
|
|
4659
|
-
Argument
|
|
4659
|
+
Argument WakeGrowthFactor.
|
|
4660
4660
|
"""
|
|
4661
4661
|
|
|
4662
4662
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -4674,9 +4674,9 @@ class Root(PyMenu):
|
|
|
4674
4674
|
Argument EdgeSelectionList.
|
|
4675
4675
|
"""
|
|
4676
4676
|
|
|
4677
|
-
class
|
|
4677
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
4678
4678
|
"""
|
|
4679
|
-
Argument
|
|
4679
|
+
Argument AspectRatio.
|
|
4680
4680
|
"""
|
|
4681
4681
|
|
|
4682
4682
|
class _X(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4689,14 +4689,14 @@ class Root(PyMenu):
|
|
|
4689
4689
|
Argument LastRatioPercentage.
|
|
4690
4690
|
"""
|
|
4691
4691
|
|
|
4692
|
-
class
|
|
4692
|
+
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
4693
4693
|
"""
|
|
4694
|
-
Argument
|
|
4694
|
+
Argument OffsetMethodType.
|
|
4695
4695
|
"""
|
|
4696
4696
|
|
|
4697
|
-
class
|
|
4697
|
+
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
4698
4698
|
"""
|
|
4699
|
-
Argument
|
|
4699
|
+
Argument FlipDirection.
|
|
4700
4700
|
"""
|
|
4701
4701
|
|
|
4702
4702
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4726,8 +4726,8 @@ class Root(PyMenu):
|
|
|
4726
4726
|
|
|
4727
4727
|
def __init__(self, parent, attr, service, rules, path):
|
|
4728
4728
|
super().__init__(parent, attr, service, rules, path)
|
|
4729
|
-
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
4730
4729
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
4730
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
4731
4731
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
4732
4732
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
4733
4733
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
@@ -4744,14 +4744,14 @@ class Root(PyMenu):
|
|
|
4744
4744
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
4745
4745
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
4746
4746
|
|
|
4747
|
-
class
|
|
4747
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
4748
4748
|
"""
|
|
4749
|
-
Argument
|
|
4749
|
+
Argument X-Offset.
|
|
4750
4750
|
"""
|
|
4751
4751
|
|
|
4752
|
-
class
|
|
4752
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
4753
4753
|
"""
|
|
4754
|
-
Argument
|
|
4754
|
+
Argument HeightNode.
|
|
4755
4755
|
"""
|
|
4756
4756
|
|
|
4757
4757
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4873,8 +4873,8 @@ class Root(PyMenu):
|
|
|
4873
4873
|
def __init__(self, parent, attr, service, rules, path):
|
|
4874
4874
|
super().__init__(parent, attr, service, rules, path)
|
|
4875
4875
|
self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
|
|
4876
|
-
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
4877
4876
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
4877
|
+
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
4878
4878
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
4879
4879
|
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
4880
4880
|
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
@@ -4892,14 +4892,14 @@ class Root(PyMenu):
|
|
|
4892
4892
|
Argument CylinderZ2.
|
|
4893
4893
|
"""
|
|
4894
4894
|
|
|
4895
|
-
class
|
|
4895
|
+
class _BoxYLength(PyNumericalCommandArgumentsSubItem):
|
|
4896
4896
|
"""
|
|
4897
|
-
Argument
|
|
4897
|
+
Argument BoxYLength.
|
|
4898
4898
|
"""
|
|
4899
4899
|
|
|
4900
|
-
class
|
|
4900
|
+
class _CylinderX2(PyNumericalCommandArgumentsSubItem):
|
|
4901
4901
|
"""
|
|
4902
|
-
Argument
|
|
4902
|
+
Argument CylinderX2.
|
|
4903
4903
|
"""
|
|
4904
4904
|
|
|
4905
4905
|
class _CylinderX1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5095,7 +5095,7 @@ class Root(PyMenu):
|
|
|
5095
5095
|
def __init__(self, parent, attr, service, rules, path):
|
|
5096
5096
|
super().__init__(parent, attr, service, rules, path)
|
|
5097
5097
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
5098
|
-
self.
|
|
5098
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
5099
5099
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
5100
5100
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
5101
5101
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -5106,16 +5106,16 @@ class Root(PyMenu):
|
|
|
5106
5106
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
5107
5107
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
5108
5108
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
5109
|
-
self.
|
|
5109
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
5110
5110
|
|
|
5111
5111
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
5112
5112
|
"""
|
|
5113
5113
|
Argument SizeRelativeLength.
|
|
5114
5114
|
"""
|
|
5115
5115
|
|
|
5116
|
-
class
|
|
5116
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
5117
5117
|
"""
|
|
5118
|
-
|
|
5118
|
+
Argument XmaxRatio.
|
|
5119
5119
|
"""
|
|
5120
5120
|
|
|
5121
5121
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5168,9 +5168,9 @@ class Root(PyMenu):
|
|
|
5168
5168
|
Argument ZmaxRatio.
|
|
5169
5169
|
"""
|
|
5170
5170
|
|
|
5171
|
-
class
|
|
5171
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
5172
5172
|
"""
|
|
5173
|
-
|
|
5173
|
+
Specify the x-coordinate of the offset collar mesh.
|
|
5174
5174
|
"""
|
|
5175
5175
|
|
|
5176
5176
|
class _OffsetObject(PySingletonCommandArgumentsSubItem):
|
|
@@ -5185,18 +5185,18 @@ class Root(PyMenu):
|
|
|
5185
5185
|
self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
|
|
5186
5186
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
5187
5187
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
5188
|
-
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5189
|
-
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5190
5188
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5191
5189
|
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5190
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5191
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5192
5192
|
self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
|
|
5193
5193
|
self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
|
|
5194
5194
|
self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
|
|
5195
5195
|
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5196
5196
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5197
5197
|
self.X = self._X(self, "X", service, rules, path)
|
|
5198
|
-
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5199
5198
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
5199
|
+
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5200
5200
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
5201
5201
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
5202
5202
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -5226,24 +5226,24 @@ class Root(PyMenu):
|
|
|
5226
5226
|
Argument DefeaturingSize.
|
|
5227
5227
|
"""
|
|
5228
5228
|
|
|
5229
|
-
class
|
|
5229
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
5230
5230
|
"""
|
|
5231
|
-
Argument
|
|
5231
|
+
Argument BoundaryLayerLevels.
|
|
5232
5232
|
"""
|
|
5233
5233
|
|
|
5234
|
-
class
|
|
5234
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
5235
5235
|
"""
|
|
5236
|
-
Argument
|
|
5236
|
+
Argument WakeGrowthFactor.
|
|
5237
5237
|
"""
|
|
5238
5238
|
|
|
5239
|
-
class
|
|
5239
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
5240
5240
|
"""
|
|
5241
|
-
Argument
|
|
5241
|
+
Argument AspectRatio.
|
|
5242
5242
|
"""
|
|
5243
5243
|
|
|
5244
|
-
class
|
|
5244
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5245
5245
|
"""
|
|
5246
|
-
Argument
|
|
5246
|
+
Argument NumberOfLayers.
|
|
5247
5247
|
"""
|
|
5248
5248
|
|
|
5249
5249
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5276,14 +5276,14 @@ class Root(PyMenu):
|
|
|
5276
5276
|
Specify the x-coordinate of the offset collar mesh.
|
|
5277
5277
|
"""
|
|
5278
5278
|
|
|
5279
|
-
class
|
|
5279
|
+
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
5280
5280
|
"""
|
|
5281
|
-
Argument
|
|
5281
|
+
Argument OffsetMethodType.
|
|
5282
5282
|
"""
|
|
5283
5283
|
|
|
5284
|
-
class
|
|
5284
|
+
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
5285
5285
|
"""
|
|
5286
|
-
Argument
|
|
5286
|
+
Argument FlipDirection.
|
|
5287
5287
|
"""
|
|
5288
5288
|
|
|
5289
5289
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5460,12 +5460,12 @@ class Root(PyMenu):
|
|
|
5460
5460
|
def __init__(self, parent, attr, service, rules, path):
|
|
5461
5461
|
super().__init__(parent, attr, service, rules, path)
|
|
5462
5462
|
self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
|
|
5463
|
-
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
5464
5463
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
5464
|
+
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
5465
5465
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
5466
|
-
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
5467
|
-
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
5468
5466
|
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
5467
|
+
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
5468
|
+
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
5469
5469
|
self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
|
|
5470
5470
|
self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
|
|
5471
5471
|
self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
|
|
@@ -5479,14 +5479,14 @@ class Root(PyMenu):
|
|
|
5479
5479
|
Argument CylinderZ2.
|
|
5480
5480
|
"""
|
|
5481
5481
|
|
|
5482
|
-
class
|
|
5482
|
+
class _CylinderX2(PyNumericalCommandArgumentsSubItem):
|
|
5483
5483
|
"""
|
|
5484
|
-
Argument
|
|
5484
|
+
Argument CylinderX2.
|
|
5485
5485
|
"""
|
|
5486
5486
|
|
|
5487
|
-
class
|
|
5487
|
+
class _BoxYLength(PyNumericalCommandArgumentsSubItem):
|
|
5488
5488
|
"""
|
|
5489
|
-
Argument
|
|
5489
|
+
Argument BoxYLength.
|
|
5490
5490
|
"""
|
|
5491
5491
|
|
|
5492
5492
|
class _CylinderX1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5494,9 +5494,9 @@ class Root(PyMenu):
|
|
|
5494
5494
|
Argument CylinderX1.
|
|
5495
5495
|
"""
|
|
5496
5496
|
|
|
5497
|
-
class
|
|
5497
|
+
class _BoxZLength(PyNumericalCommandArgumentsSubItem):
|
|
5498
5498
|
"""
|
|
5499
|
-
Argument
|
|
5499
|
+
Argument BoxZLength.
|
|
5500
5500
|
"""
|
|
5501
5501
|
|
|
5502
5502
|
class _CylinderY1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5504,9 +5504,9 @@ class Root(PyMenu):
|
|
|
5504
5504
|
Argument CylinderY1.
|
|
5505
5505
|
"""
|
|
5506
5506
|
|
|
5507
|
-
class
|
|
5507
|
+
class _BoxXLength(PyNumericalCommandArgumentsSubItem):
|
|
5508
5508
|
"""
|
|
5509
|
-
Argument
|
|
5509
|
+
Argument BoxXLength.
|
|
5510
5510
|
"""
|
|
5511
5511
|
|
|
5512
5512
|
class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5774,17 +5774,17 @@ class Root(PyMenu):
|
|
|
5774
5774
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
5775
5775
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
5776
5776
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5777
|
-
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5778
5777
|
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5779
|
-
self.
|
|
5778
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5779
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5780
5780
|
self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
|
|
5781
5781
|
self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
|
|
5782
5782
|
self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
|
|
5783
|
-
self.
|
|
5784
|
-
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5783
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5785
5784
|
self.X = self._X(self, "X", service, rules, path)
|
|
5786
|
-
self.
|
|
5785
|
+
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5787
5786
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
5787
|
+
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5788
5788
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
5789
5789
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
5790
5790
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -5819,19 +5819,19 @@ class Root(PyMenu):
|
|
|
5819
5819
|
Argument BoundaryLayerLevels.
|
|
5820
5820
|
"""
|
|
5821
5821
|
|
|
5822
|
-
class
|
|
5822
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
5823
5823
|
"""
|
|
5824
|
-
|
|
5824
|
+
Specify the rate of growth of the boundary layer.
|
|
5825
5825
|
"""
|
|
5826
5826
|
|
|
5827
|
-
class
|
|
5827
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
5828
5828
|
"""
|
|
5829
|
-
|
|
5829
|
+
Argument WakeGrowthFactor.
|
|
5830
5830
|
"""
|
|
5831
5831
|
|
|
5832
|
-
class
|
|
5832
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
5833
5833
|
"""
|
|
5834
|
-
|
|
5834
|
+
Specify the ratio of the prism base length to the prism layer height.
|
|
5835
5835
|
"""
|
|
5836
5836
|
|
|
5837
5837
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5849,14 +5849,9 @@ class Root(PyMenu):
|
|
|
5849
5849
|
Argument EdgeSelectionList.
|
|
5850
5850
|
"""
|
|
5851
5851
|
|
|
5852
|
-
class
|
|
5853
|
-
"""
|
|
5854
|
-
Specify the ratio of the prism base length to the prism layer height.
|
|
5855
|
-
"""
|
|
5856
|
-
|
|
5857
|
-
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
5852
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5858
5853
|
"""
|
|
5859
|
-
|
|
5854
|
+
Select the number of boundary layers to be generated.
|
|
5860
5855
|
"""
|
|
5861
5856
|
|
|
5862
5857
|
class _X(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5864,9 +5859,9 @@ class Root(PyMenu):
|
|
|
5864
5859
|
Argument X.
|
|
5865
5860
|
"""
|
|
5866
5861
|
|
|
5867
|
-
class
|
|
5862
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
5868
5863
|
"""
|
|
5869
|
-
|
|
5864
|
+
Specify the offset height of the last layer as a percentage of the local base mesh size.
|
|
5870
5865
|
"""
|
|
5871
5866
|
|
|
5872
5867
|
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
@@ -5874,6 +5869,11 @@ class Root(PyMenu):
|
|
|
5874
5869
|
Choose the method that will be used to create the boundary layer, or prism, controls.
|
|
5875
5870
|
"""
|
|
5876
5871
|
|
|
5872
|
+
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
5873
|
+
"""
|
|
5874
|
+
Argument FlipDirection.
|
|
5875
|
+
"""
|
|
5876
|
+
|
|
5877
5877
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
5878
5878
|
"""
|
|
5879
5879
|
Specify the height of the first layer of cells in the boundary layer.
|
|
@@ -5901,32 +5901,32 @@ class Root(PyMenu):
|
|
|
5901
5901
|
|
|
5902
5902
|
def __init__(self, parent, attr, service, rules, path):
|
|
5903
5903
|
super().__init__(parent, attr, service, rules, path)
|
|
5904
|
-
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
5905
5904
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
5905
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
5906
5906
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
5907
5907
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
5908
5908
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
5909
5909
|
self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
|
|
5910
|
-
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
5911
|
-
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
5912
5910
|
self.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
5911
|
+
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
5912
|
+
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
5913
5913
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
5914
5914
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
5915
5915
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
5916
|
-
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
5917
5916
|
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5917
|
+
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
5918
5918
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5919
5919
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
5920
5920
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
5921
5921
|
|
|
5922
|
-
class
|
|
5922
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5923
5923
|
"""
|
|
5924
|
-
Argument
|
|
5924
|
+
Argument X-Offset.
|
|
5925
5925
|
"""
|
|
5926
5926
|
|
|
5927
|
-
class
|
|
5927
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
5928
5928
|
"""
|
|
5929
|
-
Argument
|
|
5929
|
+
Argument HeightNode.
|
|
5930
5930
|
"""
|
|
5931
5931
|
|
|
5932
5932
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5949,9 +5949,9 @@ class Root(PyMenu):
|
|
|
5949
5949
|
Argument Z-Offset.
|
|
5950
5950
|
"""
|
|
5951
5951
|
|
|
5952
|
-
class
|
|
5952
|
+
class _Z1(PyNumericalCommandArgumentsSubItem):
|
|
5953
5953
|
"""
|
|
5954
|
-
Argument
|
|
5954
|
+
Argument Z1.
|
|
5955
5955
|
"""
|
|
5956
5956
|
|
|
5957
5957
|
class _Node1(PyTextualCommandArgumentsSubItem):
|
|
@@ -5959,9 +5959,9 @@ class Root(PyMenu):
|
|
|
5959
5959
|
Argument Node1.
|
|
5960
5960
|
"""
|
|
5961
5961
|
|
|
5962
|
-
class
|
|
5962
|
+
class _Z2(PyNumericalCommandArgumentsSubItem):
|
|
5963
5963
|
"""
|
|
5964
|
-
Argument
|
|
5964
|
+
Argument Z2.
|
|
5965
5965
|
"""
|
|
5966
5966
|
|
|
5967
5967
|
class _Radius2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5979,14 +5979,14 @@ class Root(PyMenu):
|
|
|
5979
5979
|
Argument Node3.
|
|
5980
5980
|
"""
|
|
5981
5981
|
|
|
5982
|
-
class
|
|
5982
|
+
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
5983
5983
|
"""
|
|
5984
|
-
Argument
|
|
5984
|
+
Argument X2.
|
|
5985
5985
|
"""
|
|
5986
5986
|
|
|
5987
|
-
class
|
|
5987
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
5988
5988
|
"""
|
|
5989
|
-
Argument
|
|
5989
|
+
Argument Node2.
|
|
5990
5990
|
"""
|
|
5991
5991
|
|
|
5992
5992
|
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6048,8 +6048,8 @@ class Root(PyMenu):
|
|
|
6048
6048
|
def __init__(self, parent, attr, service, rules, path):
|
|
6049
6049
|
super().__init__(parent, attr, service, rules, path)
|
|
6050
6050
|
self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
|
|
6051
|
-
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
6052
6051
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
6052
|
+
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
6053
6053
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
6054
6054
|
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
6055
6055
|
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
@@ -6058,8 +6058,8 @@ class Root(PyMenu):
|
|
|
6058
6058
|
self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
|
|
6059
6059
|
self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
|
|
6060
6060
|
self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
|
|
6061
|
-
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
6062
6061
|
self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
|
|
6062
|
+
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
6063
6063
|
self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
|
|
6064
6064
|
|
|
6065
6065
|
class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6067,14 +6067,14 @@ class Root(PyMenu):
|
|
|
6067
6067
|
Argument CylinderZ2.
|
|
6068
6068
|
"""
|
|
6069
6069
|
|
|
6070
|
-
class
|
|
6070
|
+
class _CylinderX2(PyNumericalCommandArgumentsSubItem):
|
|
6071
6071
|
"""
|
|
6072
|
-
Argument
|
|
6072
|
+
Argument CylinderX2.
|
|
6073
6073
|
"""
|
|
6074
6074
|
|
|
6075
|
-
class
|
|
6075
|
+
class _BoxYLength(PyNumericalCommandArgumentsSubItem):
|
|
6076
6076
|
"""
|
|
6077
|
-
Argument
|
|
6077
|
+
Argument BoxYLength.
|
|
6078
6078
|
"""
|
|
6079
6079
|
|
|
6080
6080
|
class _CylinderX1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6117,14 +6117,14 @@ class Root(PyMenu):
|
|
|
6117
6117
|
Argument BoxCenterX.
|
|
6118
6118
|
"""
|
|
6119
6119
|
|
|
6120
|
-
class
|
|
6120
|
+
class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
|
|
6121
6121
|
"""
|
|
6122
|
-
Argument
|
|
6122
|
+
Argument CylinderRadius2.
|
|
6123
6123
|
"""
|
|
6124
6124
|
|
|
6125
|
-
class
|
|
6125
|
+
class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
|
|
6126
6126
|
"""
|
|
6127
|
-
Argument
|
|
6127
|
+
Argument BoxCenterZ.
|
|
6128
6128
|
"""
|
|
6129
6129
|
|
|
6130
6130
|
class _CylinderY2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6891,7 +6891,7 @@ class Root(PyMenu):
|
|
|
6891
6891
|
def __init__(self, parent, attr, service, rules, path):
|
|
6892
6892
|
super().__init__(parent, attr, service, rules, path)
|
|
6893
6893
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
6894
|
-
self.
|
|
6894
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
6895
6895
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
6896
6896
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
6897
6897
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -6902,16 +6902,16 @@ class Root(PyMenu):
|
|
|
6902
6902
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
6903
6903
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
6904
6904
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
6905
|
-
self.
|
|
6905
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
6906
6906
|
|
|
6907
6907
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
6908
6908
|
"""
|
|
6909
6909
|
Determine if you would like to specify the bounding box for the refinement region as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
|
|
6910
6910
|
"""
|
|
6911
6911
|
|
|
6912
|
-
class
|
|
6912
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
6913
6913
|
"""
|
|
6914
|
-
|
|
6914
|
+
Specify the X-coordinate for the initial position of the cylindrical refinement region.
|
|
6915
6915
|
"""
|
|
6916
6916
|
|
|
6917
6917
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6964,9 +6964,9 @@ class Root(PyMenu):
|
|
|
6964
6964
|
Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
|
|
6965
6965
|
"""
|
|
6966
6966
|
|
|
6967
|
-
class
|
|
6967
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
6968
6968
|
"""
|
|
6969
|
-
|
|
6969
|
+
Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
|
|
6970
6970
|
"""
|
|
6971
6971
|
|
|
6972
6972
|
class _OffsetObject(PySingletonCommandArgumentsSubItem):
|
|
@@ -6983,16 +6983,16 @@ class Root(PyMenu):
|
|
|
6983
6983
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
6984
6984
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
6985
6985
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
6986
|
-
self.
|
|
6986
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
6987
6987
|
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
6988
6988
|
self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
|
|
6989
6989
|
self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
|
|
6990
6990
|
self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
|
|
6991
|
-
self.
|
|
6991
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
6992
6992
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
6993
6993
|
self.X = self._X(self, "X", service, rules, path)
|
|
6994
|
-
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
6995
6994
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
6995
|
+
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
6996
6996
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
6997
6997
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
6998
6998
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -7032,9 +7032,9 @@ class Root(PyMenu):
|
|
|
7032
7032
|
Argument NumberOfLayers.
|
|
7033
7033
|
"""
|
|
7034
7034
|
|
|
7035
|
-
class
|
|
7035
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
7036
7036
|
"""
|
|
7037
|
-
|
|
7037
|
+
Specify the factor by which the refinement region expands in the wake of the flow direction.
|
|
7038
7038
|
"""
|
|
7039
7039
|
|
|
7040
7040
|
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7057,9 +7057,9 @@ class Root(PyMenu):
|
|
|
7057
7057
|
Argument EdgeSelectionList.
|
|
7058
7058
|
"""
|
|
7059
7059
|
|
|
7060
|
-
class
|
|
7060
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
7061
7061
|
"""
|
|
7062
|
-
|
|
7062
|
+
Argument AspectRatio.
|
|
7063
7063
|
"""
|
|
7064
7064
|
|
|
7065
7065
|
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7072,14 +7072,14 @@ class Root(PyMenu):
|
|
|
7072
7072
|
Specify the X-coordinate for the initial position of the cylindrical refinement region.
|
|
7073
7073
|
"""
|
|
7074
7074
|
|
|
7075
|
-
class
|
|
7075
|
+
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
7076
7076
|
"""
|
|
7077
|
-
|
|
7077
|
+
Reverses the orientation of the refinement region.
|
|
7078
7078
|
"""
|
|
7079
7079
|
|
|
7080
|
-
class
|
|
7080
|
+
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
7081
7081
|
"""
|
|
7082
|
-
|
|
7082
|
+
Argument OffsetMethodType.
|
|
7083
7083
|
"""
|
|
7084
7084
|
|
|
7085
7085
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7538,8 +7538,8 @@ class Root(PyMenu):
|
|
|
7538
7538
|
super().__init__(parent, attr, service, rules, path)
|
|
7539
7539
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
7540
7540
|
self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
|
|
7541
|
-
self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
|
|
7542
7541
|
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
7542
|
+
self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
|
|
7543
7543
|
self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
|
|
7544
7544
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
7545
7545
|
self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
|
|
@@ -7558,14 +7558,14 @@ class Root(PyMenu):
|
|
|
7558
7558
|
Specify the thickness (or the total height) of the porous region.
|
|
7559
7559
|
"""
|
|
7560
7560
|
|
|
7561
|
-
class
|
|
7561
|
+
class _SelectionType(PyTextualCommandArgumentsSubItem):
|
|
7562
7562
|
"""
|
|
7563
|
-
Choose
|
|
7563
|
+
Choose how you want to make your selection (by object, zone, or label).
|
|
7564
7564
|
"""
|
|
7565
7565
|
|
|
7566
|
-
class
|
|
7566
|
+
class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
|
|
7567
7567
|
"""
|
|
7568
|
-
Choose
|
|
7568
|
+
Choose a single face zone from the list below. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
|
|
7569
7569
|
"""
|
|
7570
7570
|
|
|
7571
7571
|
class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
|
|
@@ -7912,9 +7912,9 @@ class Root(PyMenu):
|
|
|
7912
7912
|
super().__init__(parent, attr, service, rules, path)
|
|
7913
7913
|
self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
|
|
7914
7914
|
self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
|
|
7915
|
-
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
7916
|
-
self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
|
|
7917
7915
|
self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
|
|
7916
|
+
self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
|
|
7917
|
+
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
7918
7918
|
self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
|
|
7919
7919
|
self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
|
|
7920
7920
|
self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
|
|
@@ -7931,9 +7931,9 @@ class Root(PyMenu):
|
|
|
7931
7931
|
Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
|
|
7932
7932
|
"""
|
|
7933
7933
|
|
|
7934
|
-
class
|
|
7934
|
+
class _CloseLeakges(PyTextualCommandArgumentsSubItem):
|
|
7935
7935
|
"""
|
|
7936
|
-
|
|
7936
|
+
Specify whether or not your geometry contains any problems (such as gaps or overlapping/intersecting surfaces) that may create leakages that need to be closed. If so, then a Define Leakage Threshold task is added to the workflow.
|
|
7937
7937
|
"""
|
|
7938
7938
|
|
|
7939
7939
|
class _CloseLeakages(PyTextualCommandArgumentsSubItem):
|
|
@@ -7941,9 +7941,9 @@ class Root(PyMenu):
|
|
|
7941
7941
|
Argument CloseLeakages.
|
|
7942
7942
|
"""
|
|
7943
7943
|
|
|
7944
|
-
class
|
|
7944
|
+
class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
|
|
7945
7945
|
"""
|
|
7946
|
-
|
|
7946
|
+
Display advanced options that you may want to apply to the workflow.
|
|
7947
7947
|
"""
|
|
7948
7948
|
|
|
7949
7949
|
class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
|
|
@@ -8287,16 +8287,16 @@ class Root(PyMenu):
|
|
|
8287
8287
|
|
|
8288
8288
|
def __init__(self, parent, attr, service, rules, path):
|
|
8289
8289
|
super().__init__(parent, attr, service, rules, path)
|
|
8290
|
-
self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
|
|
8291
|
-
self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
|
|
8292
8290
|
self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
|
|
8291
|
+
self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
|
|
8292
|
+
self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
|
|
8293
8293
|
self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", service, rules, path)
|
|
8294
8294
|
self.BiasMethodControl = self._BiasMethodControl(self, "BiasMethodControl", service, rules, path)
|
|
8295
8295
|
self.ShowVMExtrudePreferences = self._ShowVMExtrudePreferences(self, "ShowVMExtrudePreferences", service, rules, path)
|
|
8296
8296
|
|
|
8297
|
-
class
|
|
8297
|
+
class _BiasMethod(PyTextualCommandArgumentsSubItem):
|
|
8298
8298
|
"""
|
|
8299
|
-
|
|
8299
|
+
Select from a choice of patterns that you want to apply to your volume mesh extrusion.
|
|
8300
8300
|
"""
|
|
8301
8301
|
|
|
8302
8302
|
class _MidSpanLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -8304,9 +8304,9 @@ class Root(PyMenu):
|
|
|
8304
8304
|
Argument MidSpanLength.
|
|
8305
8305
|
"""
|
|
8306
8306
|
|
|
8307
|
-
class
|
|
8307
|
+
class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
|
|
8308
8308
|
"""
|
|
8309
|
-
|
|
8309
|
+
Argument MaxLayerHeight.
|
|
8310
8310
|
"""
|
|
8311
8311
|
|
|
8312
8312
|
class _MergeCellZones(PyParameterCommandArgumentsSubItem):
|
|
@@ -8395,8 +8395,8 @@ class Root(PyMenu):
|
|
|
8395
8395
|
self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
|
|
8396
8396
|
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
8397
8397
|
self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
|
|
8398
|
-
self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
|
|
8399
8398
|
self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
|
|
8399
|
+
self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
|
|
8400
8400
|
self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
|
|
8401
8401
|
|
|
8402
8402
|
class _SplitQuads(PyTextualCommandArgumentsSubItem):
|
|
@@ -8434,14 +8434,14 @@ class Root(PyMenu):
|
|
|
8434
8434
|
Argument ShowPrism2DPreferences.
|
|
8435
8435
|
"""
|
|
8436
8436
|
|
|
8437
|
-
class
|
|
8437
|
+
class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
|
|
8438
8438
|
"""
|
|
8439
|
-
Argument
|
|
8439
|
+
Argument RefineStretchedQuads.
|
|
8440
8440
|
"""
|
|
8441
8441
|
|
|
8442
|
-
class
|
|
8442
|
+
class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
|
|
8443
8443
|
"""
|
|
8444
|
-
Argument
|
|
8444
|
+
Argument MaxFaceSkew.
|
|
8445
8445
|
"""
|
|
8446
8446
|
|
|
8447
8447
|
class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
|
|
@@ -8780,8 +8780,8 @@ class Root(PyMenu):
|
|
|
8780
8780
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
8781
8781
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
8782
8782
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
8783
|
-
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
8784
8783
|
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
8784
|
+
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
8785
8785
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
8786
8786
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
8787
8787
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -8811,14 +8811,14 @@ class Root(PyMenu):
|
|
|
8811
8811
|
Argument ScopeProximityTo.
|
|
8812
8812
|
"""
|
|
8813
8813
|
|
|
8814
|
-
class
|
|
8814
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
8815
8815
|
"""
|
|
8816
|
-
Argument
|
|
8816
|
+
Argument CurvatureNormalAngle.
|
|
8817
8817
|
"""
|
|
8818
8818
|
|
|
8819
|
-
class
|
|
8819
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
8820
8820
|
"""
|
|
8821
|
-
Argument
|
|
8821
|
+
Argument PreviewSizefield.
|
|
8822
8822
|
"""
|
|
8823
8823
|
|
|
8824
8824
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -9168,8 +9168,8 @@ class Root(PyMenu):
|
|
|
9168
9168
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
9169
9169
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9170
9170
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
9171
|
-
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
9172
9171
|
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
9172
|
+
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
9173
9173
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
9174
9174
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
9175
9175
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -9199,14 +9199,14 @@ class Root(PyMenu):
|
|
|
9199
9199
|
Set proximity based refinement. Edges considers edge-to-edge proximity, while Faces considers face-to-face proximity, and Faces and Edges considers both. More...
|
|
9200
9200
|
"""
|
|
9201
9201
|
|
|
9202
|
-
class
|
|
9202
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
9203
9203
|
"""
|
|
9204
|
-
|
|
9204
|
+
Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
|
|
9205
9205
|
"""
|
|
9206
9206
|
|
|
9207
|
-
class
|
|
9207
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
9208
9208
|
"""
|
|
9209
|
-
|
|
9209
|
+
Enable this option to visualize the size field in the graphics window.
|
|
9210
9210
|
"""
|
|
9211
9211
|
|
|
9212
9212
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -9307,18 +9307,18 @@ class Root(PyMenu):
|
|
|
9307
9307
|
def __init__(self, parent, attr, service, rules, path):
|
|
9308
9308
|
super().__init__(parent, attr, service, rules, path)
|
|
9309
9309
|
self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
|
|
9310
|
-
self.
|
|
9311
|
-
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
9312
|
-
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
9310
|
+
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
9313
9311
|
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
9312
|
+
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
9313
|
+
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
9314
9314
|
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
9315
9315
|
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
9316
|
-
self.
|
|
9316
|
+
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
9317
9317
|
self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
|
|
9318
9318
|
self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
|
|
9319
|
-
self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
|
|
9320
|
-
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
9321
9319
|
self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
|
|
9320
|
+
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
9321
|
+
self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
|
|
9322
9322
|
self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
|
|
9323
9323
|
self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
|
|
9324
9324
|
self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
|
|
@@ -9329,14 +9329,14 @@ class Root(PyMenu):
|
|
|
9329
9329
|
Specify the limiting skewness value for cell collapse to improve the mesh. If any remaining triangles are above this limit, these triangles will be aggressively removed using a fixed maximum angle of 120 degrees.
|
|
9330
9330
|
"""
|
|
9331
9331
|
|
|
9332
|
-
class
|
|
9332
|
+
class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
|
|
9333
9333
|
"""
|
|
9334
|
-
|
|
9334
|
+
Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
|
|
9335
9335
|
"""
|
|
9336
9336
|
|
|
9337
|
-
class
|
|
9337
|
+
class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
|
|
9338
9338
|
"""
|
|
9339
|
-
Choose whether or not to
|
|
9339
|
+
Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
|
|
9340
9340
|
"""
|
|
9341
9341
|
|
|
9342
9342
|
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
@@ -9344,9 +9344,9 @@ class Root(PyMenu):
|
|
|
9344
9344
|
Display advanced options that you may want to apply to the task.
|
|
9345
9345
|
"""
|
|
9346
9346
|
|
|
9347
|
-
class
|
|
9347
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
9348
9348
|
"""
|
|
9349
|
-
|
|
9349
|
+
Argument AutoMerge.
|
|
9350
9350
|
"""
|
|
9351
9351
|
|
|
9352
9352
|
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -9359,9 +9359,9 @@ class Root(PyMenu):
|
|
|
9359
9359
|
If your geometry contains small edges, you can choose to extract these edge features when generating the surface mesh by selecting yes. Note that selecting yes , will always extract small edge features regardless of your selection for the Auto Remesh to Remove Clustering? option.
|
|
9360
9360
|
"""
|
|
9361
9361
|
|
|
9362
|
-
class
|
|
9362
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
9363
9363
|
"""
|
|
9364
|
-
|
|
9364
|
+
Choose whether or not to separate zones. This is required to select faces for capping. If Named Selections have already been defined at these locations, then separation is not needed. Performance may be improved if this is disabled.
|
|
9365
9365
|
"""
|
|
9366
9366
|
|
|
9367
9367
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -9374,9 +9374,9 @@ class Root(PyMenu):
|
|
|
9374
9374
|
Specify the width of the step that you wish to remove.
|
|
9375
9375
|
"""
|
|
9376
9376
|
|
|
9377
|
-
class
|
|
9377
|
+
class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
|
|
9378
9378
|
"""
|
|
9379
|
-
Specify the maximum
|
|
9379
|
+
Specify the maximum size of the elements for the surface mesh.
|
|
9380
9380
|
"""
|
|
9381
9381
|
|
|
9382
9382
|
class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
|
|
@@ -9384,9 +9384,9 @@ class Root(PyMenu):
|
|
|
9384
9384
|
Choose whether or not to automatically assign boundary types to zones.
|
|
9385
9385
|
"""
|
|
9386
9386
|
|
|
9387
|
-
class
|
|
9387
|
+
class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
|
|
9388
9388
|
"""
|
|
9389
|
-
Specify the maximum
|
|
9389
|
+
Specify the maximum angle between the normals of adjacent faces. This quality measure is useful in locating sharp corners in complicated geometries. The angle value ranges from 0 to 180 degrees. Four consecutive attempts are made to improve the quality, each using a larger adjacent angle, until this maximum value.
|
|
9390
9390
|
"""
|
|
9391
9391
|
|
|
9392
9392
|
class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
|
|
@@ -9461,18 +9461,18 @@ class Root(PyMenu):
|
|
|
9461
9461
|
|
|
9462
9462
|
def __init__(self, parent, attr, service, rules, path):
|
|
9463
9463
|
super().__init__(parent, attr, service, rules, path)
|
|
9464
|
-
self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
|
|
9465
9464
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9465
|
+
self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
|
|
9466
9466
|
self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
|
|
9467
9467
|
|
|
9468
|
-
class
|
|
9468
|
+
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
9469
9469
|
"""
|
|
9470
|
-
|
|
9470
|
+
Specify the maximum size of the elements for the surface mesh.
|
|
9471
9471
|
"""
|
|
9472
9472
|
|
|
9473
|
-
class
|
|
9473
|
+
class _RefineFaceting(PyParameterCommandArgumentsSubItem):
|
|
9474
9474
|
"""
|
|
9475
|
-
|
|
9475
|
+
Argument RefineFaceting.
|
|
9476
9476
|
"""
|
|
9477
9477
|
|
|
9478
9478
|
class _Tolerance(PyNumericalCommandArgumentsSubItem):
|
|
@@ -9493,9 +9493,9 @@ class Root(PyMenu):
|
|
|
9493
9493
|
self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
|
|
9494
9494
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
9495
9495
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
9496
|
-
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
9497
|
-
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
9498
9496
|
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
9497
|
+
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
9498
|
+
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
9499
9499
|
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
9500
9500
|
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
9501
9501
|
|
|
@@ -9529,9 +9529,9 @@ class Root(PyMenu):
|
|
|
9529
9529
|
Argument OneZonePer.
|
|
9530
9530
|
"""
|
|
9531
9531
|
|
|
9532
|
-
class
|
|
9532
|
+
class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
|
|
9533
9533
|
"""
|
|
9534
|
-
Argument
|
|
9534
|
+
Argument ImportCurvatureDataFromCAD.
|
|
9535
9535
|
"""
|
|
9536
9536
|
|
|
9537
9537
|
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
@@ -9539,9 +9539,9 @@ class Root(PyMenu):
|
|
|
9539
9539
|
Argument ExtractFeatures.
|
|
9540
9540
|
"""
|
|
9541
9541
|
|
|
9542
|
-
class
|
|
9542
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
9543
9543
|
"""
|
|
9544
|
-
Argument
|
|
9544
|
+
Argument UsePartOrBodyAsSuffix.
|
|
9545
9545
|
"""
|
|
9546
9546
|
|
|
9547
9547
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -10032,9 +10032,9 @@ class Root(PyMenu):
|
|
|
10032
10032
|
def __init__(self, parent, attr, service, rules, path):
|
|
10033
10033
|
super().__init__(parent, attr, service, rules, path)
|
|
10034
10034
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
10035
|
-
self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
|
|
10036
|
-
self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
|
|
10037
10035
|
self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
|
|
10036
|
+
self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
|
|
10037
|
+
self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
|
|
10038
10038
|
self.Type = self._Type(self, "Type", service, rules, path)
|
|
10039
10039
|
self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
|
|
10040
10040
|
self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
|
|
@@ -10047,9 +10047,9 @@ class Root(PyMenu):
|
|
|
10047
10047
|
Argument MaxSize.
|
|
10048
10048
|
"""
|
|
10049
10049
|
|
|
10050
|
-
class
|
|
10050
|
+
class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
|
|
10051
10051
|
"""
|
|
10052
|
-
|
|
10052
|
+
The minimum cell length for the hexcore or poly-hexcore volume fill types.
|
|
10053
10053
|
"""
|
|
10054
10054
|
|
|
10055
10055
|
class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10057,9 +10057,9 @@ class Root(PyMenu):
|
|
|
10057
10057
|
The maximum cell length for either the tetrahedron, polyhedron, or poly-hexcore volume fill types.
|
|
10058
10058
|
"""
|
|
10059
10059
|
|
|
10060
|
-
class
|
|
10060
|
+
class _PeelLayers(PyNumericalCommandArgumentsSubItem):
|
|
10061
10061
|
"""
|
|
10062
|
-
|
|
10062
|
+
Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
|
|
10063
10063
|
"""
|
|
10064
10064
|
|
|
10065
10065
|
class _Type(PyTextualCommandArgumentsSubItem):
|
|
@@ -10114,29 +10114,29 @@ class Root(PyMenu):
|
|
|
10114
10114
|
|
|
10115
10115
|
def __init__(self, parent, attr, service, rules, path):
|
|
10116
10116
|
super().__init__(parent, attr, service, rules, path)
|
|
10117
|
-
self.
|
|
10117
|
+
self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
|
|
10118
10118
|
self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
|
|
10119
10119
|
self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
|
|
10120
10120
|
self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
|
|
10121
|
-
self.
|
|
10121
|
+
self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
|
|
10122
10122
|
self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
|
|
10123
10123
|
self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
|
|
10124
10124
|
self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
|
|
10125
10125
|
self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
|
|
10126
10126
|
self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
|
|
10127
10127
|
self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
|
|
10128
|
-
self.
|
|
10128
|
+
self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
|
|
10129
10129
|
self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
|
|
10130
10130
|
self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
|
|
10131
|
-
self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
|
|
10132
|
-
self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
|
|
10133
|
-
self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
|
|
10134
10131
|
self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
|
|
10132
|
+
self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
|
|
10133
|
+
self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
|
|
10134
|
+
self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
|
|
10135
10135
|
self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
|
|
10136
10136
|
|
|
10137
|
-
class
|
|
10137
|
+
class _UseSizeField(PyTextualCommandArgumentsSubItem):
|
|
10138
10138
|
"""
|
|
10139
|
-
|
|
10139
|
+
Specify whether or not to use size fields as part of generating the volume mesh. By default, this is set to yes when a BOI or body sizing has been defined in the Add Local Sizing task, however, for large cases, it can be turned off for the hexcore and poly-hexcore volume fill methods.
|
|
10140
10140
|
"""
|
|
10141
10141
|
|
|
10142
10142
|
class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10154,9 +10154,9 @@ class Root(PyMenu):
|
|
|
10154
10154
|
Choose from several different types of mesh quality controls (skewness, aspect ratio, change in size, and so on). Choices include Orthogonal (the default for the workflows), Enhanced Orthogonal, and Skewness. For more information, see More... .
|
|
10155
10155
|
"""
|
|
10156
10156
|
|
|
10157
|
-
class
|
|
10157
|
+
class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
|
|
10158
10158
|
"""
|
|
10159
|
-
|
|
10159
|
+
Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
|
|
10160
10160
|
"""
|
|
10161
10161
|
|
|
10162
10162
|
class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
|
|
@@ -10189,9 +10189,9 @@ class Root(PyMenu):
|
|
|
10189
10189
|
Indicate whether or not you want to save a .pzmcontrol file to your working folder that will contain the boundary (prism) layer specifications.
|
|
10190
10190
|
"""
|
|
10191
10191
|
|
|
10192
|
-
class
|
|
10192
|
+
class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
|
|
10193
10193
|
"""
|
|
10194
|
-
|
|
10194
|
+
Indicate whether or not you want to persistently rename volume mesh components. This will make zone names equivalent to region names, and will make cell and face zone names unique. Using this field is highly recommended for any parametric study. Persistent renaming only works if all body names are unique.
|
|
10195
10195
|
"""
|
|
10196
10196
|
|
|
10197
10197
|
class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
|
|
@@ -10204,14 +10204,14 @@ class Root(PyMenu):
|
|
|
10204
10204
|
Indicate whether or not you want to avoid any potential 1:8 cell transition in the hexcore region of the volume mesh, replacing any abrupt change in the cell size with polyhedral cells to improve solver performance in such transitional areas.
|
|
10205
10205
|
"""
|
|
10206
10206
|
|
|
10207
|
-
class
|
|
10207
|
+
class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
10208
10208
|
"""
|
|
10209
|
-
|
|
10209
|
+
Display advanced options that you may want to apply to the task.
|
|
10210
10210
|
"""
|
|
10211
10211
|
|
|
10212
|
-
class
|
|
10212
|
+
class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
|
|
10213
10213
|
"""
|
|
10214
|
-
|
|
10214
|
+
Argument MinFaceArea.
|
|
10215
10215
|
"""
|
|
10216
10216
|
|
|
10217
10217
|
class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10219,9 +10219,9 @@ class Root(PyMenu):
|
|
|
10219
10219
|
Specify the rate of growth for a tetrahedron or polyhedron mesh.
|
|
10220
10220
|
"""
|
|
10221
10221
|
|
|
10222
|
-
class
|
|
10222
|
+
class _TetInSolids(PyTextualCommandArgumentsSubItem):
|
|
10223
10223
|
"""
|
|
10224
|
-
|
|
10224
|
+
Argument TetInSolids.
|
|
10225
10225
|
"""
|
|
10226
10226
|
|
|
10227
10227
|
class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10243,10 +10243,10 @@ class Root(PyMenu):
|
|
|
10243
10243
|
self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
|
|
10244
10244
|
self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
|
|
10245
10245
|
self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
|
|
10246
|
-
self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
|
|
10247
10246
|
self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
|
|
10248
|
-
self.
|
|
10247
|
+
self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
|
|
10249
10248
|
self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
|
|
10249
|
+
self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
|
|
10250
10250
|
self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
|
|
10251
10251
|
|
|
10252
10252
|
class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
|
|
@@ -10284,19 +10284,14 @@ class Root(PyMenu):
|
|
|
10284
10284
|
Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
|
|
10285
10285
|
"""
|
|
10286
10286
|
|
|
10287
|
-
class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
10288
|
-
"""
|
|
10289
|
-
Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
|
|
10290
|
-
"""
|
|
10291
|
-
|
|
10292
10287
|
class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
|
|
10293
10288
|
"""
|
|
10294
10289
|
Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
|
|
10295
10290
|
"""
|
|
10296
10291
|
|
|
10297
|
-
class
|
|
10292
|
+
class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
10298
10293
|
"""
|
|
10299
|
-
|
|
10294
|
+
Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
|
|
10300
10295
|
"""
|
|
10301
10296
|
|
|
10302
10297
|
class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10304,6 +10299,11 @@ class Root(PyMenu):
|
|
|
10304
10299
|
Controls the minimum aspect ratio for cells at the boundary of the thin volume mesh regions. By default, this option is set to 0.3, other than for Stacked Plates, where it is set to 0.1. For flat parallel plates (not including stacked plates), it is recommended to use a value of 0.1 to produce a high quality thin volume mesh.
|
|
10305
10300
|
"""
|
|
10306
10301
|
|
|
10302
|
+
class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
|
|
10303
|
+
"""
|
|
10304
|
+
This option can be used when generating a tetrahedral mesh with prism cells and is set to No by default. Selecting Yes for this option will enable stair-stepping for exposed quadrilateral faces (exposed quads) on prism cells. Stair-stepping will prevent pyramids from being created on these exposed quads, which generally would lead to poor quality in the exposed quad location.
|
|
10305
|
+
"""
|
|
10306
|
+
|
|
10307
10307
|
class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
|
|
10308
10308
|
"""
|
|
10309
10309
|
Specify the angle for which the boundary layer would imprint on an adjacent boundary.
|
|
@@ -10316,19 +10316,19 @@ class Root(PyMenu):
|
|
|
10316
10316
|
|
|
10317
10317
|
def __init__(self, parent, attr, service, rules, path):
|
|
10318
10318
|
super().__init__(parent, attr, service, rules, path)
|
|
10319
|
-
self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
|
|
10320
10319
|
self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
|
|
10320
|
+
self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
|
|
10321
10321
|
self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
|
|
10322
10322
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
10323
10323
|
|
|
10324
|
-
class
|
|
10324
|
+
class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
|
|
10325
10325
|
"""
|
|
10326
|
-
|
|
10326
|
+
When set to yes, will automatically swap source and target faces in order to increase the success rate of the thin volume mesh generation. This option is set to yes by default for conventional thin volume meshing and is set to no when Stacked Plates is enabled.
|
|
10327
10327
|
"""
|
|
10328
10328
|
|
|
10329
|
-
class
|
|
10329
|
+
class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
|
|
10330
10330
|
"""
|
|
10331
|
-
|
|
10331
|
+
Display global settings for thin volume meshing.
|
|
10332
10332
|
"""
|
|
10333
10333
|
|
|
10334
10334
|
class _StairStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -10488,8 +10488,8 @@ class Root(PyMenu):
|
|
|
10488
10488
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
10489
10489
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
10490
10490
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
10491
|
-
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
10492
10491
|
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
10492
|
+
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
10493
10493
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
10494
10494
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
10495
10495
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -10519,14 +10519,14 @@ class Root(PyMenu):
|
|
|
10519
10519
|
Argument ScopeProximityTo.
|
|
10520
10520
|
"""
|
|
10521
10521
|
|
|
10522
|
-
class
|
|
10522
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
10523
10523
|
"""
|
|
10524
|
-
Argument
|
|
10524
|
+
Argument PreviewSizefield.
|
|
10525
10525
|
"""
|
|
10526
10526
|
|
|
10527
|
-
class
|
|
10527
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
10528
10528
|
"""
|
|
10529
|
-
Argument
|
|
10529
|
+
Argument CurvatureNormalAngle.
|
|
10530
10530
|
"""
|
|
10531
10531
|
|
|
10532
10532
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -10999,8 +10999,8 @@ class Root(PyMenu):
|
|
|
10999
10999
|
|
|
11000
11000
|
def __init__(self, parent, attr, service, rules, path):
|
|
11001
11001
|
super().__init__(parent, attr, service, rules, path)
|
|
11002
|
-
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
11003
11002
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
11003
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
11004
11004
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
11005
11005
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
11006
11006
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
@@ -11017,14 +11017,14 @@ class Root(PyMenu):
|
|
|
11017
11017
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
11018
11018
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
11019
11019
|
|
|
11020
|
-
class
|
|
11020
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
11021
11021
|
"""
|
|
11022
|
-
Argument
|
|
11022
|
+
Argument X-Offset.
|
|
11023
11023
|
"""
|
|
11024
11024
|
|
|
11025
|
-
class
|
|
11025
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
11026
11026
|
"""
|
|
11027
|
-
Argument
|
|
11027
|
+
Argument HeightNode.
|
|
11028
11028
|
"""
|
|
11029
11029
|
|
|
11030
11030
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11115,7 +11115,7 @@ class Root(PyMenu):
|
|
|
11115
11115
|
def __init__(self, parent, attr, service, rules, path):
|
|
11116
11116
|
super().__init__(parent, attr, service, rules, path)
|
|
11117
11117
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
11118
|
-
self.
|
|
11118
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
11119
11119
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
11120
11120
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
11121
11121
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -11126,16 +11126,16 @@ class Root(PyMenu):
|
|
|
11126
11126
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
11127
11127
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
11128
11128
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
11129
|
-
self.
|
|
11129
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
11130
11130
|
|
|
11131
11131
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
11132
11132
|
"""
|
|
11133
11133
|
Determine if you would like to specify the bounding box for the construction surface as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
|
|
11134
11134
|
"""
|
|
11135
11135
|
|
|
11136
|
-
class
|
|
11136
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
11137
11137
|
"""
|
|
11138
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11138
|
+
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11139
11139
|
"""
|
|
11140
11140
|
|
|
11141
11141
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11188,9 +11188,9 @@ class Root(PyMenu):
|
|
|
11188
11188
|
Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
|
|
11189
11189
|
"""
|
|
11190
11190
|
|
|
11191
|
-
class
|
|
11191
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
11192
11192
|
"""
|
|
11193
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11193
|
+
Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
|
|
11194
11194
|
"""
|
|
11195
11195
|
|
|
11196
11196
|
def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
|
|
@@ -11769,21 +11769,21 @@ class Root(PyMenu):
|
|
|
11769
11769
|
|
|
11770
11770
|
def __init__(self, parent, attr, service, rules, path):
|
|
11771
11771
|
super().__init__(parent, attr, service, rules, path)
|
|
11772
|
-
self.
|
|
11772
|
+
self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
|
|
11773
11773
|
self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
|
|
11774
11774
|
self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
|
|
11775
|
-
self.
|
|
11775
|
+
self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
|
|
11776
11776
|
self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
|
|
11777
11777
|
self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
|
|
11778
11778
|
self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
|
|
11779
11779
|
self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
|
|
11780
|
-
self.
|
|
11780
|
+
self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
|
|
11781
11781
|
self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
|
|
11782
|
-
self.
|
|
11782
|
+
self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
|
|
11783
11783
|
|
|
11784
|
-
class
|
|
11784
|
+
class _CITolerence(PyNumericalCommandArgumentsSubItem):
|
|
11785
11785
|
"""
|
|
11786
|
-
|
|
11786
|
+
Specify the level of facet refinement during import. A value approximately 1/10 of the intended minimum size is recommended. Using a value of 0 results in the coarsest possible faceting.
|
|
11787
11787
|
"""
|
|
11788
11788
|
|
|
11789
11789
|
class _FacetedBodies(PyTextualCommandArgumentsSubItem):
|
|
@@ -11796,9 +11796,9 @@ class Root(PyMenu):
|
|
|
11796
11796
|
Choose whether or not you are going to separate zones upon import based on a region, a region and a specified separation angle, a face, or neither. This is required to select faces for local sizing. If Named Selections have already been defined at these locations, then separation is not needed.
|
|
11797
11797
|
"""
|
|
11798
11798
|
|
|
11799
|
-
class
|
|
11799
|
+
class _MergeNodes(PyTextualCommandArgumentsSubItem):
|
|
11800
11800
|
"""
|
|
11801
|
-
|
|
11801
|
+
Argument MergeNodes.
|
|
11802
11802
|
"""
|
|
11803
11803
|
|
|
11804
11804
|
class _CIRefaceting(PyParameterCommandArgumentsSubItem):
|
|
@@ -11821,9 +11821,9 @@ class Root(PyMenu):
|
|
|
11821
11821
|
Enables you to specify a maximum facet size for the imported model to avoid very large facets during the file import. Depending on the CAD geometry, this may yield more accuracy.
|
|
11822
11822
|
"""
|
|
11823
11823
|
|
|
11824
|
-
class
|
|
11824
|
+
class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
|
|
11825
11825
|
"""
|
|
11826
|
-
Argument
|
|
11826
|
+
Argument ExtractAngle.
|
|
11827
11827
|
"""
|
|
11828
11828
|
|
|
11829
11829
|
class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11831,9 +11831,9 @@ class Root(PyMenu):
|
|
|
11831
11831
|
Specify the angle at which features will be extracted from the CAD model on import. Assigning a smaller separation angle will produce more zones.
|
|
11832
11832
|
"""
|
|
11833
11833
|
|
|
11834
|
-
class
|
|
11834
|
+
class _EdgeLabel(PyTextualCommandArgumentsSubItem):
|
|
11835
11835
|
"""
|
|
11836
|
-
Specify
|
|
11836
|
+
Specify whether or not the imported CAD geometry already includes specific edges with assigned names (named selections). These named edges can be available later in the workflow when you are adding local size controls.
|
|
11837
11837
|
"""
|
|
11838
11838
|
|
|
11839
11839
|
class _FileName(PyTextualCommandArgumentsSubItem):
|
|
@@ -11885,10 +11885,10 @@ class Root(PyMenu):
|
|
|
11885
11885
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
11886
11886
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
11887
11887
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
11888
|
-
self.
|
|
11888
|
+
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11889
11889
|
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11890
11890
|
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11891
|
-
self.
|
|
11891
|
+
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11892
11892
|
|
|
11893
11893
|
class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
|
|
11894
11894
|
"""
|
|
@@ -11925,9 +11925,9 @@ class Root(PyMenu):
|
|
|
11925
11925
|
Argument UsePartOrBodyAsSuffix.
|
|
11926
11926
|
"""
|
|
11927
11927
|
|
|
11928
|
-
class
|
|
11928
|
+
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
11929
11929
|
"""
|
|
11930
|
-
Argument
|
|
11930
|
+
Argument ExtractFeatures.
|
|
11931
11931
|
"""
|
|
11932
11932
|
|
|
11933
11933
|
class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
|
|
@@ -11940,9 +11940,9 @@ class Root(PyMenu):
|
|
|
11940
11940
|
Argument ImportPartNames.
|
|
11941
11941
|
"""
|
|
11942
11942
|
|
|
11943
|
-
class
|
|
11943
|
+
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
11944
11944
|
"""
|
|
11945
|
-
Argument
|
|
11945
|
+
Argument ImportNamedSelections.
|
|
11946
11946
|
"""
|
|
11947
11947
|
|
|
11948
11948
|
def create_instance(self) -> _ImportGeometryCommandArguments:
|
|
@@ -12268,8 +12268,8 @@ class Root(PyMenu):
|
|
|
12268
12268
|
def __init__(self, parent, attr, service, rules, path):
|
|
12269
12269
|
super().__init__(parent, attr, service, rules, path)
|
|
12270
12270
|
self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
|
|
12271
|
-
self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
|
|
12272
12271
|
self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
|
|
12272
|
+
self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
|
|
12273
12273
|
self.InvokeBatteryModelingOptions = self._InvokeBatteryModelingOptions(self, "InvokeBatteryModelingOptions", service, rules, path)
|
|
12274
12274
|
self.UseCustomPattern = self._UseCustomPattern(self, "UseCustomPattern", service, rules, path)
|
|
12275
12275
|
|
|
@@ -12278,14 +12278,14 @@ class Root(PyMenu):
|
|
|
12278
12278
|
Specify the numerical value that will be appended to the name of the first unit associated with the meshing pattern object. This value also dictates the labeling for mesh objects associated with this mesh pattern. More...
|
|
12279
12279
|
"""
|
|
12280
12280
|
|
|
12281
|
-
class
|
|
12281
|
+
class _CustomPatternString(PyTextualCommandArgumentsSubItem):
|
|
12282
12282
|
"""
|
|
12283
|
-
|
|
12283
|
+
Argument CustomPatternString.
|
|
12284
12284
|
"""
|
|
12285
12285
|
|
|
12286
|
-
class
|
|
12286
|
+
class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
|
|
12287
12287
|
"""
|
|
12288
|
-
|
|
12288
|
+
Specify the numerical value that will be appended to the name of the first unit associated with the meshing pattern object. This value also dictates the labeling for mesh objects associated with this mesh pattern. More...
|
|
12289
12289
|
"""
|
|
12290
12290
|
|
|
12291
12291
|
class _InvokeBatteryModelingOptions(PyTextualCommandArgumentsSubItem):
|
|
@@ -12378,9 +12378,9 @@ class Root(PyMenu):
|
|
|
12378
12378
|
super().__init__(parent, attr, service, rules, path)
|
|
12379
12379
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
12380
12380
|
self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
|
|
12381
|
+
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12381
12382
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
12382
12383
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
12383
|
-
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12384
12384
|
self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
|
|
12385
12385
|
self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
|
|
12386
12386
|
self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
|
|
@@ -12396,6 +12396,11 @@ class Root(PyMenu):
|
|
|
12396
12396
|
Argument FacetResolution.
|
|
12397
12397
|
"""
|
|
12398
12398
|
|
|
12399
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
12400
|
+
"""
|
|
12401
|
+
Argument MaxEdgeLengthFactor.
|
|
12402
|
+
"""
|
|
12403
|
+
|
|
12399
12404
|
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
12400
12405
|
"""
|
|
12401
12406
|
Argument NormalAngle.
|
|
@@ -12406,11 +12411,6 @@ class Root(PyMenu):
|
|
|
12406
12411
|
Argument Deviation.
|
|
12407
12412
|
"""
|
|
12408
12413
|
|
|
12409
|
-
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
12410
|
-
"""
|
|
12411
|
-
Argument MaxEdgeLengthFactor.
|
|
12412
|
-
"""
|
|
12413
|
-
|
|
12414
12414
|
class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
|
|
12415
12415
|
"""
|
|
12416
12416
|
Argument MaxEdgeLength.
|
|
@@ -12536,8 +12536,8 @@ class Root(PyMenu):
|
|
|
12536
12536
|
self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
|
|
12537
12537
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
12538
12538
|
self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
|
|
12539
|
-
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
12540
12539
|
self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
|
|
12540
|
+
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
12541
12541
|
self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
|
|
12542
12542
|
self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
|
|
12543
12543
|
self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
|
|
@@ -12593,14 +12593,14 @@ class Root(PyMenu):
|
|
|
12593
12593
|
Enable this field to display the initial size control in the graphics window.
|
|
12594
12594
|
"""
|
|
12595
12595
|
|
|
12596
|
-
class
|
|
12596
|
+
class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
12597
12597
|
"""
|
|
12598
|
-
|
|
12598
|
+
Specify the increase in element edge length with each succeeding layer of elements.
|
|
12599
12599
|
"""
|
|
12600
12600
|
|
|
12601
|
-
class
|
|
12601
|
+
class _SizingType(PyTextualCommandArgumentsSubItem):
|
|
12602
12602
|
"""
|
|
12603
|
-
|
|
12603
|
+
Choose the type of sizing control (curvature, proximity, soft, or boi).
|
|
12604
12604
|
"""
|
|
12605
12605
|
|
|
12606
12606
|
class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
|
|
@@ -13314,10 +13314,10 @@ class Root(PyMenu):
|
|
|
13314
13314
|
super().__init__(parent, attr, service, rules, path)
|
|
13315
13315
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
13316
13316
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
13317
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13318
13317
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
13319
|
-
self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
|
|
13320
13318
|
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
13319
|
+
self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
|
|
13320
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13321
13321
|
|
|
13322
13322
|
class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
|
|
13323
13323
|
"""
|
|
@@ -13329,14 +13329,14 @@ class Root(PyMenu):
|
|
|
13329
13329
|
Specify a maximum element size for the imported model to avoid very large facets during the file import.
|
|
13330
13330
|
"""
|
|
13331
13331
|
|
|
13332
|
-
class
|
|
13332
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
13333
13333
|
"""
|
|
13334
|
-
Specify
|
|
13334
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
13335
13335
|
"""
|
|
13336
13336
|
|
|
13337
|
-
class
|
|
13337
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
13338
13338
|
"""
|
|
13339
|
-
|
|
13339
|
+
Specifies the maximum size of the facets relative to the bounding box of the geometry.
|
|
13340
13340
|
"""
|
|
13341
13341
|
|
|
13342
13342
|
class _Refacet(PyParameterCommandArgumentsSubItem):
|
|
@@ -13344,9 +13344,9 @@ class Root(PyMenu):
|
|
|
13344
13344
|
Select this option when you want to change faceting of the selected object. Refaceting will refacet the original CAD geometry. Only the faceted CAD geometry is used during the meshing process. The refaceting settings control how far the facet edges are from the model and the size of the facets. More...
|
|
13345
13345
|
"""
|
|
13346
13346
|
|
|
13347
|
-
class
|
|
13347
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
13348
13348
|
"""
|
|
13349
|
-
|
|
13349
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
13350
13350
|
"""
|
|
13351
13351
|
|
|
13352
13352
|
class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -14025,9 +14025,9 @@ class Root(PyMenu):
|
|
|
14025
14025
|
self.Operation = self._Operation(self, "Operation", service, rules, path)
|
|
14026
14026
|
self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
|
|
14027
14027
|
self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
|
|
14028
|
-
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
14029
|
-
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
14030
14028
|
self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
|
|
14029
|
+
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
14030
|
+
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
14031
14031
|
self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
|
|
14032
14032
|
self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
|
|
14033
14033
|
|
|
@@ -14081,9 +14081,9 @@ class Root(PyMenu):
|
|
|
14081
14081
|
Specify the increment by which the tolerance changes for each attempt to join face pairs.
|
|
14082
14082
|
"""
|
|
14083
14083
|
|
|
14084
|
-
class
|
|
14084
|
+
class _IntfLabelList(PyTextualCommandArgumentsSubItem):
|
|
14085
14085
|
"""
|
|
14086
|
-
|
|
14086
|
+
Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
|
|
14087
14087
|
"""
|
|
14088
14088
|
|
|
14089
14089
|
class _PerLabelList(PyTextualCommandArgumentsSubItem):
|
|
@@ -14091,9 +14091,9 @@ class Root(PyMenu):
|
|
|
14091
14091
|
Argument PerLabelList.
|
|
14092
14092
|
"""
|
|
14093
14093
|
|
|
14094
|
-
class
|
|
14094
|
+
class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
|
|
14095
14095
|
"""
|
|
14096
|
-
|
|
14096
|
+
Display advanced options that you may want to apply to the task.
|
|
14097
14097
|
"""
|
|
14098
14098
|
|
|
14099
14099
|
class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -14118,10 +14118,10 @@ class Root(PyMenu):
|
|
|
14118
14118
|
self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
|
|
14119
14119
|
self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
|
|
14120
14120
|
self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
|
|
14121
|
-
self.
|
|
14121
|
+
self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
|
|
14122
14122
|
self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
|
|
14123
14123
|
self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
|
|
14124
|
-
self.
|
|
14124
|
+
self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
|
|
14125
14125
|
|
|
14126
14126
|
class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
|
|
14127
14127
|
"""
|
|
@@ -14148,9 +14148,9 @@ class Root(PyMenu):
|
|
|
14148
14148
|
Argument AllowDefeaturing.
|
|
14149
14149
|
"""
|
|
14150
14150
|
|
|
14151
|
-
class
|
|
14151
|
+
class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
14152
14152
|
"""
|
|
14153
|
-
Argument
|
|
14153
|
+
Argument SIRemoveStep.
|
|
14154
14154
|
"""
|
|
14155
14155
|
|
|
14156
14156
|
class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -14163,9 +14163,9 @@ class Root(PyMenu):
|
|
|
14163
14163
|
Argument SIStepWidth.
|
|
14164
14164
|
"""
|
|
14165
14165
|
|
|
14166
|
-
class
|
|
14166
|
+
class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
|
|
14167
14167
|
"""
|
|
14168
|
-
Argument
|
|
14168
|
+
Argument ShowSMImprovePreferences.
|
|
14169
14169
|
"""
|
|
14170
14170
|
|
|
14171
14171
|
class _SurfaceMeshPreferences(PySingletonCommandArgumentsSubItem):
|
|
@@ -14177,20 +14177,20 @@ class Root(PyMenu):
|
|
|
14177
14177
|
super().__init__(parent, attr, service, rules, path)
|
|
14178
14178
|
self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
|
|
14179
14179
|
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
14180
|
-
self.
|
|
14180
|
+
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
14181
14181
|
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
14182
|
+
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
14182
14183
|
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
14183
|
-
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
14184
14184
|
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
14185
|
-
self.
|
|
14185
|
+
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
14186
14186
|
self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
|
|
14187
14187
|
self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
|
|
14188
|
-
self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
|
|
14189
|
-
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
14190
14188
|
self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
|
|
14191
|
-
self.
|
|
14192
|
-
self.
|
|
14189
|
+
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
14190
|
+
self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
|
|
14193
14191
|
self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
|
|
14192
|
+
self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
|
|
14193
|
+
self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
|
|
14194
14194
|
self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
|
|
14195
14195
|
|
|
14196
14196
|
class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
|
|
@@ -14203,9 +14203,9 @@ class Root(PyMenu):
|
|
|
14203
14203
|
Argument FoldFaceLimit.
|
|
14204
14204
|
"""
|
|
14205
14205
|
|
|
14206
|
-
class
|
|
14206
|
+
class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
|
|
14207
14207
|
"""
|
|
14208
|
-
Argument
|
|
14208
|
+
Argument SMQualityImprove.
|
|
14209
14209
|
"""
|
|
14210
14210
|
|
|
14211
14211
|
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
@@ -14213,14 +14213,14 @@ class Root(PyMenu):
|
|
|
14213
14213
|
Argument ShowSurfaceMeshPreferences.
|
|
14214
14214
|
"""
|
|
14215
14215
|
|
|
14216
|
-
class
|
|
14216
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
14217
14217
|
"""
|
|
14218
|
-
Argument
|
|
14218
|
+
Argument SMSeparation.
|
|
14219
14219
|
"""
|
|
14220
14220
|
|
|
14221
|
-
class
|
|
14221
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
14222
14222
|
"""
|
|
14223
|
-
Argument
|
|
14223
|
+
Argument AutoMerge.
|
|
14224
14224
|
"""
|
|
14225
14225
|
|
|
14226
14226
|
class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
|
|
@@ -14228,9 +14228,9 @@ class Root(PyMenu):
|
|
|
14228
14228
|
Argument TVMAutoControlCreation.
|
|
14229
14229
|
"""
|
|
14230
14230
|
|
|
14231
|
-
class
|
|
14231
|
+
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
14232
14232
|
"""
|
|
14233
|
-
Argument
|
|
14233
|
+
Argument SMSeparationAngle.
|
|
14234
14234
|
"""
|
|
14235
14235
|
|
|
14236
14236
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -14243,9 +14243,9 @@ class Root(PyMenu):
|
|
|
14243
14243
|
Argument SMStepWidth.
|
|
14244
14244
|
"""
|
|
14245
14245
|
|
|
14246
|
-
class
|
|
14246
|
+
class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
|
|
14247
14247
|
"""
|
|
14248
|
-
Argument
|
|
14248
|
+
Argument SMQualityMaxAngle.
|
|
14249
14249
|
"""
|
|
14250
14250
|
|
|
14251
14251
|
class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
|
|
@@ -14253,14 +14253,14 @@ class Root(PyMenu):
|
|
|
14253
14253
|
Argument AutoAssignZoneTypes.
|
|
14254
14254
|
"""
|
|
14255
14255
|
|
|
14256
|
-
class
|
|
14256
|
+
class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
|
|
14257
14257
|
"""
|
|
14258
|
-
Argument
|
|
14258
|
+
Argument VolumeMeshMaxSize.
|
|
14259
14259
|
"""
|
|
14260
14260
|
|
|
14261
|
-
class
|
|
14261
|
+
class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
|
|
14262
14262
|
"""
|
|
14263
|
-
Argument
|
|
14263
|
+
Argument SelfIntersectCheck.
|
|
14264
14264
|
"""
|
|
14265
14265
|
|
|
14266
14266
|
class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
|
|
@@ -14268,9 +14268,9 @@ class Root(PyMenu):
|
|
|
14268
14268
|
Argument AutoSurfaceRemesh.
|
|
14269
14269
|
"""
|
|
14270
14270
|
|
|
14271
|
-
class
|
|
14271
|
+
class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
|
|
14272
14272
|
"""
|
|
14273
|
-
Argument
|
|
14273
|
+
Argument SMQualityImproveLimit.
|
|
14274
14274
|
"""
|
|
14275
14275
|
|
|
14276
14276
|
class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
|
|
@@ -14360,10 +14360,10 @@ class Root(PyMenu):
|
|
|
14360
14360
|
def __init__(self, parent, attr, service, rules, path):
|
|
14361
14361
|
super().__init__(parent, attr, service, rules, path)
|
|
14362
14362
|
self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
|
|
14363
|
-
self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
|
|
14364
|
-
self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
|
|
14365
14363
|
self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
|
|
14364
|
+
self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
|
|
14366
14365
|
self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
|
|
14366
|
+
self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
|
|
14367
14367
|
self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
|
|
14368
14368
|
self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
|
|
14369
14369
|
self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
|
|
@@ -14374,9 +14374,9 @@ class Root(PyMenu):
|
|
|
14374
14374
|
Argument NewLabelObjects.
|
|
14375
14375
|
"""
|
|
14376
14376
|
|
|
14377
|
-
class
|
|
14377
|
+
class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
|
|
14378
14378
|
"""
|
|
14379
|
-
Argument
|
|
14379
|
+
Argument NewLabelResolution.
|
|
14380
14380
|
"""
|
|
14381
14381
|
|
|
14382
14382
|
class _NewLabelType(PyTextualCommandArgumentsSubItem):
|
|
@@ -14384,14 +14384,14 @@ class Root(PyMenu):
|
|
|
14384
14384
|
Argument NewLabelType.
|
|
14385
14385
|
"""
|
|
14386
14386
|
|
|
14387
|
-
class
|
|
14387
|
+
class _NewLabels(PyTextualCommandArgumentsSubItem):
|
|
14388
14388
|
"""
|
|
14389
|
-
Argument
|
|
14389
|
+
Argument NewLabels.
|
|
14390
14390
|
"""
|
|
14391
14391
|
|
|
14392
|
-
class
|
|
14392
|
+
class _NewLabelCells(PyTextualCommandArgumentsSubItem):
|
|
14393
14393
|
"""
|
|
14394
|
-
Argument
|
|
14394
|
+
Argument NewLabelCells.
|
|
14395
14395
|
"""
|
|
14396
14396
|
|
|
14397
14397
|
class _NewLabelMax(PyTextualCommandArgumentsSubItem):
|