DefeatureSettings#
- class pyedb.dotnet.database.sim_setup_data.data.settings.DefeatureSettings(parent)#
Bases:
objectManages EDB methods for defeature settings.
Overview#
Absolute length for polygon defeaturing. |
|
Defeature ratio. |
|
Whether to turn on healing of mis-aligned points and edges. |
|
Model type. |
|
Whether to remove floating geometries. |
|
Small voids to remove area. |
|
Whether to turn on the union of polygons before meshing. |
|
Whether to turn on the defeature. |
|
Whether to turn on the defeature absolute length. |
Import detail#
from pyedb.dotnet.database.sim_setup_data.data.settings import DefeatureSettings
Property detail#
- property DefeatureSettings.defeature_abs_length#
Absolute length for polygon defeaturing.
- Returns:
- property DefeatureSettings.healing_option#
Whether to turn on healing of mis-aligned points and edges. Options are: 0- Turn off. 1- Turn on.
- Returns:
- property DefeatureSettings.remove_floating_geometry#
Whether to remove floating geometries.
- Returns:
- bool
Trueif floating geometry removal is used,Falseotherwise.
- property DefeatureSettings.union_polygons#
Whether to turn on the union of polygons before meshing.
- Returns:
- bool
Trueif union polygons is used,Falseotherwise.