TessellationOptions
#
- class ansys.geometry.core.misc.options.TessellationOptions(surface_deviation: ansys.geometry.core.typing.Real, angle_deviation: ansys.geometry.core.typing.Real, max_aspect_ratio: ansys.geometry.core.typing.Real = 0.0, max_edge_length: ansys.geometry.core.typing.Real = 0.0, watertight: bool = False)#
Provides options for getting tessellation.
- Parameters:
- surface_deviation
Real
The maximum deviation from the true surface position.
- angle_deviation
Real
The maximum deviation from the true surface normal, in radians.
- max_aspect_ratio
Real
, default=0.0 The maximum aspect ratio of facets.
- max_edge_length
Real
, default=0.0 The maximum facet edge length.
- watertightbool, default=False
Whether triangles on opposite sides of an edge should match.
- surface_deviation
Overview#
Surface Deviation. |
|
Angle deviation. |
|
Maximum aspect ratio. |
|
Maximum edge length. |
|
Watertight. |
Import detail#
from ansys.geometry.core.misc.options import TessellationOptions
Property detail#
- property TessellationOptions.surface_deviation: ansys.geometry.core.typing.Real#
Surface Deviation.
The maximum deviation from the true surface position.
- property TessellationOptions.angle_deviation: ansys.geometry.core.typing.Real#
Angle deviation.
The maximum deviation from the true surface normal, in radians.
- property TessellationOptions.max_aspect_ratio: ansys.geometry.core.typing.Real#
Maximum aspect ratio.
The maximum aspect ratio of facets.
- property TessellationOptions.max_edge_length: ansys.geometry.core.typing.Real#
Maximum edge length.
The maximum facet edge length.