assign_curvature_extraction#

Mesh.assign_curvature_extraction(assignment: list, disabled_for_faceted: bool = True, name: str = None) MeshOperation#

Assign curvature extraction.

Parameters:
assignmentlist
List of objects or faces.
disabled_for_facetedbool, optional
Whether curvature extraction is enabled for faceted surfaces.
The default is ``True``.
namestr, optional
Name of the mesh operation. The default is ``None``.
Returns:
ansys.aedt.core.modules.mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignCurvatureExtractionOp