assign_curvature_extraction# Mesh.assign_curvature_extraction(assignment, disabled_for_faceted=True, name=None)[source]# Assign curvature extraction. Parameters: assignmentlistList of objects or faces. disabled_for_facetedbool, optionalWhether curvature extraction is enabled for faceted surfaces. The default is True. namestr, optionalName of the mesh operation. The default is None. Returns: pyaedt.modules.Mesh.MeshOperationMesh operation object. References >>> oModule.AssignCurvatureExtractionOp Copy to clipboard