ansys-fluent-core 0.32.2__py3-none-any.whl → 0.32.4__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 +2 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_231/meshing.py +192 -192
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +205 -205
- ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_241/meshing.py +306 -306
- ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_242/meshing.py +286 -286
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_251/meshing.py +343 -343
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_252/meshing.py +389 -389
- 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 +414 -396
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
- ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +1 -1
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
- ansys/fluent/core/generated/solver/settings_261.py +4094 -4695
- ansys/fluent/core/generated/solver/settings_261.pyi +3386 -5519
- ansys/fluent/core/generated/solver/tui_261.py +2540 -2676
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/session.py +1 -0
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/METADATA +3 -2
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/RECORD +36 -36
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info}/WHEEL +1 -1
- {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.32.4.dist-info/licenses}/LICENSE +0 -0
|
@@ -1302,10 +1302,10 @@ 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
1310
|
self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
|
|
1311
1311
|
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
@@ -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):
|
|
@@ -1522,23 +1522,23 @@ class Root(PyMenu):
|
|
|
1522
1522
|
|
|
1523
1523
|
def __init__(self, parent, attr, service, rules, path):
|
|
1524
1524
|
super().__init__(parent, attr, service, rules, path)
|
|
1525
|
-
self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
|
|
1526
1525
|
self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
|
|
1526
|
+
self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
|
|
1527
1527
|
self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
|
|
1528
1528
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
1529
|
-
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
1530
1529
|
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
1530
|
+
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
1531
1531
|
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
1532
1532
|
self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
|
|
1533
1533
|
|
|
1534
|
-
class
|
|
1534
|
+
class _ExposeSide(PyTextualCommandArgumentsSubItem):
|
|
1535
1535
|
"""
|
|
1536
|
-
Argument
|
|
1536
|
+
Argument ExposeSide.
|
|
1537
1537
|
"""
|
|
1538
1538
|
|
|
1539
|
-
class
|
|
1539
|
+
class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
|
|
1540
1540
|
"""
|
|
1541
|
-
Argument
|
|
1541
|
+
Argument ShowShellBLAdvancedOptions.
|
|
1542
1542
|
"""
|
|
1543
1543
|
|
|
1544
1544
|
class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -1551,14 +1551,14 @@ class Root(PyMenu):
|
|
|
1551
1551
|
Argument MinAspectRatio.
|
|
1552
1552
|
"""
|
|
1553
1553
|
|
|
1554
|
-
class
|
|
1554
|
+
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
1555
1555
|
"""
|
|
1556
|
-
Argument
|
|
1556
|
+
Argument LastRatioNumLayers.
|
|
1557
1557
|
"""
|
|
1558
1558
|
|
|
1559
|
-
class
|
|
1559
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
1560
1560
|
"""
|
|
1561
|
-
Argument
|
|
1561
|
+
Argument LastRatioPercentage.
|
|
1562
1562
|
"""
|
|
1563
1563
|
|
|
1564
1564
|
class _GapFactor(PyNumericalCommandArgumentsSubItem):
|
|
@@ -1769,12 +1769,12 @@ class Root(PyMenu):
|
|
|
1769
1769
|
self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
|
|
1770
1770
|
self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
|
|
1771
1771
|
self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
|
|
1772
|
-
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
1773
1772
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
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)
|
|
@@ -1804,24 +1804,19 @@ class Root(PyMenu):
|
|
|
1804
1804
|
Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
|
|
1805
1805
|
"""
|
|
1806
1806
|
|
|
1807
|
-
class _SplitPrism(PyTextualCommandArgumentsSubItem):
|
|
1808
|
-
"""
|
|
1809
|
-
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.
|
|
1810
|
-
"""
|
|
1811
|
-
|
|
1812
1807
|
class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
|
|
1813
1808
|
"""
|
|
1814
1809
|
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...
|
|
1815
1810
|
"""
|
|
1816
1811
|
|
|
1817
|
-
class
|
|
1812
|
+
class _SplitPrism(PyTextualCommandArgumentsSubItem):
|
|
1818
1813
|
"""
|
|
1819
|
-
|
|
1814
|
+
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.
|
|
1820
1815
|
"""
|
|
1821
1816
|
|
|
1822
|
-
class
|
|
1817
|
+
class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
|
|
1823
1818
|
"""
|
|
1824
|
-
|
|
1819
|
+
Argument InvalidNormalMethod.
|
|
1825
1820
|
"""
|
|
1826
1821
|
|
|
1827
1822
|
class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
@@ -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).
|
|
@@ -2094,8 +2094,8 @@ class Root(PyMenu):
|
|
|
2094
2094
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
2095
2095
|
self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
|
|
2096
2096
|
self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
|
|
2097
|
-
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
2098
2097
|
self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
|
|
2098
|
+
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
2099
2099
|
self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
|
|
2100
2100
|
self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
|
|
2101
2101
|
self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
|
|
@@ -2145,14 +2145,14 @@ class Root(PyMenu):
|
|
|
2145
2145
|
Display advanced options that you may want to apply to this task.
|
|
2146
2146
|
"""
|
|
2147
2147
|
|
|
2148
|
-
class
|
|
2148
|
+
class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
|
|
2149
2149
|
"""
|
|
2150
|
-
|
|
2150
|
+
Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
|
|
2151
2151
|
"""
|
|
2152
2152
|
|
|
2153
|
-
class
|
|
2153
|
+
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
2154
2154
|
"""
|
|
2155
|
-
|
|
2155
|
+
Argument LastRatioNumLayers.
|
|
2156
2156
|
"""
|
|
2157
2157
|
|
|
2158
2158
|
class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
|
|
@@ -2395,11 +2395,11 @@ class Root(PyMenu):
|
|
|
2395
2395
|
self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
|
|
2396
2396
|
self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
|
|
2397
2397
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
2398
|
-
self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
|
|
2399
2398
|
self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
|
|
2400
2399
|
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
2401
|
-
self.
|
|
2400
|
+
self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", 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
|
|
|
@@ -2448,11 +2448,6 @@ class Root(PyMenu):
|
|
|
2448
2448
|
Display advanced wrap-specific options that are also applied to the task. See this description for more information about wrap (and target) mesh size controls.
|
|
2449
2449
|
"""
|
|
2450
2450
|
|
|
2451
|
-
class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
2452
|
-
"""
|
|
2453
|
-
Specify the increase in element edge length with each succeeding layer of elements.
|
|
2454
|
-
"""
|
|
2455
|
-
|
|
2456
2451
|
class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
|
|
2457
2452
|
"""
|
|
2458
2453
|
Enable this field to display the initial size control in the graphics window.
|
|
@@ -2463,9 +2458,9 @@ class Root(PyMenu):
|
|
|
2463
2458
|
Choose the type of sizing control (curvature, proximity, soft, or boi).
|
|
2464
2459
|
"""
|
|
2465
2460
|
|
|
2466
|
-
class
|
|
2461
|
+
class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
2467
2462
|
"""
|
|
2468
|
-
Specify the
|
|
2463
|
+
Specify the increase in element edge length with each succeeding layer of elements.
|
|
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.
|
|
@@ -3249,23 +3249,23 @@ class Root(PyMenu):
|
|
|
3249
3249
|
|
|
3250
3250
|
def __init__(self, parent, attr, service, rules, path):
|
|
3251
3251
|
super().__init__(parent, attr, service, rules, path)
|
|
3252
|
-
self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
|
|
3253
3252
|
self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
|
|
3253
|
+
self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
|
|
3254
3254
|
self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
|
|
3255
3255
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
3256
|
-
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
3257
3256
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
3257
|
+
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
3258
3258
|
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
3259
3259
|
self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
|
|
3260
3260
|
|
|
3261
|
-
class
|
|
3261
|
+
class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
|
|
3262
3262
|
"""
|
|
3263
|
-
Argument
|
|
3263
|
+
Argument ShowShellBLAdvancedOptions.
|
|
3264
3264
|
"""
|
|
3265
3265
|
|
|
3266
|
-
class
|
|
3266
|
+
class _ExposeSide(PyTextualCommandArgumentsSubItem):
|
|
3267
3267
|
"""
|
|
3268
|
-
Argument
|
|
3268
|
+
Argument ExposeSide.
|
|
3269
3269
|
"""
|
|
3270
3270
|
|
|
3271
3271
|
class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -3278,14 +3278,14 @@ class Root(PyMenu):
|
|
|
3278
3278
|
Argument MinAspectRatio.
|
|
3279
3279
|
"""
|
|
3280
3280
|
|
|
3281
|
-
class
|
|
3281
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
3282
3282
|
"""
|
|
3283
|
-
Argument
|
|
3283
|
+
Argument LastRatioPercentage.
|
|
3284
3284
|
"""
|
|
3285
3285
|
|
|
3286
|
-
class
|
|
3286
|
+
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
3287
3287
|
"""
|
|
3288
|
-
Argument
|
|
3288
|
+
Argument LastRatioNumLayers.
|
|
3289
3289
|
"""
|
|
3290
3290
|
|
|
3291
3291
|
class _GapFactor(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4600,14 +4600,14 @@ class Root(PyMenu):
|
|
|
4600
4600
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
4601
4601
|
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
4602
4602
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
4603
|
-
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
4604
4603
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
4604
|
+
self.Rate = self._Rate(self, "Rate", 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.
|
|
4609
|
-
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
4608
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
4610
4609
|
self.X = self._X(self, "X", service, rules, path)
|
|
4610
|
+
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
4611
4611
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
4612
4612
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
4613
4613
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
@@ -4649,14 +4649,14 @@ class Root(PyMenu):
|
|
|
4649
4649
|
Argument NumberOfLayers.
|
|
4650
4650
|
"""
|
|
4651
4651
|
|
|
4652
|
-
class
|
|
4652
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
4653
4653
|
"""
|
|
4654
|
-
Argument
|
|
4654
|
+
Argument BoundaryLayerLevels.
|
|
4655
4655
|
"""
|
|
4656
4656
|
|
|
4657
|
-
class
|
|
4657
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
4658
4658
|
"""
|
|
4659
|
-
Argument
|
|
4659
|
+
Argument Rate.
|
|
4660
4660
|
"""
|
|
4661
4661
|
|
|
4662
4662
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -4674,19 +4674,19 @@ class Root(PyMenu):
|
|
|
4674
4674
|
Argument EdgeSelectionList.
|
|
4675
4675
|
"""
|
|
4676
4676
|
|
|
4677
|
-
class
|
|
4677
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
4678
4678
|
"""
|
|
4679
|
-
Argument
|
|
4679
|
+
Argument WakeGrowthFactor.
|
|
4680
4680
|
"""
|
|
4681
4681
|
|
|
4682
|
-
class
|
|
4682
|
+
class _X(PyNumericalCommandArgumentsSubItem):
|
|
4683
4683
|
"""
|
|
4684
|
-
Argument
|
|
4684
|
+
Argument X.
|
|
4685
4685
|
"""
|
|
4686
4686
|
|
|
4687
|
-
class
|
|
4687
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
4688
4688
|
"""
|
|
4689
|
-
Argument
|
|
4689
|
+
Argument LastRatioPercentage.
|
|
4690
4690
|
"""
|
|
4691
4691
|
|
|
4692
4692
|
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
@@ -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.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
4730
4729
|
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
4730
|
+
self.X_Offset = self._X_Offset(self, "X-Offset", 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)
|
|
@@ -4738,20 +4738,20 @@ class Root(PyMenu):
|
|
|
4738
4738
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
4739
4739
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
4740
4740
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
4741
|
+
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
4741
4742
|
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
4742
4743
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
4743
|
-
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
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 _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
4748
4748
|
"""
|
|
4749
|
-
Argument
|
|
4749
|
+
Argument HeightNode.
|
|
4750
4750
|
"""
|
|
4751
4751
|
|
|
4752
|
-
class
|
|
4752
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
4753
4753
|
"""
|
|
4754
|
-
Argument
|
|
4754
|
+
Argument X-Offset.
|
|
4755
4755
|
"""
|
|
4756
4756
|
|
|
4757
4757
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4804,6 +4804,11 @@ class Root(PyMenu):
|
|
|
4804
4804
|
Argument Node3.
|
|
4805
4805
|
"""
|
|
4806
4806
|
|
|
4807
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
4808
|
+
"""
|
|
4809
|
+
Argument Node2.
|
|
4810
|
+
"""
|
|
4811
|
+
|
|
4807
4812
|
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
4808
4813
|
"""
|
|
4809
4814
|
Argument X2.
|
|
@@ -4814,11 +4819,6 @@ class Root(PyMenu):
|
|
|
4814
4819
|
Argument Y-Offset.
|
|
4815
4820
|
"""
|
|
4816
4821
|
|
|
4817
|
-
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
4818
|
-
"""
|
|
4819
|
-
Argument Node2.
|
|
4820
|
-
"""
|
|
4821
|
-
|
|
4822
4822
|
class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
|
|
4823
4823
|
"""
|
|
4824
4824
|
Argument HeightFrontInc.
|
|
@@ -4883,8 +4883,8 @@ class Root(PyMenu):
|
|
|
4883
4883
|
self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
|
|
4884
4884
|
self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
|
|
4885
4885
|
self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
|
|
4886
|
-
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
4887
4886
|
self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
|
|
4887
|
+
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
4888
4888
|
self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
|
|
4889
4889
|
|
|
4890
4890
|
class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4942,14 +4942,14 @@ class Root(PyMenu):
|
|
|
4942
4942
|
Argument BoxCenterX.
|
|
4943
4943
|
"""
|
|
4944
4944
|
|
|
4945
|
-
class
|
|
4945
|
+
class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
|
|
4946
4946
|
"""
|
|
4947
|
-
Argument
|
|
4947
|
+
Argument CylinderRadius2.
|
|
4948
4948
|
"""
|
|
4949
4949
|
|
|
4950
|
-
class
|
|
4950
|
+
class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
|
|
4951
4951
|
"""
|
|
4952
|
-
Argument
|
|
4952
|
+
Argument BoxCenterZ.
|
|
4953
4953
|
"""
|
|
4954
4954
|
|
|
4955
4955
|
class _CylinderY2(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.Xmax = self._Xmax(self, "Xmax", 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.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
5110
5110
|
|
|
5111
5111
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
5112
5112
|
"""
|
|
5113
5113
|
Argument SizeRelativeLength.
|
|
5114
5114
|
"""
|
|
5115
5115
|
|
|
5116
|
-
class
|
|
5116
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
5117
5117
|
"""
|
|
5118
|
-
|
|
5118
|
+
Specify the x-coordinate of the offset collar mesh.
|
|
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 _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
5172
5172
|
"""
|
|
5173
|
-
|
|
5173
|
+
Argument XmaxRatio.
|
|
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.
|
|
5189
|
-
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5190
|
-
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5188
|
+
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5191
5189
|
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5190
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5191
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", 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
|
-
self.
|
|
5195
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", 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,14 +5226,14 @@ 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
5239
|
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5241,9 +5241,9 @@ class Root(PyMenu):
|
|
|
5241
5241
|
Argument Rate.
|
|
5242
5242
|
"""
|
|
5243
5243
|
|
|
5244
|
-
class
|
|
5244
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
5245
5245
|
"""
|
|
5246
|
-
Argument
|
|
5246
|
+
Argument AspectRatio.
|
|
5247
5247
|
"""
|
|
5248
5248
|
|
|
5249
5249
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5261,9 +5261,9 @@ class Root(PyMenu):
|
|
|
5261
5261
|
Choose a single edge zone from the list below for your edge-based collar mesh. 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...
|
|
5262
5262
|
"""
|
|
5263
5263
|
|
|
5264
|
-
class
|
|
5264
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5265
5265
|
"""
|
|
5266
|
-
Argument
|
|
5266
|
+
Argument NumberOfLayers.
|
|
5267
5267
|
"""
|
|
5268
5268
|
|
|
5269
5269
|
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
@@ -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):
|
|
@@ -5325,9 +5325,9 @@ class Root(PyMenu):
|
|
|
5325
5325
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
5326
5326
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
5327
5327
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
5328
|
-
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5329
|
-
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5330
5328
|
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
5329
|
+
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5330
|
+
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5331
5331
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
5332
5332
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
5333
5333
|
|
|
@@ -5391,9 +5391,9 @@ class Root(PyMenu):
|
|
|
5391
5391
|
Argument Node3.
|
|
5392
5392
|
"""
|
|
5393
5393
|
|
|
5394
|
-
class
|
|
5394
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
5395
5395
|
"""
|
|
5396
|
-
Argument
|
|
5396
|
+
Argument Node2.
|
|
5397
5397
|
"""
|
|
5398
5398
|
|
|
5399
5399
|
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5401,9 +5401,9 @@ class Root(PyMenu):
|
|
|
5401
5401
|
Argument X2.
|
|
5402
5402
|
"""
|
|
5403
5403
|
|
|
5404
|
-
class
|
|
5404
|
+
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5405
5405
|
"""
|
|
5406
|
-
Argument
|
|
5406
|
+
Argument Y-Offset.
|
|
5407
5407
|
"""
|
|
5408
5408
|
|
|
5409
5409
|
class _HeightFrontInc(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.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
5464
5463
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
5464
|
+
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
5465
5465
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
5466
|
-
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
5467
|
-
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
5468
5466
|
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
5467
|
+
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
5468
|
+
self.BoxZLength = self._BoxZLength(self, "BoxZLength", 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 _BoxYLength(PyNumericalCommandArgumentsSubItem):
|
|
5483
5483
|
"""
|
|
5484
|
-
Argument
|
|
5484
|
+
Argument BoxYLength.
|
|
5485
5485
|
"""
|
|
5486
5486
|
|
|
5487
|
-
class
|
|
5487
|
+
class _CylinderX2(PyNumericalCommandArgumentsSubItem):
|
|
5488
5488
|
"""
|
|
5489
|
-
Argument
|
|
5489
|
+
Argument CylinderX2.
|
|
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 _BoxXLength(PyNumericalCommandArgumentsSubItem):
|
|
5498
5498
|
"""
|
|
5499
|
-
Argument
|
|
5499
|
+
Argument BoxXLength.
|
|
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 _BoxZLength(PyNumericalCommandArgumentsSubItem):
|
|
5508
5508
|
"""
|
|
5509
|
-
Argument
|
|
5509
|
+
Argument BoxZLength.
|
|
5510
5510
|
"""
|
|
5511
5511
|
|
|
5512
5512
|
class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5683,7 +5683,7 @@ class Root(PyMenu):
|
|
|
5683
5683
|
def __init__(self, parent, attr, service, rules, path):
|
|
5684
5684
|
super().__init__(parent, attr, service, rules, path)
|
|
5685
5685
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
5686
|
-
self.
|
|
5686
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
5687
5687
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
5688
5688
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
5689
5689
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -5694,16 +5694,16 @@ class Root(PyMenu):
|
|
|
5694
5694
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
5695
5695
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
5696
5696
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
5697
|
-
self.
|
|
5697
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
5698
5698
|
|
|
5699
5699
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
5700
5700
|
"""
|
|
5701
5701
|
Determine if you would like to specify the bounding box for the component mesh as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
|
|
5702
5702
|
"""
|
|
5703
5703
|
|
|
5704
|
-
class
|
|
5704
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
5705
5705
|
"""
|
|
5706
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
5706
|
+
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.
|
|
5707
5707
|
"""
|
|
5708
5708
|
|
|
5709
5709
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5756,9 +5756,9 @@ class Root(PyMenu):
|
|
|
5756
5756
|
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.
|
|
5757
5757
|
"""
|
|
5758
5758
|
|
|
5759
|
-
class
|
|
5759
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
5760
5760
|
"""
|
|
5761
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
5761
|
+
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
5762
5762
|
"""
|
|
5763
5763
|
|
|
5764
5764
|
class _OffsetObject(PySingletonCommandArgumentsSubItem):
|
|
@@ -5773,16 +5773,16 @@ class Root(PyMenu):
|
|
|
5773
5773
|
self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
|
|
5774
5774
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
5775
5775
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
5776
|
+
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5777
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5776
5778
|
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5777
|
-
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5778
5779
|
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5779
|
-
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", 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.X = self._X(self, "X", service, rules, path)
|
|
5783
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5785
5784
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5785
|
+
self.X = self._X(self, "X", service, rules, path)
|
|
5786
5786
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5787
5787
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
5788
5788
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
@@ -5814,24 +5814,24 @@ class Root(PyMenu):
|
|
|
5814
5814
|
Argument DefeaturingSize.
|
|
5815
5815
|
"""
|
|
5816
5816
|
|
|
5817
|
-
class
|
|
5817
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
5818
5818
|
"""
|
|
5819
|
-
|
|
5819
|
+
Argument BoundaryLayerLevels.
|
|
5820
5820
|
"""
|
|
5821
5821
|
|
|
5822
|
-
class
|
|
5822
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5823
5823
|
"""
|
|
5824
|
-
|
|
5824
|
+
Select the number of boundary layers to be generated.
|
|
5825
5825
|
"""
|
|
5826
5826
|
|
|
5827
|
-
class
|
|
5827
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
5828
5828
|
"""
|
|
5829
|
-
|
|
5829
|
+
Specify the ratio of the prism base length to the prism layer height.
|
|
5830
5830
|
"""
|
|
5831
5831
|
|
|
5832
|
-
class
|
|
5832
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
5833
5833
|
"""
|
|
5834
|
-
Argument
|
|
5834
|
+
Argument WakeGrowthFactor.
|
|
5835
5835
|
"""
|
|
5836
5836
|
|
|
5837
5837
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5849,19 +5849,19 @@ class Root(PyMenu):
|
|
|
5849
5849
|
Argument EdgeSelectionList.
|
|
5850
5850
|
"""
|
|
5851
5851
|
|
|
5852
|
-
class
|
|
5852
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
5853
5853
|
"""
|
|
5854
|
-
|
|
5854
|
+
Specify the rate of growth of the boundary layer.
|
|
5855
5855
|
"""
|
|
5856
5856
|
|
|
5857
|
-
class
|
|
5857
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
5858
5858
|
"""
|
|
5859
|
-
|
|
5859
|
+
Specify the offset height of the last layer as a percentage of the local base mesh size.
|
|
5860
5860
|
"""
|
|
5861
5861
|
|
|
5862
|
-
class
|
|
5862
|
+
class _X(PyNumericalCommandArgumentsSubItem):
|
|
5863
5863
|
"""
|
|
5864
|
-
|
|
5864
|
+
Argument X.
|
|
5865
5865
|
"""
|
|
5866
5866
|
|
|
5867
5867
|
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
@@ -5907,14 +5907,14 @@ class Root(PyMenu):
|
|
|
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.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
5911
|
-
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
5912
5910
|
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
5911
|
+
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
5912
|
+
self.Z1 = self._Z1(self, "Z1", 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.X2 = self._X2(self, "X2", service, rules, path)
|
|
5917
5916
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5917
|
+
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5918
5918
|
self.Node2 = self._Node2(self, "Node2", 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)
|
|
@@ -5949,9 +5949,9 @@ class Root(PyMenu):
|
|
|
5949
5949
|
Argument Z-Offset.
|
|
5950
5950
|
"""
|
|
5951
5951
|
|
|
5952
|
-
class
|
|
5952
|
+
class _Z2(PyNumericalCommandArgumentsSubItem):
|
|
5953
5953
|
"""
|
|
5954
|
-
Argument
|
|
5954
|
+
Argument Z2.
|
|
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 _Z1(PyNumericalCommandArgumentsSubItem):
|
|
5963
5963
|
"""
|
|
5964
|
-
Argument
|
|
5964
|
+
Argument Z1.
|
|
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 _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5983
5983
|
"""
|
|
5984
|
-
Argument
|
|
5984
|
+
Argument Y-Offset.
|
|
5985
5985
|
"""
|
|
5986
5986
|
|
|
5987
|
-
class
|
|
5987
|
+
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
5988
5988
|
"""
|
|
5989
|
-
Argument
|
|
5989
|
+
Argument X2.
|
|
5990
5990
|
"""
|
|
5991
5991
|
|
|
5992
5992
|
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
@@ -6048,18 +6048,18 @@ 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.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
6052
6051
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
6052
|
+
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
6053
6053
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
6054
|
-
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
6055
|
-
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
6056
6054
|
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
6055
|
+
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
6056
|
+
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
6057
6057
|
self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
|
|
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.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
|
|
6062
6061
|
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
6062
|
+
self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", 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 _BoxYLength(PyNumericalCommandArgumentsSubItem):
|
|
6071
6071
|
"""
|
|
6072
|
-
Argument
|
|
6072
|
+
Argument BoxYLength.
|
|
6073
6073
|
"""
|
|
6074
6074
|
|
|
6075
|
-
class
|
|
6075
|
+
class _CylinderX2(PyNumericalCommandArgumentsSubItem):
|
|
6076
6076
|
"""
|
|
6077
|
-
Argument
|
|
6077
|
+
Argument CylinderX2.
|
|
6078
6078
|
"""
|
|
6079
6079
|
|
|
6080
6080
|
class _CylinderX1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6082,9 +6082,9 @@ class Root(PyMenu):
|
|
|
6082
6082
|
Argument CylinderX1.
|
|
6083
6083
|
"""
|
|
6084
6084
|
|
|
6085
|
-
class
|
|
6085
|
+
class _BoxZLength(PyNumericalCommandArgumentsSubItem):
|
|
6086
6086
|
"""
|
|
6087
|
-
Argument
|
|
6087
|
+
Argument BoxZLength.
|
|
6088
6088
|
"""
|
|
6089
6089
|
|
|
6090
6090
|
class _CylinderY1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6092,9 +6092,9 @@ class Root(PyMenu):
|
|
|
6092
6092
|
Argument CylinderY1.
|
|
6093
6093
|
"""
|
|
6094
6094
|
|
|
6095
|
-
class
|
|
6095
|
+
class _BoxXLength(PyNumericalCommandArgumentsSubItem):
|
|
6096
6096
|
"""
|
|
6097
|
-
Argument
|
|
6097
|
+
Argument BoxXLength.
|
|
6098
6098
|
"""
|
|
6099
6099
|
|
|
6100
6100
|
class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6117,14 +6117,14 @@ class Root(PyMenu):
|
|
|
6117
6117
|
Argument BoxCenterX.
|
|
6118
6118
|
"""
|
|
6119
6119
|
|
|
6120
|
-
class
|
|
6120
|
+
class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
|
|
6121
6121
|
"""
|
|
6122
|
-
Argument
|
|
6122
|
+
Argument BoxCenterZ.
|
|
6123
6123
|
"""
|
|
6124
6124
|
|
|
6125
|
-
class
|
|
6125
|
+
class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
|
|
6126
6126
|
"""
|
|
6127
|
-
Argument
|
|
6127
|
+
Argument CylinderRadius2.
|
|
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.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", 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.Xmax = self._Xmax(self, "Xmax", 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 _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
6913
6913
|
"""
|
|
6914
|
-
|
|
6914
|
+
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.
|
|
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 _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
6968
6968
|
"""
|
|
6969
|
-
|
|
6969
|
+
Specify the X-coordinate for the initial position of the cylindrical refinement region.
|
|
6970
6970
|
"""
|
|
6971
6971
|
|
|
6972
6972
|
class _OffsetObject(PySingletonCommandArgumentsSubItem):
|
|
@@ -6981,14 +6981,14 @@ class Root(PyMenu):
|
|
|
6981
6981
|
self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
|
|
6982
6982
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
6983
6983
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
6984
|
-
self.
|
|
6984
|
+
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
6985
6985
|
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
6986
6986
|
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
6987
|
-
self.
|
|
6987
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", 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.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
6992
6992
|
self.X = self._X(self, "X", service, rules, path)
|
|
6993
6993
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
6994
6994
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
@@ -7022,9 +7022,9 @@ class Root(PyMenu):
|
|
|
7022
7022
|
Specify a value that is used to obtain a rough shape of the selected object(s). The larger the value, the more approximate the shape.
|
|
7023
7023
|
"""
|
|
7024
7024
|
|
|
7025
|
-
class
|
|
7025
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
7026
7026
|
"""
|
|
7027
|
-
|
|
7027
|
+
Argument AspectRatio.
|
|
7028
7028
|
"""
|
|
7029
7029
|
|
|
7030
7030
|
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7037,9 +7037,9 @@ class Root(PyMenu):
|
|
|
7037
7037
|
Specify the factor by which the refinement region expands in the wake of the flow direction.
|
|
7038
7038
|
"""
|
|
7039
7039
|
|
|
7040
|
-
class
|
|
7040
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
7041
7041
|
"""
|
|
7042
|
-
Argument
|
|
7042
|
+
Argument NumberOfLayers.
|
|
7043
7043
|
"""
|
|
7044
7044
|
|
|
7045
7045
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -7057,9 +7057,9 @@ class Root(PyMenu):
|
|
|
7057
7057
|
Argument EdgeSelectionList.
|
|
7058
7058
|
"""
|
|
7059
7059
|
|
|
7060
|
-
class
|
|
7060
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
7061
7061
|
"""
|
|
7062
|
-
|
|
7062
|
+
Specify the number of boundary layers that are to be captured in the refinement region.
|
|
7063
7063
|
"""
|
|
7064
7064
|
|
|
7065
7065
|
class _X(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7109,32 +7109,32 @@ class Root(PyMenu):
|
|
|
7109
7109
|
|
|
7110
7110
|
def __init__(self, parent, attr, service, rules, path):
|
|
7111
7111
|
super().__init__(parent, attr, service, rules, path)
|
|
7112
|
-
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
7113
7112
|
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
7113
|
+
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
7114
7114
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
7115
7115
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
7116
7116
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
7117
7117
|
self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
|
|
7118
|
-
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
7119
|
-
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
7120
7118
|
self.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
7119
|
+
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
7120
|
+
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
7121
7121
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
7122
7122
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
7123
7123
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
7124
|
-
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
7125
7124
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
7125
|
+
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
7126
7126
|
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
7127
7127
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
7128
7128
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
7129
7129
|
|
|
7130
|
-
class
|
|
7130
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
7131
7131
|
"""
|
|
7132
|
-
|
|
7132
|
+
Argument HeightNode.
|
|
7133
7133
|
"""
|
|
7134
7134
|
|
|
7135
|
-
class
|
|
7135
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
7136
7136
|
"""
|
|
7137
|
-
|
|
7137
|
+
Specify the X-coordinate for the offset of the initial position of the cylinder.
|
|
7138
7138
|
"""
|
|
7139
7139
|
|
|
7140
7140
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7157,9 +7157,9 @@ class Root(PyMenu):
|
|
|
7157
7157
|
Specify the Z-coordinate for the offset of the initial position of the cylinder.
|
|
7158
7158
|
"""
|
|
7159
7159
|
|
|
7160
|
-
class
|
|
7160
|
+
class _Z1(PyNumericalCommandArgumentsSubItem):
|
|
7161
7161
|
"""
|
|
7162
|
-
Specify the Z-coordinate of the
|
|
7162
|
+
Specify the Z-coordinate of the first position of the cylinder.
|
|
7163
7163
|
"""
|
|
7164
7164
|
|
|
7165
7165
|
class _Node1(PyTextualCommandArgumentsSubItem):
|
|
@@ -7167,9 +7167,9 @@ class Root(PyMenu):
|
|
|
7167
7167
|
Argument Node1.
|
|
7168
7168
|
"""
|
|
7169
7169
|
|
|
7170
|
-
class
|
|
7170
|
+
class _Z2(PyNumericalCommandArgumentsSubItem):
|
|
7171
7171
|
"""
|
|
7172
|
-
Specify the Z-coordinate of the
|
|
7172
|
+
Specify the Z-coordinate of the second position of the cylinder.
|
|
7173
7173
|
"""
|
|
7174
7174
|
|
|
7175
7175
|
class _Radius2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7187,14 +7187,14 @@ class Root(PyMenu):
|
|
|
7187
7187
|
Argument Node3.
|
|
7188
7188
|
"""
|
|
7189
7189
|
|
|
7190
|
-
class
|
|
7190
|
+
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
7191
7191
|
"""
|
|
7192
|
-
|
|
7192
|
+
Specify the Y-coordinate for the offset of the initial position of the cylinder.
|
|
7193
7193
|
"""
|
|
7194
7194
|
|
|
7195
|
-
class
|
|
7195
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
7196
7196
|
"""
|
|
7197
|
-
|
|
7197
|
+
Argument Node2.
|
|
7198
7198
|
"""
|
|
7199
7199
|
|
|
7200
7200
|
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7259,15 +7259,15 @@ class Root(PyMenu):
|
|
|
7259
7259
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
7260
7260
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
7261
7261
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
7262
|
-
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
7263
|
-
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
7264
7262
|
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
7263
|
+
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
7264
|
+
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
7265
7265
|
self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
|
|
7266
7266
|
self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
|
|
7267
7267
|
self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
|
|
7268
7268
|
self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
|
|
7269
|
-
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
7270
7269
|
self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
|
|
7270
|
+
self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
|
|
7271
7271
|
self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
|
|
7272
7272
|
|
|
7273
7273
|
class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7290,9 +7290,9 @@ class Root(PyMenu):
|
|
|
7290
7290
|
Specify the X-coordinate of the first position of the cylinder.
|
|
7291
7291
|
"""
|
|
7292
7292
|
|
|
7293
|
-
class
|
|
7293
|
+
class _BoxXLength(PyNumericalCommandArgumentsSubItem):
|
|
7294
7294
|
"""
|
|
7295
|
-
Argument
|
|
7295
|
+
Argument BoxXLength.
|
|
7296
7296
|
"""
|
|
7297
7297
|
|
|
7298
7298
|
class _CylinderY1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7300,9 +7300,9 @@ class Root(PyMenu):
|
|
|
7300
7300
|
Specify the Y-coordinate of the first position of the cylinder.
|
|
7301
7301
|
"""
|
|
7302
7302
|
|
|
7303
|
-
class
|
|
7303
|
+
class _BoxZLength(PyNumericalCommandArgumentsSubItem):
|
|
7304
7304
|
"""
|
|
7305
|
-
Argument
|
|
7305
|
+
Argument BoxZLength.
|
|
7306
7306
|
"""
|
|
7307
7307
|
|
|
7308
7308
|
class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7325,14 +7325,14 @@ class Root(PyMenu):
|
|
|
7325
7325
|
Specify the X-coordinate for the initial position of the cylindrical refinement region.
|
|
7326
7326
|
"""
|
|
7327
7327
|
|
|
7328
|
-
class
|
|
7328
|
+
class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
|
|
7329
7329
|
"""
|
|
7330
|
-
Specify the
|
|
7330
|
+
Specify the radius of the cylinder at the second position.
|
|
7331
7331
|
"""
|
|
7332
7332
|
|
|
7333
|
-
class
|
|
7333
|
+
class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
|
|
7334
7334
|
"""
|
|
7335
|
-
Specify the
|
|
7335
|
+
Specify the Z-coordinate for the initial position of the cylindrical refinement region.
|
|
7336
7336
|
"""
|
|
7337
7337
|
|
|
7338
7338
|
class _CylinderY2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7537,12 +7537,12 @@ class Root(PyMenu):
|
|
|
7537
7537
|
def __init__(self, parent, attr, service, rules, path):
|
|
7538
7538
|
super().__init__(parent, attr, service, rules, path)
|
|
7539
7539
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
7540
|
-
self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
|
|
7541
|
-
self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
|
|
7542
|
-
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
7543
7540
|
self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
|
|
7544
|
-
self.
|
|
7541
|
+
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
7542
|
+
self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
|
|
7543
|
+
self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
|
|
7545
7544
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
7545
|
+
self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
|
|
7546
7546
|
self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
|
|
7547
7547
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
7548
7548
|
self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
|
|
@@ -7553,14 +7553,9 @@ class Root(PyMenu):
|
|
|
7553
7553
|
Specify the number of layers, or divisions, along the thickness of the porous region.
|
|
7554
7554
|
"""
|
|
7555
7555
|
|
|
7556
|
-
class
|
|
7557
|
-
"""
|
|
7558
|
-
Specify the thickness (or the total height) of the porous region.
|
|
7559
|
-
"""
|
|
7560
|
-
|
|
7561
|
-
class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
|
|
7556
|
+
class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
|
|
7562
7557
|
"""
|
|
7563
|
-
|
|
7558
|
+
Select a single label that will correspond to the porous region. 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...
|
|
7564
7559
|
"""
|
|
7565
7560
|
|
|
7566
7561
|
class _SelectionType(PyTextualCommandArgumentsSubItem):
|
|
@@ -7568,14 +7563,14 @@ class Root(PyMenu):
|
|
|
7568
7563
|
Choose how you want to make your selection (by object, zone, or label).
|
|
7569
7564
|
"""
|
|
7570
7565
|
|
|
7571
|
-
class
|
|
7566
|
+
class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
|
|
7572
7567
|
"""
|
|
7573
|
-
|
|
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...
|
|
7574
7569
|
"""
|
|
7575
7570
|
|
|
7576
|
-
class
|
|
7571
|
+
class _Thickness(PyNumericalCommandArgumentsSubItem):
|
|
7577
7572
|
"""
|
|
7578
|
-
Specify the
|
|
7573
|
+
Specify the thickness (or the total height) of the porous region.
|
|
7579
7574
|
"""
|
|
7580
7575
|
|
|
7581
7576
|
class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7583,6 +7578,11 @@ class Root(PyMenu):
|
|
|
7583
7578
|
Specify the angle at which features will be extracted for the porous region.
|
|
7584
7579
|
"""
|
|
7585
7580
|
|
|
7581
|
+
class _MeshSize(PyNumericalCommandArgumentsSubItem):
|
|
7582
|
+
"""
|
|
7583
|
+
Specify the cell size for the porous region mesh.
|
|
7584
|
+
"""
|
|
7585
|
+
|
|
7586
7586
|
class _BufferSize(PyNumericalCommandArgumentsSubItem):
|
|
7587
7587
|
"""
|
|
7588
7588
|
Specify a value for the buffer size. The buffer is created as an extra layer. The thickness is equivalent to the product of the buffer size ratio and the core thickness. The core thickness is the distance between P1 and P4.
|
|
@@ -7911,10 +7911,10 @@ class Root(PyMenu):
|
|
|
7911
7911
|
def __init__(self, parent, attr, service, rules, path):
|
|
7912
7912
|
super().__init__(parent, attr, service, rules, path)
|
|
7913
7913
|
self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
|
|
7914
|
-
self.
|
|
7914
|
+
self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
|
|
7915
7915
|
self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
|
|
7916
|
+
self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
|
|
7916
7917
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
7917
|
-
self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", 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)
|
|
@@ -7926,9 +7926,9 @@ class Root(PyMenu):
|
|
|
7926
7926
|
Specify whether or not you will have any porous regions in your geometry. If so, then a Create Porous Regions task will be added to the workflow. A simple primitive rectangle will be placed over complex and detailed geometry of a porous region (for example, fins and tubes of a heat exchanger). With buffer layer:
|
|
7927
7927
|
"""
|
|
7928
7928
|
|
|
7929
|
-
class
|
|
7929
|
+
class _ZeroThickness(PyTextualCommandArgumentsSubItem):
|
|
7930
7930
|
"""
|
|
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
7934
|
class _CloseLeakges(PyTextualCommandArgumentsSubItem):
|
|
@@ -7936,14 +7936,14 @@ class Root(PyMenu):
|
|
|
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
|
-
class
|
|
7939
|
+
class _CloseLeakages(PyTextualCommandArgumentsSubItem):
|
|
7940
7940
|
"""
|
|
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):
|
|
@@ -8393,10 +8393,10 @@ class Root(PyMenu):
|
|
|
8393
8393
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
8394
8394
|
self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
|
|
8395
8395
|
self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
|
|
8396
|
-
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
8397
|
-
self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
|
|
8398
8396
|
self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
|
|
8399
8397
|
self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
|
|
8398
|
+
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
8399
|
+
self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
|
|
8400
8400
|
self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
|
|
8401
8401
|
|
|
8402
8402
|
class _SplitQuads(PyTextualCommandArgumentsSubItem):
|
|
@@ -8424,24 +8424,24 @@ class Root(PyMenu):
|
|
|
8424
8424
|
Argument LocalRemesh.
|
|
8425
8425
|
"""
|
|
8426
8426
|
|
|
8427
|
-
class
|
|
8427
|
+
class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
|
|
8428
8428
|
"""
|
|
8429
|
-
Argument
|
|
8429
|
+
Argument MaxFaceSkew.
|
|
8430
8430
|
"""
|
|
8431
8431
|
|
|
8432
|
-
class
|
|
8432
|
+
class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
|
|
8433
8433
|
"""
|
|
8434
|
-
Argument
|
|
8434
|
+
Argument ShowPrism2DPreferences.
|
|
8435
8435
|
"""
|
|
8436
8436
|
|
|
8437
|
-
class
|
|
8437
|
+
class _GapFactor(PyNumericalCommandArgumentsSubItem):
|
|
8438
8438
|
"""
|
|
8439
|
-
Argument
|
|
8439
|
+
Argument GapFactor.
|
|
8440
8440
|
"""
|
|
8441
8441
|
|
|
8442
|
-
class
|
|
8442
|
+
class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
|
|
8443
8443
|
"""
|
|
8444
|
-
Argument
|
|
8444
|
+
Argument RefineStretchedQuads.
|
|
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):
|
|
@@ -9307,15 +9307,16 @@ 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.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
9311
|
-
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
9312
|
-
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
9313
9310
|
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
9311
|
+
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
9314
9312
|
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
9315
|
-
self.
|
|
9313
|
+
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
9316
9314
|
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
9315
|
+
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
9316
|
+
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", 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.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
|
|
9319
9320
|
self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
|
|
9320
9321
|
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
9321
9322
|
self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
|
|
@@ -9329,9 +9330,9 @@ class Root(PyMenu):
|
|
|
9329
9330
|
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
9331
|
"""
|
|
9331
9332
|
|
|
9332
|
-
class
|
|
9333
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
9333
9334
|
"""
|
|
9334
|
-
|
|
9335
|
+
Argument AutoMerge.
|
|
9335
9336
|
"""
|
|
9336
9337
|
|
|
9337
9338
|
class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -9339,19 +9340,19 @@ class Root(PyMenu):
|
|
|
9339
9340
|
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
9341
|
"""
|
|
9341
9342
|
|
|
9342
|
-
class
|
|
9343
|
+
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
9343
9344
|
"""
|
|
9344
|
-
|
|
9345
|
+
Display advanced options that you may want to apply to the task.
|
|
9345
9346
|
"""
|
|
9346
9347
|
|
|
9347
|
-
class
|
|
9348
|
+
class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
|
|
9348
9349
|
"""
|
|
9349
|
-
|
|
9350
|
+
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.
|
|
9350
9351
|
"""
|
|
9351
9352
|
|
|
9352
|
-
class
|
|
9353
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
9353
9354
|
"""
|
|
9354
|
-
|
|
9355
|
+
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.
|
|
9355
9356
|
"""
|
|
9356
9357
|
|
|
9357
9358
|
class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
|
|
@@ -9359,9 +9360,9 @@ class Root(PyMenu):
|
|
|
9359
9360
|
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
9361
|
"""
|
|
9361
9362
|
|
|
9362
|
-
class
|
|
9363
|
+
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
9363
9364
|
"""
|
|
9364
|
-
|
|
9365
|
+
Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
|
|
9365
9366
|
"""
|
|
9366
9367
|
|
|
9367
9368
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -9374,6 +9375,11 @@ class Root(PyMenu):
|
|
|
9374
9375
|
Specify the width of the step that you wish to remove.
|
|
9375
9376
|
"""
|
|
9376
9377
|
|
|
9378
|
+
class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
|
|
9379
|
+
"""
|
|
9380
|
+
Argument ParallelRegionCompute.
|
|
9381
|
+
"""
|
|
9382
|
+
|
|
9377
9383
|
class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
|
|
9378
9384
|
"""
|
|
9379
9385
|
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.
|
|
@@ -9461,18 +9467,18 @@ class Root(PyMenu):
|
|
|
9461
9467
|
|
|
9462
9468
|
def __init__(self, parent, attr, service, rules, path):
|
|
9463
9469
|
super().__init__(parent, attr, service, rules, path)
|
|
9464
|
-
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9465
9470
|
self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
|
|
9471
|
+
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9466
9472
|
self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
|
|
9467
9473
|
|
|
9468
|
-
class
|
|
9474
|
+
class _RefineFaceting(PyParameterCommandArgumentsSubItem):
|
|
9469
9475
|
"""
|
|
9470
|
-
|
|
9476
|
+
Argument RefineFaceting.
|
|
9471
9477
|
"""
|
|
9472
9478
|
|
|
9473
|
-
class
|
|
9479
|
+
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
9474
9480
|
"""
|
|
9475
|
-
|
|
9481
|
+
Specify the maximum size of the elements for the surface mesh.
|
|
9476
9482
|
"""
|
|
9477
9483
|
|
|
9478
9484
|
class _Tolerance(PyNumericalCommandArgumentsSubItem):
|
|
@@ -9493,11 +9499,11 @@ class Root(PyMenu):
|
|
|
9493
9499
|
self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
|
|
9494
9500
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
9495
9501
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
9496
|
-
self.
|
|
9502
|
+
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
9497
9503
|
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
9498
|
-
self.
|
|
9504
|
+
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
9499
9505
|
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
9500
|
-
self.
|
|
9506
|
+
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
9501
9507
|
|
|
9502
9508
|
class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
|
|
9503
9509
|
"""
|
|
@@ -9529,9 +9535,9 @@ class Root(PyMenu):
|
|
|
9529
9535
|
Argument OneZonePer.
|
|
9530
9536
|
"""
|
|
9531
9537
|
|
|
9532
|
-
class
|
|
9538
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
9533
9539
|
"""
|
|
9534
|
-
Argument
|
|
9540
|
+
Argument UsePartOrBodyAsSuffix.
|
|
9535
9541
|
"""
|
|
9536
9542
|
|
|
9537
9543
|
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
@@ -9539,9 +9545,9 @@ class Root(PyMenu):
|
|
|
9539
9545
|
Argument ExtractFeatures.
|
|
9540
9546
|
"""
|
|
9541
9547
|
|
|
9542
|
-
class
|
|
9548
|
+
class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
|
|
9543
9549
|
"""
|
|
9544
|
-
Argument
|
|
9550
|
+
Argument ImportCurvatureDataFromCAD.
|
|
9545
9551
|
"""
|
|
9546
9552
|
|
|
9547
9553
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -9549,9 +9555,9 @@ class Root(PyMenu):
|
|
|
9549
9555
|
Argument ImportPartNames.
|
|
9550
9556
|
"""
|
|
9551
9557
|
|
|
9552
|
-
class
|
|
9558
|
+
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
9553
9559
|
"""
|
|
9554
|
-
Argument
|
|
9560
|
+
Argument ImportNamedSelections.
|
|
9555
9561
|
"""
|
|
9556
9562
|
|
|
9557
9563
|
class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
|
|
@@ -10114,34 +10120,35 @@ class Root(PyMenu):
|
|
|
10114
10120
|
|
|
10115
10121
|
def __init__(self, parent, attr, service, rules, path):
|
|
10116
10122
|
super().__init__(parent, attr, service, rules, path)
|
|
10117
|
-
self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
|
|
10118
|
-
self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
|
|
10119
|
-
self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
|
|
10120
|
-
self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
|
|
10121
10123
|
self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
|
|
10122
10124
|
self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
|
|
10123
|
-
self.
|
|
10125
|
+
self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
|
|
10126
|
+
self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
|
|
10127
|
+
self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
|
|
10128
|
+
self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
|
|
10129
|
+
self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
|
|
10130
|
+
self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
|
|
10124
10131
|
self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
|
|
10125
10132
|
self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
|
|
10126
10133
|
self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
|
|
10127
10134
|
self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
|
|
10128
|
-
self.
|
|
10135
|
+
self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
|
|
10129
10136
|
self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
|
|
10130
10137
|
self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
|
|
10131
10138
|
self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
|
|
10132
|
-
self.
|
|
10139
|
+
self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
|
|
10133
10140
|
self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
|
|
10134
|
-
self.
|
|
10141
|
+
self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
|
|
10135
10142
|
self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
|
|
10136
10143
|
|
|
10137
|
-
class
|
|
10144
|
+
class _UseSizeField(PyTextualCommandArgumentsSubItem):
|
|
10138
10145
|
"""
|
|
10139
|
-
|
|
10146
|
+
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
10147
|
"""
|
|
10141
10148
|
|
|
10142
|
-
class
|
|
10149
|
+
class _QualityMethod(PyTextualCommandArgumentsSubItem):
|
|
10143
10150
|
"""
|
|
10144
|
-
|
|
10151
|
+
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... .
|
|
10145
10152
|
"""
|
|
10146
10153
|
|
|
10147
10154
|
class _MinPolySize(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10154,19 +10161,24 @@ class Root(PyMenu):
|
|
|
10154
10161
|
This option is available when both the Use Size Field? and Fill Polyhedra in Solids? options are enabled for the poly-hexcore fill method. By default this option is set to no, which specifies growth-rate-based sizing for polyhedra regions during poly-hexcore generation. Selecting yes for this option specifies the sizing for polyhedra regions to be size-field based and is recommended when BOI(s) or body sizing have been defined that include the polyhedra region.
|
|
10155
10162
|
"""
|
|
10156
10163
|
|
|
10157
|
-
class
|
|
10164
|
+
class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
|
|
10158
10165
|
"""
|
|
10159
|
-
|
|
10166
|
+
Argument SizeFieldPeriodicity.
|
|
10160
10167
|
"""
|
|
10161
10168
|
|
|
10162
|
-
class
|
|
10169
|
+
class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
|
|
10163
10170
|
"""
|
|
10164
|
-
|
|
10171
|
+
Specify the angle to preserve features when using a polyhedral-based mesh.
|
|
10165
10172
|
"""
|
|
10166
10173
|
|
|
10167
|
-
class
|
|
10174
|
+
class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
|
|
10168
10175
|
"""
|
|
10169
|
-
|
|
10176
|
+
Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
|
|
10177
|
+
"""
|
|
10178
|
+
|
|
10179
|
+
class _PolyInSolids(PyTextualCommandArgumentsSubItem):
|
|
10180
|
+
"""
|
|
10181
|
+
Indicate whether or not to fill only polyhedra cells in all solid regions during volume meshing using the poly-hexcore volume fill method. The default value is no. Setting this to yes may improve meshing efficiency.
|
|
10170
10182
|
"""
|
|
10171
10183
|
|
|
10172
10184
|
class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10189,9 +10201,9 @@ class Root(PyMenu):
|
|
|
10189
10201
|
Indicate whether or not you want to save a .pzmcontrol file to your working folder that will contain the boundary (prism) layer specifications.
|
|
10190
10202
|
"""
|
|
10191
10203
|
|
|
10192
|
-
class
|
|
10204
|
+
class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
|
|
10193
10205
|
"""
|
|
10194
|
-
|
|
10206
|
+
Argument MinFaceArea.
|
|
10195
10207
|
"""
|
|
10196
10208
|
|
|
10197
10209
|
class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
|
|
@@ -10209,9 +10221,9 @@ class Root(PyMenu):
|
|
|
10209
10221
|
Argument TetInSolids.
|
|
10210
10222
|
"""
|
|
10211
10223
|
|
|
10212
|
-
class
|
|
10224
|
+
class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
|
|
10213
10225
|
"""
|
|
10214
|
-
|
|
10226
|
+
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.
|
|
10215
10227
|
"""
|
|
10216
10228
|
|
|
10217
10229
|
class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10219,9 +10231,9 @@ class Root(PyMenu):
|
|
|
10219
10231
|
Specify the rate of growth for a tetrahedron or polyhedron mesh.
|
|
10220
10232
|
"""
|
|
10221
10233
|
|
|
10222
|
-
class
|
|
10234
|
+
class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
10223
10235
|
"""
|
|
10224
|
-
|
|
10236
|
+
Display advanced options that you may want to apply to the task.
|
|
10225
10237
|
"""
|
|
10226
10238
|
|
|
10227
10239
|
class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10243,10 +10255,10 @@ class Root(PyMenu):
|
|
|
10243
10255
|
self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
|
|
10244
10256
|
self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
|
|
10245
10257
|
self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
|
|
10246
|
-
self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
|
|
10247
10258
|
self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
|
|
10248
|
-
self.
|
|
10259
|
+
self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
|
|
10249
10260
|
self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
|
|
10261
|
+
self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
|
|
10250
10262
|
self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
|
|
10251
10263
|
|
|
10252
10264
|
class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
|
|
@@ -10284,19 +10296,14 @@ class Root(PyMenu):
|
|
|
10284
10296
|
Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
|
|
10285
10297
|
"""
|
|
10286
10298
|
|
|
10287
|
-
class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
|
|
10288
|
-
"""
|
|
10289
|
-
Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
|
|
10290
|
-
"""
|
|
10291
|
-
|
|
10292
10299
|
class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
10293
10300
|
"""
|
|
10294
10301
|
Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
|
|
10295
10302
|
"""
|
|
10296
10303
|
|
|
10297
|
-
class
|
|
10304
|
+
class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
|
|
10298
10305
|
"""
|
|
10299
|
-
|
|
10306
|
+
Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
|
|
10300
10307
|
"""
|
|
10301
10308
|
|
|
10302
10309
|
class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
|
|
@@ -10304,6 +10311,11 @@ class Root(PyMenu):
|
|
|
10304
10311
|
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
10312
|
"""
|
|
10306
10313
|
|
|
10314
|
+
class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
10315
|
+
"""
|
|
10316
|
+
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.
|
|
10317
|
+
"""
|
|
10318
|
+
|
|
10307
10319
|
class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
|
|
10308
10320
|
"""
|
|
10309
10321
|
Specify the angle for which the boundary layer would imprint on an adjacent boundary.
|
|
@@ -10488,8 +10500,8 @@ class Root(PyMenu):
|
|
|
10488
10500
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
10489
10501
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
10490
10502
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
10491
|
-
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
10492
10503
|
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
10504
|
+
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
10493
10505
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
10494
10506
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
10495
10507
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -10519,14 +10531,14 @@ class Root(PyMenu):
|
|
|
10519
10531
|
Argument ScopeProximityTo.
|
|
10520
10532
|
"""
|
|
10521
10533
|
|
|
10522
|
-
class
|
|
10534
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
10523
10535
|
"""
|
|
10524
|
-
Argument
|
|
10536
|
+
Argument CurvatureNormalAngle.
|
|
10525
10537
|
"""
|
|
10526
10538
|
|
|
10527
|
-
class
|
|
10539
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
10528
10540
|
"""
|
|
10529
|
-
Argument
|
|
10541
|
+
Argument PreviewSizefield.
|
|
10530
10542
|
"""
|
|
10531
10543
|
|
|
10532
10544
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -10999,15 +11011,15 @@ class Root(PyMenu):
|
|
|
10999
11011
|
|
|
11000
11012
|
def __init__(self, parent, attr, service, rules, path):
|
|
11001
11013
|
super().__init__(parent, attr, service, rules, path)
|
|
11002
|
-
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
11003
11014
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
11015
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
11004
11016
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
11005
11017
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
11006
11018
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
11007
11019
|
self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
|
|
11008
|
-
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
11009
|
-
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
11010
11020
|
self.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
11021
|
+
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
11022
|
+
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
11011
11023
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
11012
11024
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
11013
11025
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
@@ -11017,14 +11029,14 @@ class Root(PyMenu):
|
|
|
11017
11029
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
11018
11030
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
11019
11031
|
|
|
11020
|
-
class
|
|
11032
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
11021
11033
|
"""
|
|
11022
|
-
Argument
|
|
11034
|
+
Argument X-Offset.
|
|
11023
11035
|
"""
|
|
11024
11036
|
|
|
11025
|
-
class
|
|
11037
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
11026
11038
|
"""
|
|
11027
|
-
Argument
|
|
11039
|
+
Argument HeightNode.
|
|
11028
11040
|
"""
|
|
11029
11041
|
|
|
11030
11042
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11047,9 +11059,9 @@ class Root(PyMenu):
|
|
|
11047
11059
|
Argument Z-Offset.
|
|
11048
11060
|
"""
|
|
11049
11061
|
|
|
11050
|
-
class
|
|
11062
|
+
class _Z1(PyNumericalCommandArgumentsSubItem):
|
|
11051
11063
|
"""
|
|
11052
|
-
Argument
|
|
11064
|
+
Argument Z1.
|
|
11053
11065
|
"""
|
|
11054
11066
|
|
|
11055
11067
|
class _Node1(PyTextualCommandArgumentsSubItem):
|
|
@@ -11057,9 +11069,9 @@ class Root(PyMenu):
|
|
|
11057
11069
|
Argument Node1.
|
|
11058
11070
|
"""
|
|
11059
11071
|
|
|
11060
|
-
class
|
|
11072
|
+
class _Z2(PyNumericalCommandArgumentsSubItem):
|
|
11061
11073
|
"""
|
|
11062
|
-
Argument
|
|
11074
|
+
Argument Z2.
|
|
11063
11075
|
"""
|
|
11064
11076
|
|
|
11065
11077
|
class _Radius2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11115,7 +11127,7 @@ class Root(PyMenu):
|
|
|
11115
11127
|
def __init__(self, parent, attr, service, rules, path):
|
|
11116
11128
|
super().__init__(parent, attr, service, rules, path)
|
|
11117
11129
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
11118
|
-
self.
|
|
11130
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
11119
11131
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
11120
11132
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
11121
11133
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -11126,16 +11138,16 @@ class Root(PyMenu):
|
|
|
11126
11138
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
11127
11139
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
11128
11140
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
11129
|
-
self.
|
|
11141
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
11130
11142
|
|
|
11131
11143
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
11132
11144
|
"""
|
|
11133
11145
|
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
11146
|
"""
|
|
11135
11147
|
|
|
11136
|
-
class
|
|
11148
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
11137
11149
|
"""
|
|
11138
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11150
|
+
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.
|
|
11139
11151
|
"""
|
|
11140
11152
|
|
|
11141
11153
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11188,9 +11200,9 @@ class Root(PyMenu):
|
|
|
11188
11200
|
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
11201
|
"""
|
|
11190
11202
|
|
|
11191
|
-
class
|
|
11203
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
11192
11204
|
"""
|
|
11193
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11205
|
+
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
11194
11206
|
"""
|
|
11195
11207
|
|
|
11196
11208
|
def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
|
|
@@ -11622,8 +11634,8 @@ class Root(PyMenu):
|
|
|
11622
11634
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
11623
11635
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
11624
11636
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
11625
|
-
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11626
11637
|
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11638
|
+
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11627
11639
|
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11628
11640
|
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11629
11641
|
|
|
@@ -11662,14 +11674,14 @@ class Root(PyMenu):
|
|
|
11662
11674
|
Argument UsePartOrBodyAsSuffix.
|
|
11663
11675
|
"""
|
|
11664
11676
|
|
|
11665
|
-
class
|
|
11677
|
+
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
11666
11678
|
"""
|
|
11667
|
-
Argument
|
|
11679
|
+
Argument ExtractFeatures.
|
|
11668
11680
|
"""
|
|
11669
11681
|
|
|
11670
|
-
class
|
|
11682
|
+
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
11671
11683
|
"""
|
|
11672
|
-
Argument
|
|
11684
|
+
Argument ImportNamedSelections.
|
|
11673
11685
|
"""
|
|
11674
11686
|
|
|
11675
11687
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -11769,21 +11781,21 @@ class Root(PyMenu):
|
|
|
11769
11781
|
|
|
11770
11782
|
def __init__(self, parent, attr, service, rules, path):
|
|
11771
11783
|
super().__init__(parent, attr, service, rules, path)
|
|
11772
|
-
self.
|
|
11784
|
+
self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
|
|
11773
11785
|
self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
|
|
11774
11786
|
self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
|
|
11775
|
-
self.
|
|
11787
|
+
self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
|
|
11776
11788
|
self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
|
|
11777
11789
|
self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
|
|
11778
11790
|
self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
|
|
11779
11791
|
self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
|
|
11780
11792
|
self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
|
|
11781
11793
|
self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
|
|
11782
|
-
self.
|
|
11794
|
+
self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
|
|
11783
11795
|
|
|
11784
|
-
class
|
|
11796
|
+
class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
|
|
11785
11797
|
"""
|
|
11786
|
-
|
|
11798
|
+
Argument ExtractAngle.
|
|
11787
11799
|
"""
|
|
11788
11800
|
|
|
11789
11801
|
class _FacetedBodies(PyTextualCommandArgumentsSubItem):
|
|
@@ -11796,9 +11808,9 @@ class Root(PyMenu):
|
|
|
11796
11808
|
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
11809
|
"""
|
|
11798
11810
|
|
|
11799
|
-
class
|
|
11811
|
+
class _EdgeLabel(PyTextualCommandArgumentsSubItem):
|
|
11800
11812
|
"""
|
|
11801
|
-
|
|
11813
|
+
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.
|
|
11802
11814
|
"""
|
|
11803
11815
|
|
|
11804
11816
|
class _CIRefaceting(PyParameterCommandArgumentsSubItem):
|
|
@@ -11831,9 +11843,9 @@ class Root(PyMenu):
|
|
|
11831
11843
|
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
11844
|
"""
|
|
11833
11845
|
|
|
11834
|
-
class
|
|
11846
|
+
class _CITolerence(PyNumericalCommandArgumentsSubItem):
|
|
11835
11847
|
"""
|
|
11836
|
-
Specify
|
|
11848
|
+
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.
|
|
11837
11849
|
"""
|
|
11838
11850
|
|
|
11839
11851
|
class _FileName(PyTextualCommandArgumentsSubItem):
|
|
@@ -11886,9 +11898,9 @@ class Root(PyMenu):
|
|
|
11886
11898
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
11887
11899
|
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11888
11900
|
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11889
|
-
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11890
|
-
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11891
11901
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
11902
|
+
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11903
|
+
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11892
11904
|
|
|
11893
11905
|
class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
|
|
11894
11906
|
"""
|
|
@@ -11930,9 +11942,9 @@ class Root(PyMenu):
|
|
|
11930
11942
|
Argument ImportNamedSelections.
|
|
11931
11943
|
"""
|
|
11932
11944
|
|
|
11933
|
-
class
|
|
11945
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
11934
11946
|
"""
|
|
11935
|
-
Argument
|
|
11947
|
+
Argument UsePartOrBodyAsSuffix.
|
|
11936
11948
|
"""
|
|
11937
11949
|
|
|
11938
11950
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -11940,9 +11952,9 @@ class Root(PyMenu):
|
|
|
11940
11952
|
Argument ImportPartNames.
|
|
11941
11953
|
"""
|
|
11942
11954
|
|
|
11943
|
-
class
|
|
11955
|
+
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
11944
11956
|
"""
|
|
11945
|
-
Argument
|
|
11957
|
+
Argument ExtractFeatures.
|
|
11946
11958
|
"""
|
|
11947
11959
|
|
|
11948
11960
|
def create_instance(self) -> _ImportGeometryCommandArguments:
|
|
@@ -12379,8 +12391,8 @@ class Root(PyMenu):
|
|
|
12379
12391
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
12380
12392
|
self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
|
|
12381
12393
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
12382
|
-
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12383
12394
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
12395
|
+
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12384
12396
|
self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
|
|
12385
12397
|
self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
|
|
12386
12398
|
self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
|
|
@@ -12401,14 +12413,14 @@ class Root(PyMenu):
|
|
|
12401
12413
|
Argument NormalAngle.
|
|
12402
12414
|
"""
|
|
12403
12415
|
|
|
12404
|
-
class
|
|
12416
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
12405
12417
|
"""
|
|
12406
|
-
Argument
|
|
12418
|
+
Argument Deviation.
|
|
12407
12419
|
"""
|
|
12408
12420
|
|
|
12409
|
-
class
|
|
12421
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
12410
12422
|
"""
|
|
12411
|
-
Argument
|
|
12423
|
+
Argument MaxEdgeLengthFactor.
|
|
12412
12424
|
"""
|
|
12413
12425
|
|
|
12414
12426
|
class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -13314,10 +13326,10 @@ class Root(PyMenu):
|
|
|
13314
13326
|
super().__init__(parent, attr, service, rules, path)
|
|
13315
13327
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
13316
13328
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
13317
|
-
self.
|
|
13329
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
13318
13330
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13319
13331
|
self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
|
|
13320
|
-
self.
|
|
13332
|
+
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
13321
13333
|
|
|
13322
13334
|
class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
|
|
13323
13335
|
"""
|
|
@@ -13329,9 +13341,9 @@ class Root(PyMenu):
|
|
|
13329
13341
|
Specify a maximum element size for the imported model to avoid very large facets during the file import.
|
|
13330
13342
|
"""
|
|
13331
13343
|
|
|
13332
|
-
class
|
|
13344
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
13333
13345
|
"""
|
|
13334
|
-
|
|
13346
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
13335
13347
|
"""
|
|
13336
13348
|
|
|
13337
13349
|
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
@@ -13344,9 +13356,9 @@ class Root(PyMenu):
|
|
|
13344
13356
|
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
13357
|
"""
|
|
13346
13358
|
|
|
13347
|
-
class
|
|
13359
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
13348
13360
|
"""
|
|
13349
|
-
|
|
13361
|
+
Specifies the maximum size of the facets relative to the bounding box of the geometry.
|
|
13350
13362
|
"""
|
|
13351
13363
|
|
|
13352
13364
|
class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -14020,10 +14032,10 @@ class Root(PyMenu):
|
|
|
14020
14032
|
self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
|
|
14021
14033
|
self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
|
|
14022
14034
|
self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
|
|
14023
|
-
self.
|
|
14035
|
+
self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
|
|
14024
14036
|
self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
|
|
14025
14037
|
self.Operation = self._Operation(self, "Operation", service, rules, path)
|
|
14026
|
-
self.
|
|
14038
|
+
self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
|
|
14027
14039
|
self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
|
|
14028
14040
|
self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
|
|
14029
14041
|
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
@@ -14056,9 +14068,9 @@ class Root(PyMenu):
|
|
|
14056
14068
|
Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
|
|
14057
14069
|
"""
|
|
14058
14070
|
|
|
14059
|
-
class
|
|
14071
|
+
class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
|
|
14060
14072
|
"""
|
|
14061
|
-
|
|
14073
|
+
Argument FluidLabelWildcard.
|
|
14062
14074
|
"""
|
|
14063
14075
|
|
|
14064
14076
|
class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
|
|
@@ -14071,9 +14083,9 @@ class Root(PyMenu):
|
|
|
14071
14083
|
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.
|
|
14072
14084
|
"""
|
|
14073
14085
|
|
|
14074
|
-
class
|
|
14086
|
+
class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
|
|
14075
14087
|
"""
|
|
14076
|
-
|
|
14088
|
+
Specify the threshold angle for joining face pairs.
|
|
14077
14089
|
"""
|
|
14078
14090
|
|
|
14079
14091
|
class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
|
|
@@ -14118,10 +14130,10 @@ class Root(PyMenu):
|
|
|
14118
14130
|
self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
|
|
14119
14131
|
self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
|
|
14120
14132
|
self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
|
|
14121
|
-
self.
|
|
14133
|
+
self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
|
|
14122
14134
|
self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
|
|
14123
14135
|
self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
|
|
14124
|
-
self.
|
|
14136
|
+
self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
|
|
14125
14137
|
|
|
14126
14138
|
class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
|
|
14127
14139
|
"""
|
|
@@ -14148,9 +14160,9 @@ class Root(PyMenu):
|
|
|
14148
14160
|
Argument AllowDefeaturing.
|
|
14149
14161
|
"""
|
|
14150
14162
|
|
|
14151
|
-
class
|
|
14163
|
+
class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
|
|
14152
14164
|
"""
|
|
14153
|
-
Argument
|
|
14165
|
+
Argument ShowSMImprovePreferences.
|
|
14154
14166
|
"""
|
|
14155
14167
|
|
|
14156
14168
|
class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -14163,9 +14175,9 @@ class Root(PyMenu):
|
|
|
14163
14175
|
Argument SIStepWidth.
|
|
14164
14176
|
"""
|
|
14165
14177
|
|
|
14166
|
-
class
|
|
14178
|
+
class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
14167
14179
|
"""
|
|
14168
|
-
Argument
|
|
14180
|
+
Argument SIRemoveStep.
|
|
14169
14181
|
"""
|
|
14170
14182
|
|
|
14171
14183
|
class _SurfaceMeshPreferences(PySingletonCommandArgumentsSubItem):
|
|
@@ -14177,13 +14189,14 @@ class Root(PyMenu):
|
|
|
14177
14189
|
super().__init__(parent, attr, service, rules, path)
|
|
14178
14190
|
self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
|
|
14179
14191
|
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
14180
|
-
self.
|
|
14192
|
+
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
14181
14193
|
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
14182
|
-
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
14183
14194
|
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
14195
|
+
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
14184
14196
|
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
14185
|
-
self.
|
|
14197
|
+
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
14186
14198
|
self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
|
|
14199
|
+
self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
|
|
14187
14200
|
self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
|
|
14188
14201
|
self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
|
|
14189
14202
|
self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
|
|
@@ -14203,9 +14216,9 @@ class Root(PyMenu):
|
|
|
14203
14216
|
Argument FoldFaceLimit.
|
|
14204
14217
|
"""
|
|
14205
14218
|
|
|
14206
|
-
class
|
|
14219
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
14207
14220
|
"""
|
|
14208
|
-
Argument
|
|
14221
|
+
Argument SMSeparation.
|
|
14209
14222
|
"""
|
|
14210
14223
|
|
|
14211
14224
|
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -14213,14 +14226,14 @@ class Root(PyMenu):
|
|
|
14213
14226
|
Argument SMSeparationAngle.
|
|
14214
14227
|
"""
|
|
14215
14228
|
|
|
14216
|
-
class
|
|
14229
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
14217
14230
|
"""
|
|
14218
|
-
Argument
|
|
14231
|
+
Argument AutoMerge.
|
|
14219
14232
|
"""
|
|
14220
14233
|
|
|
14221
|
-
class
|
|
14234
|
+
class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
|
|
14222
14235
|
"""
|
|
14223
|
-
Argument
|
|
14236
|
+
Argument SMQualityImprove.
|
|
14224
14237
|
"""
|
|
14225
14238
|
|
|
14226
14239
|
class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
|
|
@@ -14228,9 +14241,9 @@ class Root(PyMenu):
|
|
|
14228
14241
|
Argument TVMAutoControlCreation.
|
|
14229
14242
|
"""
|
|
14230
14243
|
|
|
14231
|
-
class
|
|
14244
|
+
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
14232
14245
|
"""
|
|
14233
|
-
Argument
|
|
14246
|
+
Argument ShowSurfaceMeshPreferences.
|
|
14234
14247
|
"""
|
|
14235
14248
|
|
|
14236
14249
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -14238,6 +14251,11 @@ class Root(PyMenu):
|
|
|
14238
14251
|
Argument SMRemoveStep.
|
|
14239
14252
|
"""
|
|
14240
14253
|
|
|
14254
|
+
class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
|
|
14255
|
+
"""
|
|
14256
|
+
Argument ParallelRegionCompute.
|
|
14257
|
+
"""
|
|
14258
|
+
|
|
14241
14259
|
class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
|
|
14242
14260
|
"""
|
|
14243
14261
|
Argument SMStepWidth.
|
|
@@ -14360,10 +14378,10 @@ class Root(PyMenu):
|
|
|
14360
14378
|
def __init__(self, parent, attr, service, rules, path):
|
|
14361
14379
|
super().__init__(parent, attr, service, rules, path)
|
|
14362
14380
|
self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
|
|
14363
|
-
self.
|
|
14381
|
+
self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
|
|
14364
14382
|
self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
|
|
14383
|
+
self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
|
|
14365
14384
|
self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
|
|
14366
|
-
self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
|
|
14367
14385
|
self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
|
|
14368
14386
|
self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
|
|
14369
14387
|
self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
|
|
@@ -14374,9 +14392,9 @@ class Root(PyMenu):
|
|
|
14374
14392
|
Argument NewLabelObjects.
|
|
14375
14393
|
"""
|
|
14376
14394
|
|
|
14377
|
-
class
|
|
14395
|
+
class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
|
|
14378
14396
|
"""
|
|
14379
|
-
Argument
|
|
14397
|
+
Argument NewLabelResolution.
|
|
14380
14398
|
"""
|
|
14381
14399
|
|
|
14382
14400
|
class _NewLabelType(PyTextualCommandArgumentsSubItem):
|
|
@@ -14384,14 +14402,14 @@ class Root(PyMenu):
|
|
|
14384
14402
|
Argument NewLabelType.
|
|
14385
14403
|
"""
|
|
14386
14404
|
|
|
14387
|
-
class
|
|
14405
|
+
class _NewLabels(PyTextualCommandArgumentsSubItem):
|
|
14388
14406
|
"""
|
|
14389
|
-
Argument
|
|
14407
|
+
Argument NewLabels.
|
|
14390
14408
|
"""
|
|
14391
14409
|
|
|
14392
|
-
class
|
|
14410
|
+
class _NewLabelCells(PyTextualCommandArgumentsSubItem):
|
|
14393
14411
|
"""
|
|
14394
|
-
Argument
|
|
14412
|
+
Argument NewLabelCells.
|
|
14395
14413
|
"""
|
|
14396
14414
|
|
|
14397
14415
|
class _NewLabelMax(PyTextualCommandArgumentsSubItem):
|