assign_curvature_extraction#

Mesh.assign_curvature_extraction(names, disable_for_faceted_surf=True, meshop_name=None)[source]#

Assign curvature extraction.

Parameters:
nameslist

List of objects or faces.

disable_for_faceted_surfbool, optional

Whether curvature extraction is enabled for faceted surfaces. The default is True.

meshop_namestr, optional

Name of the mesh operation. The default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh operation object.

References

>>> oModule.AssignCurvatureExtractionOp