ansys-fluent-core 0.34.1__py3-none-any.whl → 0.34.2__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/docker/utils.py +1 -1
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
- ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_232/meshing.py +231 -231
- ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_241/meshing.py +296 -296
- ansys/fluent/core/generated/datamodel_242/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_242/meshing.py +312 -312
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_251/meshing.py +346 -346
- ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_252/meshing.py +423 -423
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_261/meshing.py +382 -389
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- 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 +3 -49
- ansys/fluent/core/generated/solver/settings_261.py +3723 -5494
- ansys/fluent/core/generated/solver/settings_261.pyi +2854 -3231
- ansys/fluent/core/generated/solver/tui_261.py +629 -1616
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/RECORD +32 -32
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/WHEEL +0 -0
|
@@ -1307,9 +1307,9 @@ class Root(PyMenu):
|
|
|
1307
1307
|
self.Operation = self._Operation(self, "Operation", service, rules, path)
|
|
1308
1308
|
self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
|
|
1309
1309
|
self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
|
|
1310
|
-
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
1311
|
-
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
1312
1310
|
self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
|
|
1311
|
+
self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
|
|
1312
|
+
self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
|
|
1313
1313
|
self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
|
|
1314
1314
|
self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
|
|
1315
1315
|
|
|
@@ -1363,9 +1363,9 @@ class Root(PyMenu):
|
|
|
1363
1363
|
Specify the increment by which the tolerance changes for each attempt to join face pairs.
|
|
1364
1364
|
"""
|
|
1365
1365
|
|
|
1366
|
-
class
|
|
1366
|
+
class _IntfLabelList(PyTextualCommandArgumentsSubItem):
|
|
1367
1367
|
"""
|
|
1368
|
-
|
|
1368
|
+
Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
|
|
1369
1369
|
"""
|
|
1370
1370
|
|
|
1371
1371
|
class _PerLabelList(PyTextualCommandArgumentsSubItem):
|
|
@@ -1373,9 +1373,9 @@ class Root(PyMenu):
|
|
|
1373
1373
|
Argument PerLabelList.
|
|
1374
1374
|
"""
|
|
1375
1375
|
|
|
1376
|
-
class
|
|
1376
|
+
class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
|
|
1377
1377
|
"""
|
|
1378
|
-
|
|
1378
|
+
Display advanced options that you may want to apply to the task.
|
|
1379
1379
|
"""
|
|
1380
1380
|
|
|
1381
1381
|
class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
|
|
@@ -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.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
|
|
1526
1525
|
self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
|
|
1526
|
+
self.ExposeSide = self._ExposeSide(self, "ExposeSide", 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.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
1530
1529
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
1530
|
+
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", 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 _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
|
|
1535
1535
|
"""
|
|
1536
|
-
Argument
|
|
1536
|
+
Argument ShowShellBLAdvancedOptions.
|
|
1537
1537
|
"""
|
|
1538
1538
|
|
|
1539
|
-
class
|
|
1539
|
+
class _ExposeSide(PyTextualCommandArgumentsSubItem):
|
|
1540
1540
|
"""
|
|
1541
|
-
Argument
|
|
1541
|
+
Argument ExposeSide.
|
|
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 _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
1555
1555
|
"""
|
|
1556
|
-
Argument
|
|
1556
|
+
Argument LastRatioPercentage.
|
|
1557
1557
|
"""
|
|
1558
1558
|
|
|
1559
|
-
class
|
|
1559
|
+
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
1560
1560
|
"""
|
|
1561
|
-
Argument
|
|
1561
|
+
Argument LastRatioNumLayers.
|
|
1562
1562
|
"""
|
|
1563
1563
|
|
|
1564
1564
|
class _GapFactor(PyNumericalCommandArgumentsSubItem):
|
|
@@ -1772,9 +1772,9 @@ class Root(PyMenu):
|
|
|
1772
1772
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
1773
1773
|
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
1774
1774
|
self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
|
|
1775
|
-
self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
|
|
1776
|
-
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
1777
1775
|
self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
|
|
1776
|
+
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
1777
|
+
self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
|
|
1778
1778
|
self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
|
|
1779
1779
|
self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
|
|
1780
1780
|
self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
|
|
@@ -1819,9 +1819,9 @@ class Root(PyMenu):
|
|
|
1819
1819
|
Argument InvalidNormalMethod.
|
|
1820
1820
|
"""
|
|
1821
1821
|
|
|
1822
|
-
class
|
|
1822
|
+
class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
|
|
1823
1823
|
"""
|
|
1824
|
-
|
|
1824
|
+
Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
|
|
1825
1825
|
"""
|
|
1826
1826
|
|
|
1827
1827
|
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
@@ -1829,9 +1829,9 @@ class Root(PyMenu):
|
|
|
1829
1829
|
Argument LastRatioNumLayers.
|
|
1830
1830
|
"""
|
|
1831
1831
|
|
|
1832
|
-
class
|
|
1832
|
+
class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
1833
1833
|
"""
|
|
1834
|
-
|
|
1834
|
+
Display advanced options that you may want to apply to this task.
|
|
1835
1835
|
"""
|
|
1836
1836
|
|
|
1837
1837
|
class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
|
|
@@ -2093,9 +2093,9 @@ class Root(PyMenu):
|
|
|
2093
2093
|
self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
|
|
2094
2094
|
self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
|
|
2095
2095
|
self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
|
|
2096
|
+
self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
|
|
2096
2097
|
self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
|
|
2097
2098
|
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)
|
|
@@ -2140,6 +2140,11 @@ class Root(PyMenu):
|
|
|
2140
2140
|
Argument InvalidNormalMethod.
|
|
2141
2141
|
"""
|
|
2142
2142
|
|
|
2143
|
+
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
2144
|
+
"""
|
|
2145
|
+
Argument LastRatioNumLayers.
|
|
2146
|
+
"""
|
|
2147
|
+
|
|
2143
2148
|
class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
|
|
2144
2149
|
"""
|
|
2145
2150
|
Display advanced options that you may want to apply to this task.
|
|
@@ -2150,11 +2155,6 @@ class Root(PyMenu):
|
|
|
2150
2155
|
Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
|
|
2151
2156
|
"""
|
|
2152
2157
|
|
|
2153
|
-
class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
|
|
2154
|
-
"""
|
|
2155
|
-
Argument LastRatioNumLayers.
|
|
2156
|
-
"""
|
|
2157
|
-
|
|
2158
2158
|
class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
|
|
2159
2159
|
"""
|
|
2160
2160
|
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).
|
|
@@ -2395,9 +2395,9 @@ 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.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
|
|
2398
2399
|
self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
|
|
2399
2400
|
self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
|
|
2400
|
-
self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
|
|
2401
2401
|
self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
|
|
2402
2402
|
self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
|
|
2403
2403
|
self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
|
|
@@ -2448,6 +2448,11 @@ 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 _InitialSizeControl(PyParameterCommandArgumentsSubItem):
|
|
2452
|
+
"""
|
|
2453
|
+
Enable this field to display the initial size control in the graphics window.
|
|
2454
|
+
"""
|
|
2455
|
+
|
|
2451
2456
|
class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
2452
2457
|
"""
|
|
2453
2458
|
Specify the increase in element edge length with each succeeding layer of elements.
|
|
@@ -2458,11 +2463,6 @@ class Root(PyMenu):
|
|
|
2458
2463
|
Choose the type of sizing control (curvature, proximity, soft, or boi).
|
|
2459
2464
|
"""
|
|
2460
2465
|
|
|
2461
|
-
class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
|
|
2462
|
-
"""
|
|
2463
|
-
Enable this field to display the initial size control in the graphics window.
|
|
2464
|
-
"""
|
|
2465
|
-
|
|
2466
2466
|
class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
|
|
2467
2467
|
"""
|
|
2468
2468
|
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.
|
|
@@ -2999,8 +2999,8 @@ class Root(PyMenu):
|
|
|
2999
2999
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
3000
3000
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3001
3001
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
3002
|
-
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
3003
3002
|
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
3003
|
+
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
3004
3004
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
3005
3005
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
3006
3006
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -3030,14 +3030,14 @@ class Root(PyMenu):
|
|
|
3030
3030
|
Argument ScopeProximityTo.
|
|
3031
3031
|
"""
|
|
3032
3032
|
|
|
3033
|
-
class
|
|
3033
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
3034
3034
|
"""
|
|
3035
|
-
Argument
|
|
3035
|
+
Argument PreviewSizefield.
|
|
3036
3036
|
"""
|
|
3037
3037
|
|
|
3038
|
-
class
|
|
3038
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3039
3039
|
"""
|
|
3040
|
-
Argument
|
|
3040
|
+
Argument CurvatureNormalAngle.
|
|
3041
3041
|
"""
|
|
3042
3042
|
|
|
3043
3043
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -3253,8 +3253,8 @@ class Root(PyMenu):
|
|
|
3253
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
|
|
|
@@ -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):
|
|
@@ -4162,7 +4162,7 @@ class Root(PyMenu):
|
|
|
4162
4162
|
|
|
4163
4163
|
def __init__(self, parent, attr, service, rules, path):
|
|
4164
4164
|
super().__init__(parent, attr, service, rules, path)
|
|
4165
|
-
self.
|
|
4165
|
+
self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
|
|
4166
4166
|
self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
|
|
4167
4167
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
4168
4168
|
self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
|
|
@@ -4173,12 +4173,12 @@ class Root(PyMenu):
|
|
|
4173
4173
|
self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
|
|
4174
4174
|
self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
|
|
4175
4175
|
self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
|
|
4176
|
-
self.
|
|
4176
|
+
self.WrapTargetRatio = self._WrapTargetRatio(self, "WrapTargetRatio", service, rules, path)
|
|
4177
4177
|
self.WrapTargetRaio = self._WrapTargetRaio(self, "WrapTargetRaio", service, rules, path)
|
|
4178
4178
|
|
|
4179
|
-
class
|
|
4179
|
+
class _TargeSizeFieldFileName(PyTextualCommandArgumentsSubItem):
|
|
4180
4180
|
"""
|
|
4181
|
-
|
|
4181
|
+
Indicate the name and location of the target size field file (\\*.sf).
|
|
4182
4182
|
"""
|
|
4183
4183
|
|
|
4184
4184
|
class _WrapTargetSizeFieldRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4231,9 +4231,9 @@ class Root(PyMenu):
|
|
|
4231
4231
|
Indicate the name and location of the wrap size field file (\\*.sf).
|
|
4232
4232
|
"""
|
|
4233
4233
|
|
|
4234
|
-
class
|
|
4234
|
+
class _WrapTargetRatio(PyNumericalCommandArgumentsSubItem):
|
|
4235
4235
|
"""
|
|
4236
|
-
|
|
4236
|
+
Argument WrapTargetRatio.
|
|
4237
4237
|
"""
|
|
4238
4238
|
|
|
4239
4239
|
class _WrapTargetRaio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4508,7 +4508,7 @@ class Root(PyMenu):
|
|
|
4508
4508
|
def __init__(self, parent, attr, service, rules, path):
|
|
4509
4509
|
super().__init__(parent, attr, service, rules, path)
|
|
4510
4510
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
4511
|
-
self.
|
|
4511
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
4512
4512
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
4513
4513
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
4514
4514
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -4519,16 +4519,16 @@ class Root(PyMenu):
|
|
|
4519
4519
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
4520
4520
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
4521
4521
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
4522
|
-
self.
|
|
4522
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
4523
4523
|
|
|
4524
4524
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
4525
4525
|
"""
|
|
4526
4526
|
Argument SizeRelativeLength.
|
|
4527
4527
|
"""
|
|
4528
4528
|
|
|
4529
|
-
class
|
|
4529
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
4530
4530
|
"""
|
|
4531
|
-
Argument
|
|
4531
|
+
Argument Xmax.
|
|
4532
4532
|
"""
|
|
4533
4533
|
|
|
4534
4534
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4581,9 +4581,9 @@ class Root(PyMenu):
|
|
|
4581
4581
|
Argument ZmaxRatio.
|
|
4582
4582
|
"""
|
|
4583
4583
|
|
|
4584
|
-
class
|
|
4584
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
4585
4585
|
"""
|
|
4586
|
-
Argument
|
|
4586
|
+
Argument XmaxRatio.
|
|
4587
4587
|
"""
|
|
4588
4588
|
|
|
4589
4589
|
class _OffsetObject(PySingletonCommandArgumentsSubItem):
|
|
@@ -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.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
4604
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
4605
4605
|
self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
|
|
4606
4606
|
self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
|
|
4607
4607
|
self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
|
|
4608
4608
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
4609
|
-
self.X = self._X(self, "X", service, rules, path)
|
|
4610
4609
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
4610
|
+
self.X = self._X(self, "X", 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 _Rate(PyNumericalCommandArgumentsSubItem):
|
|
4653
4653
|
"""
|
|
4654
|
-
Argument
|
|
4654
|
+
Argument Rate.
|
|
4655
4655
|
"""
|
|
4656
4656
|
|
|
4657
|
-
class
|
|
4657
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
4658
4658
|
"""
|
|
4659
|
-
Argument
|
|
4659
|
+
Argument WakeGrowthFactor.
|
|
4660
4660
|
"""
|
|
4661
4661
|
|
|
4662
4662
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -4679,14 +4679,14 @@ class Root(PyMenu):
|
|
|
4679
4679
|
Argument BoundaryLayerLevels.
|
|
4680
4680
|
"""
|
|
4681
4681
|
|
|
4682
|
-
class
|
|
4682
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
4683
4683
|
"""
|
|
4684
|
-
Argument
|
|
4684
|
+
Argument LastRatioPercentage.
|
|
4685
4685
|
"""
|
|
4686
4686
|
|
|
4687
|
-
class
|
|
4687
|
+
class _X(PyNumericalCommandArgumentsSubItem):
|
|
4688
4688
|
"""
|
|
4689
|
-
Argument
|
|
4689
|
+
Argument X.
|
|
4690
4690
|
"""
|
|
4691
4691
|
|
|
4692
4692
|
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
@@ -4726,32 +4726,32 @@ class Root(PyMenu):
|
|
|
4726
4726
|
|
|
4727
4727
|
def __init__(self, parent, attr, service, rules, path):
|
|
4728
4728
|
super().__init__(parent, attr, service, rules, path)
|
|
4729
|
-
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
4730
4729
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
4730
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
4731
4731
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
4732
4732
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
4733
4733
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
4734
4734
|
self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
|
|
4735
|
-
self.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
4736
|
-
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
4737
4735
|
self.Z2 = self._Z2(self, "Z2", service, rules, path)
|
|
4736
|
+
self.Node1 = self._Node1(self, "Node1", service, rules, path)
|
|
4737
|
+
self.Z1 = self._Z1(self, "Z1", service, rules, path)
|
|
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.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
4742
4741
|
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
4742
|
+
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
4743
4743
|
self.X2 = self._X2(self, "X2", 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 _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
4748
4748
|
"""
|
|
4749
|
-
Argument
|
|
4749
|
+
Argument X-Offset.
|
|
4750
4750
|
"""
|
|
4751
4751
|
|
|
4752
|
-
class
|
|
4752
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
4753
4753
|
"""
|
|
4754
|
-
Argument
|
|
4754
|
+
Argument HeightNode.
|
|
4755
4755
|
"""
|
|
4756
4756
|
|
|
4757
4757
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4774,9 +4774,9 @@ class Root(PyMenu):
|
|
|
4774
4774
|
Argument Z-Offset.
|
|
4775
4775
|
"""
|
|
4776
4776
|
|
|
4777
|
-
class
|
|
4777
|
+
class _Z2(PyNumericalCommandArgumentsSubItem):
|
|
4778
4778
|
"""
|
|
4779
|
-
Argument
|
|
4779
|
+
Argument Z2.
|
|
4780
4780
|
"""
|
|
4781
4781
|
|
|
4782
4782
|
class _Node1(PyTextualCommandArgumentsSubItem):
|
|
@@ -4784,9 +4784,9 @@ class Root(PyMenu):
|
|
|
4784
4784
|
Argument Node1.
|
|
4785
4785
|
"""
|
|
4786
4786
|
|
|
4787
|
-
class
|
|
4787
|
+
class _Z1(PyNumericalCommandArgumentsSubItem):
|
|
4788
4788
|
"""
|
|
4789
|
-
Argument
|
|
4789
|
+
Argument Z1.
|
|
4790
4790
|
"""
|
|
4791
4791
|
|
|
4792
4792
|
class _Radius2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4804,14 +4804,14 @@ class Root(PyMenu):
|
|
|
4804
4804
|
Argument Node3.
|
|
4805
4805
|
"""
|
|
4806
4806
|
|
|
4807
|
-
class
|
|
4807
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
4808
4808
|
"""
|
|
4809
|
-
Argument
|
|
4809
|
+
Argument Node2.
|
|
4810
4810
|
"""
|
|
4811
4811
|
|
|
4812
|
-
class
|
|
4812
|
+
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
4813
4813
|
"""
|
|
4814
|
-
Argument
|
|
4814
|
+
Argument Y-Offset.
|
|
4815
4815
|
"""
|
|
4816
4816
|
|
|
4817
4817
|
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4876,15 +4876,15 @@ class Root(PyMenu):
|
|
|
4876
4876
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
4877
4877
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
|
|
4878
4878
|
self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
|
|
4879
|
-
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
4880
|
-
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
4881
4879
|
self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
|
|
4880
|
+
self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
|
|
4881
|
+
self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
|
|
4882
4882
|
self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
|
|
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):
|
|
@@ -4907,9 +4907,9 @@ class Root(PyMenu):
|
|
|
4907
4907
|
Argument CylinderX1.
|
|
4908
4908
|
"""
|
|
4909
4909
|
|
|
4910
|
-
class
|
|
4910
|
+
class _BoxZLength(PyNumericalCommandArgumentsSubItem):
|
|
4911
4911
|
"""
|
|
4912
|
-
Argument
|
|
4912
|
+
Argument BoxZLength.
|
|
4913
4913
|
"""
|
|
4914
4914
|
|
|
4915
4915
|
class _CylinderY1(PyNumericalCommandArgumentsSubItem):
|
|
@@ -4917,9 +4917,9 @@ class Root(PyMenu):
|
|
|
4917
4917
|
Argument CylinderY1.
|
|
4918
4918
|
"""
|
|
4919
4919
|
|
|
4920
|
-
class
|
|
4920
|
+
class _BoxXLength(PyNumericalCommandArgumentsSubItem):
|
|
4921
4921
|
"""
|
|
4922
|
-
Argument
|
|
4922
|
+
Argument BoxXLength.
|
|
4923
4923
|
"""
|
|
4924
4924
|
|
|
4925
4925
|
class _BoxCenterY(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.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5189
|
-
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5190
|
-
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5191
5188
|
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5189
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5190
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5191
|
+
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", 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.
|
|
5196
|
-
self.X = self._X(self, "X", service, rules, path)
|
|
5195
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
5197
5196
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5198
|
-
self.
|
|
5197
|
+
self.X = self._X(self, "X", service, rules, path)
|
|
5199
5198
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5199
|
+
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
5200
5200
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
5201
5201
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
5202
5202
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -5226,24 +5226,24 @@ class Root(PyMenu):
|
|
|
5226
5226
|
Argument DefeaturingSize.
|
|
5227
5227
|
"""
|
|
5228
5228
|
|
|
5229
|
-
class
|
|
5229
|
+
class _AspectRatio(PyNumericalCommandArgumentsSubItem):
|
|
5230
5230
|
"""
|
|
5231
|
-
Argument
|
|
5231
|
+
Argument AspectRatio.
|
|
5232
5232
|
"""
|
|
5233
5233
|
|
|
5234
|
-
class
|
|
5234
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
5235
5235
|
"""
|
|
5236
|
-
Argument
|
|
5236
|
+
Argument Rate.
|
|
5237
5237
|
"""
|
|
5238
5238
|
|
|
5239
|
-
class
|
|
5239
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
5240
5240
|
"""
|
|
5241
|
-
Argument
|
|
5241
|
+
Argument WakeGrowthFactor.
|
|
5242
5242
|
"""
|
|
5243
5243
|
|
|
5244
|
-
class
|
|
5244
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
5245
5245
|
"""
|
|
5246
|
-
Argument
|
|
5246
|
+
Argument BoundaryLayerLevels.
|
|
5247
5247
|
"""
|
|
5248
5248
|
|
|
5249
5249
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5261,14 +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
|
|
5265
|
-
"""
|
|
5266
|
-
Argument WakeGrowthFactor.
|
|
5267
|
-
"""
|
|
5268
|
-
|
|
5269
|
-
class _X(PyNumericalCommandArgumentsSubItem):
|
|
5264
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5270
5265
|
"""
|
|
5271
|
-
|
|
5266
|
+
Argument NumberOfLayers.
|
|
5272
5267
|
"""
|
|
5273
5268
|
|
|
5274
5269
|
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5276,9 +5271,9 @@ class Root(PyMenu):
|
|
|
5276
5271
|
Argument LastRatioPercentage.
|
|
5277
5272
|
"""
|
|
5278
5273
|
|
|
5279
|
-
class
|
|
5274
|
+
class _X(PyNumericalCommandArgumentsSubItem):
|
|
5280
5275
|
"""
|
|
5281
|
-
|
|
5276
|
+
Specify the x-coordinate of the offset collar mesh.
|
|
5282
5277
|
"""
|
|
5283
5278
|
|
|
5284
5279
|
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
@@ -5286,6 +5281,11 @@ class Root(PyMenu):
|
|
|
5286
5281
|
Argument FlipDirection.
|
|
5287
5282
|
"""
|
|
5288
5283
|
|
|
5284
|
+
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
5285
|
+
"""
|
|
5286
|
+
Argument OffsetMethodType.
|
|
5287
|
+
"""
|
|
5288
|
+
|
|
5289
5289
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
5290
5290
|
"""
|
|
5291
5291
|
Argument FirstHeight.
|
|
@@ -5313,8 +5313,8 @@ class Root(PyMenu):
|
|
|
5313
5313
|
|
|
5314
5314
|
def __init__(self, parent, attr, service, rules, path):
|
|
5315
5315
|
super().__init__(parent, attr, service, rules, path)
|
|
5316
|
-
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
5317
5316
|
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
5317
|
+
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
5318
5318
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
5319
5319
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
5320
5320
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
@@ -5326,19 +5326,19 @@ class Root(PyMenu):
|
|
|
5326
5326
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
5327
5327
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
5328
5328
|
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
5329
|
-
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5330
5329
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5330
|
+
self.X2 = self._X2(self, "X2", 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
|
|
|
5334
|
-
class
|
|
5334
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
5335
5335
|
"""
|
|
5336
|
-
Argument
|
|
5336
|
+
Argument HeightNode.
|
|
5337
5337
|
"""
|
|
5338
5338
|
|
|
5339
|
-
class
|
|
5339
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5340
5340
|
"""
|
|
5341
|
-
Argument
|
|
5341
|
+
Argument X-Offset.
|
|
5342
5342
|
"""
|
|
5343
5343
|
|
|
5344
5344
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5396,14 +5396,14 @@ class Root(PyMenu):
|
|
|
5396
5396
|
Argument Node2.
|
|
5397
5397
|
"""
|
|
5398
5398
|
|
|
5399
|
-
class
|
|
5399
|
+
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5400
5400
|
"""
|
|
5401
|
-
Argument
|
|
5401
|
+
Argument Y-Offset.
|
|
5402
5402
|
"""
|
|
5403
5403
|
|
|
5404
|
-
class
|
|
5404
|
+
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
5405
5405
|
"""
|
|
5406
|
-
Argument
|
|
5406
|
+
Argument X2.
|
|
5407
5407
|
"""
|
|
5408
5408
|
|
|
5409
5409
|
class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5463,9 +5463,9 @@ class Root(PyMenu):
|
|
|
5463
5463
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
5464
5464
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", 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)
|
|
@@ -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):
|
|
@@ -5774,17 +5774,17 @@ class Root(PyMenu):
|
|
|
5774
5774
|
self.Y = self._Y(self, "Y", service, rules, path)
|
|
5775
5775
|
self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
|
|
5776
5776
|
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
5777
|
-
self.
|
|
5778
|
-
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5777
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
5779
5778
|
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
5779
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", 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.
|
|
5783
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
5784
5784
|
self.X = self._X(self, "X", service, rules, path)
|
|
5785
5785
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
5786
|
-
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5787
5786
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
5787
|
+
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
5788
5788
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
|
|
5789
5789
|
self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
|
|
5790
5790
|
self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
|
|
@@ -5819,19 +5819,19 @@ class Root(PyMenu):
|
|
|
5819
5819
|
Specify the ratio of the prism base length to the prism layer height.
|
|
5820
5820
|
"""
|
|
5821
5821
|
|
|
5822
|
-
class
|
|
5822
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
5823
5823
|
"""
|
|
5824
|
-
|
|
5824
|
+
Specify the rate of growth of the boundary layer.
|
|
5825
5825
|
"""
|
|
5826
5826
|
|
|
5827
|
-
class
|
|
5827
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
5828
5828
|
"""
|
|
5829
|
-
Argument
|
|
5829
|
+
Argument BoundaryLayerLevels.
|
|
5830
5830
|
"""
|
|
5831
5831
|
|
|
5832
|
-
class
|
|
5832
|
+
class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
5833
5833
|
"""
|
|
5834
|
-
|
|
5834
|
+
Select the number of boundary layers to be generated.
|
|
5835
5835
|
"""
|
|
5836
5836
|
|
|
5837
5837
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -5849,9 +5849,9 @@ class Root(PyMenu):
|
|
|
5849
5849
|
Argument EdgeSelectionList.
|
|
5850
5850
|
"""
|
|
5851
5851
|
|
|
5852
|
-
class
|
|
5852
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
5853
5853
|
"""
|
|
5854
|
-
|
|
5854
|
+
Argument WakeGrowthFactor.
|
|
5855
5855
|
"""
|
|
5856
5856
|
|
|
5857
5857
|
class _X(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5864,14 +5864,14 @@ class Root(PyMenu):
|
|
|
5864
5864
|
Specify the offset height of the last layer as a percentage of the local base mesh size.
|
|
5865
5865
|
"""
|
|
5866
5866
|
|
|
5867
|
-
class
|
|
5867
|
+
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
5868
5868
|
"""
|
|
5869
|
-
|
|
5869
|
+
Choose the method that will be used to create the boundary layer, or prism, controls.
|
|
5870
5870
|
"""
|
|
5871
5871
|
|
|
5872
|
-
class
|
|
5872
|
+
class _FlipDirection(PyParameterCommandArgumentsSubItem):
|
|
5873
5873
|
"""
|
|
5874
|
-
|
|
5874
|
+
Argument FlipDirection.
|
|
5875
5875
|
"""
|
|
5876
5876
|
|
|
5877
5877
|
class _FirstHeight(PyNumericalCommandArgumentsSubItem):
|
|
@@ -5914,8 +5914,8 @@ class Root(PyMenu):
|
|
|
5914
5914
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
5915
5915
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
5916
5916
|
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
5917
|
-
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5918
5917
|
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
5918
|
+
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
5919
5919
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
5920
5920
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
5921
5921
|
|
|
@@ -5984,14 +5984,14 @@ class Root(PyMenu):
|
|
|
5984
5984
|
Argument X2.
|
|
5985
5985
|
"""
|
|
5986
5986
|
|
|
5987
|
-
class
|
|
5987
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
5988
5988
|
"""
|
|
5989
|
-
Argument
|
|
5989
|
+
Argument Node2.
|
|
5990
5990
|
"""
|
|
5991
5991
|
|
|
5992
|
-
class
|
|
5992
|
+
class _Y_Offset(PyNumericalCommandArgumentsSubItem):
|
|
5993
5993
|
"""
|
|
5994
|
-
Argument
|
|
5994
|
+
Argument Y-Offset.
|
|
5995
5995
|
"""
|
|
5996
5996
|
|
|
5997
5997
|
class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6051,9 +6051,9 @@ class Root(PyMenu):
|
|
|
6051
6051
|
self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
|
|
6052
6052
|
self.BoxYLength = self._BoxYLength(self, "BoxYLength", 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)
|
|
@@ -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):
|
|
@@ -6370,7 +6370,7 @@ class Root(PyMenu):
|
|
|
6370
6370
|
def __init__(self, parent, attr, service, rules, path):
|
|
6371
6371
|
super().__init__(parent, attr, service, rules, path)
|
|
6372
6372
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
6373
|
-
self.
|
|
6373
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
6374
6374
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
6375
6375
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
6376
6376
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -6381,16 +6381,16 @@ class Root(PyMenu):
|
|
|
6381
6381
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
6382
6382
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
6383
6383
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
6384
|
-
self.
|
|
6384
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
6385
6385
|
|
|
6386
6386
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
6387
6387
|
"""
|
|
6388
6388
|
Determine if you would like to specify the bounding box as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
|
|
6389
6389
|
"""
|
|
6390
6390
|
|
|
6391
|
-
class
|
|
6391
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
6392
6392
|
"""
|
|
6393
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
6393
|
+
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
6394
6394
|
"""
|
|
6395
6395
|
|
|
6396
6396
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -6443,9 +6443,9 @@ class Root(PyMenu):
|
|
|
6443
6443
|
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.
|
|
6444
6444
|
"""
|
|
6445
6445
|
|
|
6446
|
-
class
|
|
6446
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
6447
6447
|
"""
|
|
6448
|
-
Extends the maximum size of the bounding box in the X direction by the specified value.
|
|
6448
|
+
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.
|
|
6449
6449
|
"""
|
|
6450
6450
|
|
|
6451
6451
|
def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
|
|
@@ -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,16 +6981,16 @@ 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.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
|
|
6985
|
-
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
6986
6984
|
self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
|
|
6987
|
-
self.
|
|
6985
|
+
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
6986
|
+
self.Rate = self._Rate(self, "Rate", service, rules, path)
|
|
6987
|
+
self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", 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.
|
|
6992
|
-
self.X = self._X(self, "X", service, rules, path)
|
|
6991
|
+
self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
|
|
6993
6992
|
self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
|
|
6993
|
+
self.X = self._X(self, "X", service, rules, path)
|
|
6994
6994
|
self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
|
|
6995
6995
|
self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
|
|
6996
6996
|
self.FirstHeight = self._FirstHeight(self, "FirstHeight", 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 _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7032,14 +7032,14 @@ class Root(PyMenu):
|
|
|
7032
7032
|
Argument NumberOfLayers.
|
|
7033
7033
|
"""
|
|
7034
7034
|
|
|
7035
|
-
class
|
|
7035
|
+
class _Rate(PyNumericalCommandArgumentsSubItem):
|
|
7036
7036
|
"""
|
|
7037
|
-
Argument
|
|
7037
|
+
Argument Rate.
|
|
7038
7038
|
"""
|
|
7039
7039
|
|
|
7040
|
-
class
|
|
7040
|
+
class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
|
|
7041
7041
|
"""
|
|
7042
|
-
Specify the
|
|
7042
|
+
Specify the number of boundary layers that are to be captured in the refinement region.
|
|
7043
7043
|
"""
|
|
7044
7044
|
|
|
7045
7045
|
class _FlowDirection(PyTextualCommandArgumentsSubItem):
|
|
@@ -7057,19 +7057,19 @@ class Root(PyMenu):
|
|
|
7057
7057
|
Argument EdgeSelectionList.
|
|
7058
7058
|
"""
|
|
7059
7059
|
|
|
7060
|
-
class
|
|
7060
|
+
class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
|
|
7061
7061
|
"""
|
|
7062
|
-
|
|
7062
|
+
Specify the factor by which the refinement region expands in the wake of the flow direction.
|
|
7063
7063
|
"""
|
|
7064
7064
|
|
|
7065
|
-
class
|
|
7065
|
+
class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
|
|
7066
7066
|
"""
|
|
7067
|
-
|
|
7067
|
+
Argument LastRatioPercentage.
|
|
7068
7068
|
"""
|
|
7069
7069
|
|
|
7070
|
-
class
|
|
7070
|
+
class _X(PyNumericalCommandArgumentsSubItem):
|
|
7071
7071
|
"""
|
|
7072
|
-
|
|
7072
|
+
Specify the X-coordinate for the initial position of the cylindrical refinement region.
|
|
7073
7073
|
"""
|
|
7074
7074
|
|
|
7075
7075
|
class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
|
|
@@ -7109,8 +7109,8 @@ 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.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
7113
7112
|
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
7113
|
+
self.HeightNode = self._HeightNode(self, "HeightNode", 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)
|
|
@@ -7122,19 +7122,19 @@ class Root(PyMenu):
|
|
|
7122
7122
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
7123
7123
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
7124
7124
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
7125
|
-
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
7126
7125
|
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
7126
|
+
self.Node2 = self._Node2(self, "Node2", 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 _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
7131
7131
|
"""
|
|
7132
|
-
|
|
7132
|
+
Specify the X-coordinate for the offset of the initial position of the cylinder.
|
|
7133
7133
|
"""
|
|
7134
7134
|
|
|
7135
|
-
class
|
|
7135
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
7136
7136
|
"""
|
|
7137
|
-
|
|
7137
|
+
Argument HeightNode.
|
|
7138
7138
|
"""
|
|
7139
7139
|
|
|
7140
7140
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7192,14 +7192,14 @@ class Root(PyMenu):
|
|
|
7192
7192
|
Specify the Y-coordinate for the offset of the initial position of the cylinder.
|
|
7193
7193
|
"""
|
|
7194
7194
|
|
|
7195
|
-
class
|
|
7195
|
+
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
7196
7196
|
"""
|
|
7197
|
-
|
|
7197
|
+
Specify the X-coordinate of the second position of the cylinder.
|
|
7198
7198
|
"""
|
|
7199
7199
|
|
|
7200
|
-
class
|
|
7200
|
+
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
7201
7201
|
"""
|
|
7202
|
-
|
|
7202
|
+
Argument Node2.
|
|
7203
7203
|
"""
|
|
7204
7204
|
|
|
7205
7205
|
class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7266,8 +7266,8 @@ class Root(PyMenu):
|
|
|
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):
|
|
@@ -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):
|
|
@@ -7539,8 +7539,8 @@ class Root(PyMenu):
|
|
|
7539
7539
|
self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
|
|
7540
7540
|
self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
|
|
7541
7541
|
self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
|
|
7542
|
-
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
7543
7542
|
self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
|
|
7543
|
+
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
7544
7544
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
7545
7545
|
self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
|
|
7546
7546
|
self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
|
|
@@ -7563,14 +7563,14 @@ class Root(PyMenu):
|
|
|
7563
7563
|
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...
|
|
7564
7564
|
"""
|
|
7565
7565
|
|
|
7566
|
-
class
|
|
7566
|
+
class _Thickness(PyNumericalCommandArgumentsSubItem):
|
|
7567
7567
|
"""
|
|
7568
|
-
|
|
7568
|
+
Specify the thickness (or the total height) of the porous region.
|
|
7569
7569
|
"""
|
|
7570
7570
|
|
|
7571
|
-
class
|
|
7571
|
+
class _SelectionType(PyTextualCommandArgumentsSubItem):
|
|
7572
7572
|
"""
|
|
7573
|
-
|
|
7573
|
+
Choose how you want to make your selection (by object, zone, or label).
|
|
7574
7574
|
"""
|
|
7575
7575
|
|
|
7576
7576
|
class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -7912,8 +7912,8 @@ class Root(PyMenu):
|
|
|
7912
7912
|
super().__init__(parent, attr, service, rules, path)
|
|
7913
7913
|
self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
|
|
7914
7914
|
self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
|
|
7915
|
-
self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
|
|
7916
7915
|
self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
|
|
7916
|
+
self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
|
|
7917
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)
|
|
@@ -7931,14 +7931,14 @@ class Root(PyMenu):
|
|
|
7931
7931
|
Argument CloseLeakages.
|
|
7932
7932
|
"""
|
|
7933
7933
|
|
|
7934
|
-
class
|
|
7934
|
+
class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
|
|
7935
7935
|
"""
|
|
7936
|
-
|
|
7936
|
+
Display advanced options that you may want to apply to the workflow.
|
|
7937
7937
|
"""
|
|
7938
7938
|
|
|
7939
|
-
class
|
|
7939
|
+
class _CloseLeakges(PyTextualCommandArgumentsSubItem):
|
|
7940
7940
|
"""
|
|
7941
|
-
|
|
7941
|
+
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.
|
|
7942
7942
|
"""
|
|
7943
7943
|
|
|
7944
7944
|
class _ZeroThickness(PyTextualCommandArgumentsSubItem):
|
|
@@ -8179,7 +8179,6 @@ class Root(PyMenu):
|
|
|
8179
8179
|
Choose whether you want the extrusion to be based on a specified Total Height value, or one based on a specified First Height value. The relationship between the two is illustrated by:
|
|
8180
8180
|
SelectionType : str
|
|
8181
8181
|
ExtendToPeriodicPair : bool
|
|
8182
|
-
PreservePeriodicInfo : bool
|
|
8183
8182
|
ExtrudeNormalBased : bool
|
|
8184
8183
|
Specify whether the volume extrusion is derived from normal-based faceting or direction-based faceting. When enabled (the default), the volume extrusion is derived on normal-based faceting, such that for each layer, the normal is calculated and smoothing occurs, and is suitable for non-planar surfaces. For planar surfaces, disable this option to use a direction-based approach where the direction is chosen based on the average normal of the entire surface, and is used to extrude all layers.
|
|
8185
8184
|
ExternalBoundaryZoneList : list[str]
|
|
@@ -8209,7 +8208,6 @@ class Root(PyMenu):
|
|
|
8209
8208
|
self.Method = self._Method(self, "Method", service, rules, path)
|
|
8210
8209
|
self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
|
|
8211
8210
|
self.ExtendToPeriodicPair = self._ExtendToPeriodicPair(self, "ExtendToPeriodicPair", service, rules, path)
|
|
8212
|
-
self.PreservePeriodicInfo = self._PreservePeriodicInfo(self, "PreservePeriodicInfo", service, rules, path)
|
|
8213
8211
|
self.ExtrudeNormalBased = self._ExtrudeNormalBased(self, "ExtrudeNormalBased", service, rules, path)
|
|
8214
8212
|
self.ExternalBoundaryZoneList = self._ExternalBoundaryZoneList(self, "ExternalBoundaryZoneList", service, rules, path)
|
|
8215
8213
|
self.TopologyList = self._TopologyList(self, "TopologyList", service, rules, path)
|
|
@@ -8241,11 +8239,6 @@ class Root(PyMenu):
|
|
|
8241
8239
|
Argument ExtendToPeriodicPair.
|
|
8242
8240
|
"""
|
|
8243
8241
|
|
|
8244
|
-
class _PreservePeriodicInfo(PyParameterCommandArgumentsSubItem):
|
|
8245
|
-
"""
|
|
8246
|
-
Argument PreservePeriodicInfo.
|
|
8247
|
-
"""
|
|
8248
|
-
|
|
8249
8242
|
class _ExtrudeNormalBased(PyParameterCommandArgumentsSubItem):
|
|
8250
8243
|
"""
|
|
8251
8244
|
Specify whether the volume extrusion is derived from normal-based faceting or direction-based faceting. When enabled (the default), the volume extrusion is derived on normal-based faceting, such that for each layer, the normal is calculated and smoothing occurs, and is suitable for non-planar surfaces. For planar surfaces, disable this option to use a direction-based approach where the direction is chosen based on the average normal of the entire surface, and is used to extrude all layers.
|
|
@@ -8295,8 +8288,10 @@ class Root(PyMenu):
|
|
|
8295
8288
|
def __init__(self, parent, attr, service, rules, path):
|
|
8296
8289
|
super().__init__(parent, attr, service, rules, path)
|
|
8297
8290
|
self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
|
|
8291
|
+
self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
|
|
8298
8292
|
self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
|
|
8299
8293
|
self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", service, rules, path)
|
|
8294
|
+
self.BiasMethodControl = self._BiasMethodControl(self, "BiasMethodControl", service, rules, path)
|
|
8300
8295
|
self.ShowVMExtrudePreferences = self._ShowVMExtrudePreferences(self, "ShowVMExtrudePreferences", service, rules, path)
|
|
8301
8296
|
|
|
8302
8297
|
class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
|
|
@@ -8304,6 +8299,11 @@ class Root(PyMenu):
|
|
|
8304
8299
|
Argument MaxLayerHeight.
|
|
8305
8300
|
"""
|
|
8306
8301
|
|
|
8302
|
+
class _MidSpanLength(PyNumericalCommandArgumentsSubItem):
|
|
8303
|
+
"""
|
|
8304
|
+
Argument MidSpanLength.
|
|
8305
|
+
"""
|
|
8306
|
+
|
|
8307
8307
|
class _BiasMethod(PyTextualCommandArgumentsSubItem):
|
|
8308
8308
|
"""
|
|
8309
8309
|
Select from a choice of patterns that you want to apply to your volume mesh extrusion.
|
|
@@ -8314,6 +8314,11 @@ class Root(PyMenu):
|
|
|
8314
8314
|
Indicate whether or not you want to merge the extruded layers with any adjacent regions.
|
|
8315
8315
|
"""
|
|
8316
8316
|
|
|
8317
|
+
class _BiasMethodControl(PyTextualCommandArgumentsSubItem):
|
|
8318
|
+
"""
|
|
8319
|
+
Argument BiasMethodControl.
|
|
8320
|
+
"""
|
|
8321
|
+
|
|
8317
8322
|
class _ShowVMExtrudePreferences(PyParameterCommandArgumentsSubItem):
|
|
8318
8323
|
"""
|
|
8319
8324
|
Display advanced options that you may want to apply to the task.
|
|
@@ -8386,12 +8391,12 @@ class Root(PyMenu):
|
|
|
8386
8391
|
self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
|
|
8387
8392
|
self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
|
|
8388
8393
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
8389
|
-
self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
|
|
8390
8394
|
self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
|
|
8391
|
-
self.
|
|
8392
|
-
self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
|
|
8395
|
+
self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
|
|
8393
8396
|
self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
|
|
8394
8397
|
self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
|
|
8398
|
+
self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
|
|
8399
|
+
self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
|
|
8395
8400
|
self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
|
|
8396
8401
|
|
|
8397
8402
|
class _SplitQuads(PyTextualCommandArgumentsSubItem):
|
|
@@ -8409,24 +8414,14 @@ class Root(PyMenu):
|
|
|
8409
8414
|
Argument MinAspectRatio.
|
|
8410
8415
|
"""
|
|
8411
8416
|
|
|
8412
|
-
class _LocalRemesh(PyTextualCommandArgumentsSubItem):
|
|
8413
|
-
"""
|
|
8414
|
-
Argument LocalRemesh.
|
|
8415
|
-
"""
|
|
8416
|
-
|
|
8417
8417
|
class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
|
|
8418
8418
|
"""
|
|
8419
8419
|
Argument RemeshGrowthRate.
|
|
8420
8420
|
"""
|
|
8421
8421
|
|
|
8422
|
-
class
|
|
8423
|
-
"""
|
|
8424
|
-
Argument GapFactor.
|
|
8425
|
-
"""
|
|
8426
|
-
|
|
8427
|
-
class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
|
|
8422
|
+
class _LocalRemesh(PyTextualCommandArgumentsSubItem):
|
|
8428
8423
|
"""
|
|
8429
|
-
Argument
|
|
8424
|
+
Argument LocalRemesh.
|
|
8430
8425
|
"""
|
|
8431
8426
|
|
|
8432
8427
|
class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
|
|
@@ -8439,6 +8434,16 @@ class Root(PyMenu):
|
|
|
8439
8434
|
Argument RefineStretchedQuads.
|
|
8440
8435
|
"""
|
|
8441
8436
|
|
|
8437
|
+
class _GapFactor(PyNumericalCommandArgumentsSubItem):
|
|
8438
|
+
"""
|
|
8439
|
+
Argument GapFactor.
|
|
8440
|
+
"""
|
|
8441
|
+
|
|
8442
|
+
class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
|
|
8443
|
+
"""
|
|
8444
|
+
Argument ShowPrism2DPreferences.
|
|
8445
|
+
"""
|
|
8446
|
+
|
|
8442
8447
|
class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
|
|
8443
8448
|
"""
|
|
8444
8449
|
Argument nOrthogonalLayers.
|
|
@@ -9163,8 +9168,8 @@ class Root(PyMenu):
|
|
|
9163
9168
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
9164
9169
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9165
9170
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
9166
|
-
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
9167
9171
|
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
9172
|
+
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
9168
9173
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
9169
9174
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
9170
9175
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -9194,14 +9199,14 @@ class Root(PyMenu):
|
|
|
9194
9199
|
Set proximity based refinement. Edges considers edge-to-edge proximity, while Faces considers face-to-face proximity, and Faces and Edges considers both. More...
|
|
9195
9200
|
"""
|
|
9196
9201
|
|
|
9197
|
-
class
|
|
9202
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
9198
9203
|
"""
|
|
9199
|
-
|
|
9204
|
+
Enable this option to visualize the size field in the graphics window.
|
|
9200
9205
|
"""
|
|
9201
9206
|
|
|
9202
|
-
class
|
|
9207
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
9203
9208
|
"""
|
|
9204
|
-
|
|
9209
|
+
Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
|
|
9205
9210
|
"""
|
|
9206
9211
|
|
|
9207
9212
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -9303,12 +9308,12 @@ class Root(PyMenu):
|
|
|
9303
9308
|
super().__init__(parent, attr, service, rules, path)
|
|
9304
9309
|
self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
|
|
9305
9310
|
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
9306
|
-
self.
|
|
9311
|
+
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
9307
9312
|
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
9308
|
-
self.
|
|
9313
|
+
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
9309
9314
|
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
9310
9315
|
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
9311
|
-
self.
|
|
9316
|
+
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
9312
9317
|
self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
|
|
9313
9318
|
self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
|
|
9314
9319
|
self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
|
|
@@ -9330,9 +9335,9 @@ class Root(PyMenu):
|
|
|
9330
9335
|
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.
|
|
9331
9336
|
"""
|
|
9332
9337
|
|
|
9333
|
-
class
|
|
9338
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
9334
9339
|
"""
|
|
9335
|
-
Choose whether or not to
|
|
9340
|
+
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.
|
|
9336
9341
|
"""
|
|
9337
9342
|
|
|
9338
9343
|
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
@@ -9340,9 +9345,9 @@ class Root(PyMenu):
|
|
|
9340
9345
|
Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
|
|
9341
9346
|
"""
|
|
9342
9347
|
|
|
9343
|
-
class
|
|
9348
|
+
class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
|
|
9344
9349
|
"""
|
|
9345
|
-
|
|
9350
|
+
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.
|
|
9346
9351
|
"""
|
|
9347
9352
|
|
|
9348
9353
|
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
@@ -9355,9 +9360,9 @@ class Root(PyMenu):
|
|
|
9355
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.
|
|
9356
9361
|
"""
|
|
9357
9362
|
|
|
9358
|
-
class
|
|
9363
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
9359
9364
|
"""
|
|
9360
|
-
|
|
9365
|
+
Argument AutoMerge.
|
|
9361
9366
|
"""
|
|
9362
9367
|
|
|
9363
9368
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -9462,18 +9467,18 @@ class Root(PyMenu):
|
|
|
9462
9467
|
|
|
9463
9468
|
def __init__(self, parent, attr, service, rules, path):
|
|
9464
9469
|
super().__init__(parent, attr, service, rules, path)
|
|
9465
|
-
self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
|
|
9466
9470
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
9471
|
+
self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
|
|
9467
9472
|
self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
|
|
9468
9473
|
|
|
9469
|
-
class
|
|
9474
|
+
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
9470
9475
|
"""
|
|
9471
|
-
|
|
9476
|
+
Specify the maximum size of the elements for the surface mesh.
|
|
9472
9477
|
"""
|
|
9473
9478
|
|
|
9474
|
-
class
|
|
9479
|
+
class _RefineFaceting(PyParameterCommandArgumentsSubItem):
|
|
9475
9480
|
"""
|
|
9476
|
-
|
|
9481
|
+
Argument RefineFaceting.
|
|
9477
9482
|
"""
|
|
9478
9483
|
|
|
9479
9484
|
class _Tolerance(PyNumericalCommandArgumentsSubItem):
|
|
@@ -9494,11 +9499,11 @@ class Root(PyMenu):
|
|
|
9494
9499
|
self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
|
|
9495
9500
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
9496
9501
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
9497
|
-
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
9498
|
-
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
9499
9502
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
9500
|
-
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
9501
9503
|
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
9504
|
+
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
9505
|
+
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
9506
|
+
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
9502
9507
|
|
|
9503
9508
|
class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
|
|
9504
9509
|
"""
|
|
@@ -9530,19 +9535,19 @@ class Root(PyMenu):
|
|
|
9530
9535
|
Argument OneZonePer.
|
|
9531
9536
|
"""
|
|
9532
9537
|
|
|
9533
|
-
class
|
|
9538
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
9534
9539
|
"""
|
|
9535
|
-
Argument
|
|
9540
|
+
Argument UsePartOrBodyAsSuffix.
|
|
9536
9541
|
"""
|
|
9537
9542
|
|
|
9538
|
-
class
|
|
9543
|
+
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
9539
9544
|
"""
|
|
9540
|
-
Argument
|
|
9545
|
+
Argument ImportNamedSelections.
|
|
9541
9546
|
"""
|
|
9542
9547
|
|
|
9543
|
-
class
|
|
9548
|
+
class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
|
|
9544
9549
|
"""
|
|
9545
|
-
Argument
|
|
9550
|
+
Argument ImportCurvatureDataFromCAD.
|
|
9546
9551
|
"""
|
|
9547
9552
|
|
|
9548
9553
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -9550,9 +9555,9 @@ class Root(PyMenu):
|
|
|
9550
9555
|
Argument ImportPartNames.
|
|
9551
9556
|
"""
|
|
9552
9557
|
|
|
9553
|
-
class
|
|
9558
|
+
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
9554
9559
|
"""
|
|
9555
|
-
Argument
|
|
9560
|
+
Argument ExtractFeatures.
|
|
9556
9561
|
"""
|
|
9557
9562
|
|
|
9558
9563
|
class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
|
|
@@ -10115,13 +10120,13 @@ class Root(PyMenu):
|
|
|
10115
10120
|
|
|
10116
10121
|
def __init__(self, parent, attr, service, rules, path):
|
|
10117
10122
|
super().__init__(parent, attr, service, rules, path)
|
|
10118
|
-
self.
|
|
10119
|
-
self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
|
|
10120
|
-
self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
|
|
10123
|
+
self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
|
|
10121
10124
|
self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
|
|
10125
|
+
self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
|
|
10126
|
+
self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
|
|
10122
10127
|
self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
|
|
10123
|
-
self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
|
|
10124
10128
|
self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
|
|
10129
|
+
self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
|
|
10125
10130
|
self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
|
|
10126
10131
|
self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
|
|
10127
10132
|
self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
|
|
@@ -10130,20 +10135,20 @@ class Root(PyMenu):
|
|
|
10130
10135
|
self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
|
|
10131
10136
|
self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
|
|
10132
10137
|
self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
|
|
10133
|
-
self.
|
|
10138
|
+
self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
|
|
10134
10139
|
self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
|
|
10135
10140
|
self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
|
|
10136
|
-
self.
|
|
10141
|
+
self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
|
|
10137
10142
|
self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
|
|
10138
10143
|
|
|
10139
|
-
class
|
|
10144
|
+
class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
|
|
10140
10145
|
"""
|
|
10141
|
-
|
|
10146
|
+
Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
|
|
10142
10147
|
"""
|
|
10143
10148
|
|
|
10144
|
-
class
|
|
10149
|
+
class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
|
|
10145
10150
|
"""
|
|
10146
|
-
|
|
10151
|
+
Specify the angle to preserve features when using a polyhedral-based mesh.
|
|
10147
10152
|
"""
|
|
10148
10153
|
|
|
10149
10154
|
class _MinPolySize(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10151,9 +10156,9 @@ class Root(PyMenu):
|
|
|
10151
10156
|
Argument MinPolySize.
|
|
10152
10157
|
"""
|
|
10153
10158
|
|
|
10154
|
-
class
|
|
10159
|
+
class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
|
|
10155
10160
|
"""
|
|
10156
|
-
|
|
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.
|
|
10157
10162
|
"""
|
|
10158
10163
|
|
|
10159
10164
|
class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
|
|
@@ -10161,14 +10166,14 @@ class Root(PyMenu):
|
|
|
10161
10166
|
Argument SizeFieldPeriodicity.
|
|
10162
10167
|
"""
|
|
10163
10168
|
|
|
10164
|
-
class
|
|
10169
|
+
class _UseSizeField(PyTextualCommandArgumentsSubItem):
|
|
10165
10170
|
"""
|
|
10166
|
-
|
|
10171
|
+
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.
|
|
10167
10172
|
"""
|
|
10168
10173
|
|
|
10169
|
-
class
|
|
10174
|
+
class _QualityMethod(PyTextualCommandArgumentsSubItem):
|
|
10170
10175
|
"""
|
|
10171
|
-
|
|
10176
|
+
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... .
|
|
10172
10177
|
"""
|
|
10173
10178
|
|
|
10174
10179
|
class _PolyInSolids(PyTextualCommandArgumentsSubItem):
|
|
@@ -10211,9 +10216,9 @@ class Root(PyMenu):
|
|
|
10211
10216
|
Indicate whether or not you want to avoid any potential 1:8 cell transition in the hexcore region of the volume mesh, replacing any abrupt change in the cell size with polyhedral cells to improve solver performance in such transitional areas.
|
|
10212
10217
|
"""
|
|
10213
10218
|
|
|
10214
|
-
class
|
|
10219
|
+
class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
|
|
10215
10220
|
"""
|
|
10216
|
-
|
|
10221
|
+
Argument MinFaceArea.
|
|
10217
10222
|
"""
|
|
10218
10223
|
|
|
10219
10224
|
class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10226,9 +10231,9 @@ class Root(PyMenu):
|
|
|
10226
10231
|
Specify the rate of growth for a tetrahedron or polyhedron mesh.
|
|
10227
10232
|
"""
|
|
10228
10233
|
|
|
10229
|
-
class
|
|
10234
|
+
class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
10230
10235
|
"""
|
|
10231
|
-
|
|
10236
|
+
Display advanced options that you may want to apply to the task.
|
|
10232
10237
|
"""
|
|
10233
10238
|
|
|
10234
10239
|
class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
|
|
@@ -10323,19 +10328,19 @@ class Root(PyMenu):
|
|
|
10323
10328
|
|
|
10324
10329
|
def __init__(self, parent, attr, service, rules, path):
|
|
10325
10330
|
super().__init__(parent, attr, service, rules, path)
|
|
10326
|
-
self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
|
|
10327
10331
|
self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
|
|
10332
|
+
self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
|
|
10328
10333
|
self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
|
|
10329
10334
|
self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
|
|
10330
10335
|
|
|
10331
|
-
class
|
|
10336
|
+
class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
|
|
10332
10337
|
"""
|
|
10333
|
-
|
|
10338
|
+
When set to yes, will automatically swap source and target faces in order to increase the success rate of the thin volume mesh generation. This option is set to yes by default for conventional thin volume meshing and is set to no when Stacked Plates is enabled.
|
|
10334
10339
|
"""
|
|
10335
10340
|
|
|
10336
|
-
class
|
|
10341
|
+
class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
|
|
10337
10342
|
"""
|
|
10338
|
-
|
|
10343
|
+
Display global settings for thin volume meshing.
|
|
10339
10344
|
"""
|
|
10340
10345
|
|
|
10341
10346
|
class _StairStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -10495,8 +10500,8 @@ class Root(PyMenu):
|
|
|
10495
10500
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
10496
10501
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
10497
10502
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
10498
|
-
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
10499
10503
|
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
10504
|
+
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
10500
10505
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
10501
10506
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
10502
10507
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -10526,14 +10531,14 @@ class Root(PyMenu):
|
|
|
10526
10531
|
Argument ScopeProximityTo.
|
|
10527
10532
|
"""
|
|
10528
10533
|
|
|
10529
|
-
class
|
|
10534
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
10530
10535
|
"""
|
|
10531
|
-
Argument
|
|
10536
|
+
Argument PreviewSizefield.
|
|
10532
10537
|
"""
|
|
10533
10538
|
|
|
10534
|
-
class
|
|
10539
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
10535
10540
|
"""
|
|
10536
|
-
Argument
|
|
10541
|
+
Argument CurvatureNormalAngle.
|
|
10537
10542
|
"""
|
|
10538
10543
|
|
|
10539
10544
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -11006,8 +11011,8 @@ class Root(PyMenu):
|
|
|
11006
11011
|
|
|
11007
11012
|
def __init__(self, parent, attr, service, rules, path):
|
|
11008
11013
|
super().__init__(parent, attr, service, rules, path)
|
|
11009
|
-
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
11010
11014
|
self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
|
|
11015
|
+
self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
|
|
11011
11016
|
self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
|
|
11012
11017
|
self.X1 = self._X1(self, "X1", service, rules, path)
|
|
11013
11018
|
self.Y1 = self._Y1(self, "Y1", service, rules, path)
|
|
@@ -11018,20 +11023,20 @@ class Root(PyMenu):
|
|
|
11018
11023
|
self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
|
|
11019
11024
|
self.Y2 = self._Y2(self, "Y2", service, rules, path)
|
|
11020
11025
|
self.Node3 = self._Node3(self, "Node3", service, rules, path)
|
|
11021
|
-
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
11022
11026
|
self.Node2 = self._Node2(self, "Node2", service, rules, path)
|
|
11023
11027
|
self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
|
|
11028
|
+
self.X2 = self._X2(self, "X2", service, rules, path)
|
|
11024
11029
|
self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
|
|
11025
11030
|
self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
|
|
11026
11031
|
|
|
11027
|
-
class
|
|
11032
|
+
class _HeightNode(PyTextualCommandArgumentsSubItem):
|
|
11028
11033
|
"""
|
|
11029
|
-
Argument
|
|
11034
|
+
Argument HeightNode.
|
|
11030
11035
|
"""
|
|
11031
11036
|
|
|
11032
|
-
class
|
|
11037
|
+
class _X_Offset(PyNumericalCommandArgumentsSubItem):
|
|
11033
11038
|
"""
|
|
11034
|
-
Argument
|
|
11039
|
+
Argument X-Offset.
|
|
11035
11040
|
"""
|
|
11036
11041
|
|
|
11037
11042
|
class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11084,11 +11089,6 @@ class Root(PyMenu):
|
|
|
11084
11089
|
Argument Node3.
|
|
11085
11090
|
"""
|
|
11086
11091
|
|
|
11087
|
-
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
11088
|
-
"""
|
|
11089
|
-
Argument X2.
|
|
11090
|
-
"""
|
|
11091
|
-
|
|
11092
11092
|
class _Node2(PyTextualCommandArgumentsSubItem):
|
|
11093
11093
|
"""
|
|
11094
11094
|
Argument Node2.
|
|
@@ -11099,6 +11099,11 @@ class Root(PyMenu):
|
|
|
11099
11099
|
Argument Y-Offset.
|
|
11100
11100
|
"""
|
|
11101
11101
|
|
|
11102
|
+
class _X2(PyNumericalCommandArgumentsSubItem):
|
|
11103
|
+
"""
|
|
11104
|
+
Argument X2.
|
|
11105
|
+
"""
|
|
11106
|
+
|
|
11102
11107
|
class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
|
|
11103
11108
|
"""
|
|
11104
11109
|
Argument HeightFrontInc.
|
|
@@ -11122,7 +11127,7 @@ class Root(PyMenu):
|
|
|
11122
11127
|
def __init__(self, parent, attr, service, rules, path):
|
|
11123
11128
|
super().__init__(parent, attr, service, rules, path)
|
|
11124
11129
|
self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
|
|
11125
|
-
self.
|
|
11130
|
+
self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
|
|
11126
11131
|
self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
|
|
11127
11132
|
self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
|
|
11128
11133
|
self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
|
|
@@ -11133,16 +11138,16 @@ class Root(PyMenu):
|
|
|
11133
11138
|
self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
|
|
11134
11139
|
self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
|
|
11135
11140
|
self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
|
|
11136
|
-
self.
|
|
11141
|
+
self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
|
|
11137
11142
|
|
|
11138
11143
|
class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
|
|
11139
11144
|
"""
|
|
11140
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.
|
|
11141
11146
|
"""
|
|
11142
11147
|
|
|
11143
|
-
class
|
|
11148
|
+
class _Xmax(PyNumericalCommandArgumentsSubItem):
|
|
11144
11149
|
"""
|
|
11145
|
-
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.
|
|
11146
11151
|
"""
|
|
11147
11152
|
|
|
11148
11153
|
class _XminRatio(PyNumericalCommandArgumentsSubItem):
|
|
@@ -11195,9 +11200,9 @@ class Root(PyMenu):
|
|
|
11195
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.
|
|
11196
11201
|
"""
|
|
11197
11202
|
|
|
11198
|
-
class
|
|
11203
|
+
class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
|
|
11199
11204
|
"""
|
|
11200
|
-
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. The value is the ratio relative to the geometry size in the X direction.
|
|
11201
11206
|
"""
|
|
11202
11207
|
|
|
11203
11208
|
def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
|
|
@@ -11629,10 +11634,10 @@ class Root(PyMenu):
|
|
|
11629
11634
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
11630
11635
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
11631
11636
|
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11632
|
-
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11633
11637
|
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11634
|
-
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11635
11638
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
11639
|
+
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11640
|
+
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11636
11641
|
|
|
11637
11642
|
class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
|
|
11638
11643
|
"""
|
|
@@ -11669,14 +11674,14 @@ class Root(PyMenu):
|
|
|
11669
11674
|
Argument ImportCurvatureDataFromCAD.
|
|
11670
11675
|
"""
|
|
11671
11676
|
|
|
11672
|
-
class
|
|
11677
|
+
class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
|
|
11673
11678
|
"""
|
|
11674
|
-
Argument
|
|
11679
|
+
Argument ExtractFeatures.
|
|
11675
11680
|
"""
|
|
11676
11681
|
|
|
11677
|
-
class
|
|
11682
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
11678
11683
|
"""
|
|
11679
|
-
Argument
|
|
11684
|
+
Argument UsePartOrBodyAsSuffix.
|
|
11680
11685
|
"""
|
|
11681
11686
|
|
|
11682
11687
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -11684,9 +11689,9 @@ class Root(PyMenu):
|
|
|
11684
11689
|
Argument ImportPartNames.
|
|
11685
11690
|
"""
|
|
11686
11691
|
|
|
11687
|
-
class
|
|
11692
|
+
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
11688
11693
|
"""
|
|
11689
|
-
Argument
|
|
11694
|
+
Argument ImportNamedSelections.
|
|
11690
11695
|
"""
|
|
11691
11696
|
|
|
11692
11697
|
def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
|
|
@@ -11777,13 +11782,11 @@ class Root(PyMenu):
|
|
|
11777
11782
|
def __init__(self, parent, attr, service, rules, path):
|
|
11778
11783
|
super().__init__(parent, attr, service, rules, path)
|
|
11779
11784
|
self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
|
|
11780
|
-
self.MaxFacetLengthOption = self._MaxFacetLengthOption(self, "MaxFacetLengthOption", service, rules, path)
|
|
11781
|
-
self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
|
|
11782
11785
|
self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
|
|
11783
|
-
self.
|
|
11786
|
+
self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
|
|
11784
11787
|
self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
|
|
11788
|
+
self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
|
|
11785
11789
|
self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
|
|
11786
|
-
self.MaxFacetLengthRatio = self._MaxFacetLengthRatio(self, "MaxFacetLengthRatio", service, rules, path)
|
|
11787
11790
|
self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
|
|
11788
11791
|
self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
|
|
11789
11792
|
self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
|
|
@@ -11795,9 +11798,9 @@ class Root(PyMenu):
|
|
|
11795
11798
|
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.
|
|
11796
11799
|
"""
|
|
11797
11800
|
|
|
11798
|
-
class
|
|
11801
|
+
class _FacetedBodies(PyTextualCommandArgumentsSubItem):
|
|
11799
11802
|
"""
|
|
11800
|
-
|
|
11803
|
+
When performing faceting and wrapping operations in your CAD tool lead to non-CAD geometries, set this option to yes to be able to use such geometries in the workflow. To ensure a relatively good quality surface mesh, you should shrink wrap any faceted bodies. In addition, each shrink-wrapped faceted body should be defined in its own unique component within the CAD environment.
|
|
11801
11804
|
"""
|
|
11802
11805
|
|
|
11803
11806
|
class _CISeparation(PyTextualCommandArgumentsSubItem):
|
|
@@ -11805,9 +11808,9 @@ class Root(PyMenu):
|
|
|
11805
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.
|
|
11806
11809
|
"""
|
|
11807
11810
|
|
|
11808
|
-
class
|
|
11811
|
+
class _MergeNodes(PyTextualCommandArgumentsSubItem):
|
|
11809
11812
|
"""
|
|
11810
|
-
|
|
11813
|
+
Argument MergeNodes.
|
|
11811
11814
|
"""
|
|
11812
11815
|
|
|
11813
11816
|
class _CIRefaceting(PyParameterCommandArgumentsSubItem):
|
|
@@ -11815,21 +11818,11 @@ class Root(PyMenu):
|
|
|
11815
11818
|
Enable this option to be able to set the Tolerance and the Max Facet Length custom faceting options for the imported geometry.
|
|
11816
11819
|
"""
|
|
11817
11820
|
|
|
11818
|
-
class _MergeNodes(PyTextualCommandArgumentsSubItem):
|
|
11819
|
-
"""
|
|
11820
|
-
Argument MergeNodes.
|
|
11821
|
-
"""
|
|
11822
|
-
|
|
11823
11821
|
class _AutomaticObjectCreation(PyTextualCommandArgumentsSubItem):
|
|
11824
11822
|
"""
|
|
11825
11823
|
Determine whether or not mesh objects and labels are automatically created upon import, potentially and dramatically increasing the mesh import speed for very large cases. By default, this is set to yes however, if it is set to no, then no labels are created and a single mesh object is created employing all zones.
|
|
11826
11824
|
"""
|
|
11827
11825
|
|
|
11828
|
-
class _MaxFacetLengthRatio(PyNumericalCommandArgumentsSubItem):
|
|
11829
|
-
"""
|
|
11830
|
-
Argument MaxFacetLengthRatio.
|
|
11831
|
-
"""
|
|
11832
|
-
|
|
11833
11826
|
class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
|
|
11834
11827
|
"""
|
|
11835
11828
|
Enables you to specify a maximum facet size for the imported model to avoid very large facets during the file import. Depending on the CAD geometry, this may yield more accuracy.
|
|
@@ -11903,9 +11896,9 @@ class Root(PyMenu):
|
|
|
11903
11896
|
self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
|
|
11904
11897
|
self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
|
|
11905
11898
|
self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
|
|
11906
|
-
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11907
|
-
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11908
11899
|
self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
|
|
11900
|
+
self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
|
|
11901
|
+
self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
|
|
11909
11902
|
self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
|
|
11910
11903
|
self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
|
|
11911
11904
|
|
|
@@ -11939,9 +11932,9 @@ class Root(PyMenu):
|
|
|
11939
11932
|
Argument OneZonePer.
|
|
11940
11933
|
"""
|
|
11941
11934
|
|
|
11942
|
-
class
|
|
11935
|
+
class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
|
|
11943
11936
|
"""
|
|
11944
|
-
Argument
|
|
11937
|
+
Argument UsePartOrBodyAsSuffix.
|
|
11945
11938
|
"""
|
|
11946
11939
|
|
|
11947
11940
|
class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
|
|
@@ -11949,9 +11942,9 @@ class Root(PyMenu):
|
|
|
11949
11942
|
Argument ImportNamedSelections.
|
|
11950
11943
|
"""
|
|
11951
11944
|
|
|
11952
|
-
class
|
|
11945
|
+
class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
|
|
11953
11946
|
"""
|
|
11954
|
-
Argument
|
|
11947
|
+
Argument ImportCurvatureDataFromCAD.
|
|
11955
11948
|
"""
|
|
11956
11949
|
|
|
11957
11950
|
class _ImportPartNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -12398,8 +12391,8 @@ class Root(PyMenu):
|
|
|
12398
12391
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
12399
12392
|
self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
|
|
12400
12393
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
12401
|
-
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12402
12394
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
12395
|
+
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
12403
12396
|
self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
|
|
12404
12397
|
self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
|
|
12405
12398
|
self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
|
|
@@ -12420,14 +12413,14 @@ class Root(PyMenu):
|
|
|
12420
12413
|
Argument Deviation.
|
|
12421
12414
|
"""
|
|
12422
12415
|
|
|
12423
|
-
class
|
|
12416
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
12424
12417
|
"""
|
|
12425
|
-
Argument
|
|
12418
|
+
Argument NormalAngle.
|
|
12426
12419
|
"""
|
|
12427
12420
|
|
|
12428
|
-
class
|
|
12421
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
12429
12422
|
"""
|
|
12430
|
-
Argument
|
|
12423
|
+
Argument MaxEdgeLengthFactor.
|
|
12431
12424
|
"""
|
|
12432
12425
|
|
|
12433
12426
|
class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
|
|
@@ -13013,8 +13006,8 @@ class Root(PyMenu):
|
|
|
13013
13006
|
self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
|
|
13014
13007
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
13015
13008
|
self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
|
|
13016
|
-
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
13017
13009
|
self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
|
|
13010
|
+
self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
|
|
13018
13011
|
self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
|
|
13019
13012
|
self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
|
|
13020
13013
|
self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
|
|
@@ -13044,14 +13037,14 @@ class Root(PyMenu):
|
|
|
13044
13037
|
Argument ScopeProximityTo.
|
|
13045
13038
|
"""
|
|
13046
13039
|
|
|
13047
|
-
class
|
|
13040
|
+
class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
|
|
13048
13041
|
"""
|
|
13049
|
-
Argument
|
|
13042
|
+
Argument PreviewSizefield.
|
|
13050
13043
|
"""
|
|
13051
13044
|
|
|
13052
|
-
class
|
|
13045
|
+
class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
13053
13046
|
"""
|
|
13054
|
-
Argument
|
|
13047
|
+
Argument CurvatureNormalAngle.
|
|
13055
13048
|
"""
|
|
13056
13049
|
|
|
13057
13050
|
class _SaveSizeField(PyParameterCommandArgumentsSubItem):
|
|
@@ -13333,10 +13326,10 @@ class Root(PyMenu):
|
|
|
13333
13326
|
super().__init__(parent, attr, service, rules, path)
|
|
13334
13327
|
self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
|
|
13335
13328
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
13336
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13337
13329
|
self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
|
|
13338
|
-
self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
|
|
13339
13330
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
13331
|
+
self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
|
|
13332
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13340
13333
|
|
|
13341
13334
|
class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
|
|
13342
13335
|
"""
|
|
@@ -13348,14 +13341,14 @@ class Root(PyMenu):
|
|
|
13348
13341
|
Specify a maximum element size for the imported model to avoid very large facets during the file import.
|
|
13349
13342
|
"""
|
|
13350
13343
|
|
|
13351
|
-
class
|
|
13344
|
+
class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
|
|
13352
13345
|
"""
|
|
13353
|
-
|
|
13346
|
+
Specifies the maximum size of the facets relative to the bounding box of the geometry.
|
|
13354
13347
|
"""
|
|
13355
13348
|
|
|
13356
|
-
class
|
|
13349
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
13357
13350
|
"""
|
|
13358
|
-
|
|
13351
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
13359
13352
|
"""
|
|
13360
13353
|
|
|
13361
13354
|
class _Refacet(PyParameterCommandArgumentsSubItem):
|
|
@@ -13363,9 +13356,9 @@ class Root(PyMenu):
|
|
|
13363
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...
|
|
13364
13357
|
"""
|
|
13365
13358
|
|
|
13366
|
-
class
|
|
13359
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
13367
13360
|
"""
|
|
13368
|
-
Specify
|
|
13361
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
13369
13362
|
"""
|
|
13370
13363
|
|
|
13371
13364
|
class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
|
|
@@ -13428,8 +13421,8 @@ class Root(PyMenu):
|
|
|
13428
13421
|
super().__init__(parent, attr, service, rules, path)
|
|
13429
13422
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
13430
13423
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
13431
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13432
13424
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
13425
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
13433
13426
|
|
|
13434
13427
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
13435
13428
|
"""
|
|
@@ -13441,14 +13434,14 @@ class Root(PyMenu):
|
|
|
13441
13434
|
This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
|
|
13442
13435
|
"""
|
|
13443
13436
|
|
|
13444
|
-
class
|
|
13437
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
13445
13438
|
"""
|
|
13446
|
-
Specify
|
|
13439
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
13447
13440
|
"""
|
|
13448
13441
|
|
|
13449
|
-
class
|
|
13442
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
13450
13443
|
"""
|
|
13451
|
-
Specify
|
|
13444
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
13452
13445
|
"""
|
|
13453
13446
|
|
|
13454
13447
|
def create_instance(self) -> _PartManagementCommandArguments:
|
|
@@ -14197,11 +14190,11 @@ class Root(PyMenu):
|
|
|
14197
14190
|
self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
|
|
14198
14191
|
self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
|
|
14199
14192
|
self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
|
|
14200
|
-
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
14201
|
-
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
14202
14193
|
self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
|
|
14203
|
-
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
14204
14194
|
self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
|
|
14195
|
+
self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
|
|
14196
|
+
self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
|
|
14197
|
+
self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
|
|
14205
14198
|
self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
|
|
14206
14199
|
self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
|
|
14207
14200
|
self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
|
|
@@ -14228,19 +14221,19 @@ class Root(PyMenu):
|
|
|
14228
14221
|
Argument SMQualityImprove.
|
|
14229
14222
|
"""
|
|
14230
14223
|
|
|
14231
|
-
class
|
|
14224
|
+
class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
|
|
14232
14225
|
"""
|
|
14233
|
-
Argument
|
|
14226
|
+
Argument ShowSurfaceMeshPreferences.
|
|
14234
14227
|
"""
|
|
14235
14228
|
|
|
14236
|
-
class
|
|
14229
|
+
class _AutoMerge(PyParameterCommandArgumentsSubItem):
|
|
14237
14230
|
"""
|
|
14238
|
-
Argument
|
|
14231
|
+
Argument AutoMerge.
|
|
14239
14232
|
"""
|
|
14240
14233
|
|
|
14241
|
-
class
|
|
14234
|
+
class _SMSeparation(PyTextualCommandArgumentsSubItem):
|
|
14242
14235
|
"""
|
|
14243
|
-
Argument
|
|
14236
|
+
Argument SMSeparation.
|
|
14244
14237
|
"""
|
|
14245
14238
|
|
|
14246
14239
|
class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
|
|
@@ -14248,9 +14241,9 @@ class Root(PyMenu):
|
|
|
14248
14241
|
Argument TVMAutoControlCreation.
|
|
14249
14242
|
"""
|
|
14250
14243
|
|
|
14251
|
-
class
|
|
14244
|
+
class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
|
|
14252
14245
|
"""
|
|
14253
|
-
Argument
|
|
14246
|
+
Argument SMSeparationAngle.
|
|
14254
14247
|
"""
|
|
14255
14248
|
|
|
14256
14249
|
class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
|
|
@@ -14387,8 +14380,8 @@ class Root(PyMenu):
|
|
|
14387
14380
|
self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
|
|
14388
14381
|
self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
|
|
14389
14382
|
self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
|
|
14390
|
-
self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
|
|
14391
14383
|
self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
|
|
14384
|
+
self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
|
|
14392
14385
|
self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
|
|
14393
14386
|
self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
|
|
14394
14387
|
self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
|
|
@@ -14409,14 +14402,14 @@ class Root(PyMenu):
|
|
|
14409
14402
|
Argument NewLabelType.
|
|
14410
14403
|
"""
|
|
14411
14404
|
|
|
14412
|
-
class
|
|
14405
|
+
class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
|
|
14413
14406
|
"""
|
|
14414
|
-
Argument
|
|
14407
|
+
Argument NewLabelResolution.
|
|
14415
14408
|
"""
|
|
14416
14409
|
|
|
14417
|
-
class
|
|
14410
|
+
class _NewLabels(PyTextualCommandArgumentsSubItem):
|
|
14418
14411
|
"""
|
|
14419
|
-
Argument
|
|
14412
|
+
Argument NewLabels.
|
|
14420
14413
|
"""
|
|
14421
14414
|
|
|
14422
14415
|
class _NewLabelMax(PyTextualCommandArgumentsSubItem):
|