Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Section Navigation

API Reference

  • Core API
    • DataObject
    • Data Sets
    • Point Sets
    • Gridded Data
    • Composite Datasets
    • Filters
      • pyvista.DataSetFilters
      • pyvista.PolyDataFilters
        • boolean_add
        • boolean_cut
        • boolean_difference
        • boolean_intersection
        • boolean_union
        • clean
        • clip_closed_surface
        • collision
        • compute_arc_length
        • compute_normals
        • contour_banded
        • curvature
        • decimate
        • decimate_pro
        • delaunay_2d
        • edge_mask
        • extrude
        • extrude_rotate
        • extrude_trim
        • fill_holes
        • flip_normals
        • geodesic
        • geodesic_distance
        • intersection
        • merge
        • multi_ray_trace
        • plot_boundaries
        • plot_curvature
        • plot_normals
        • project_points_to_plane
        • ray_trace
        • reconstruct_surface
        • remove_points
        • ribbon
        • smooth
        • smooth_taubin
        • strip
        • subdivide
        • subdivide_adaptive
        • triangulate
        • tube
      • pyvista.UnstructuredGridFilters
      • pyvista.UniformGridFilters
      • pyvista.CompositeFilters
    • Cameras
    • Lights
    • Cells
    • Helpers
    • Miscellaneous
  • Plotting
  • Utilities
  • Readers
  • Examples

boolean_cut#

PolyDataFilters.boolean_cut(*args, **kwargs)[source]#

Cut two meshes.

Deprecated since version 0.32.0: Use PolyDataFilters.boolean_difference() instead.

On this page
  • PolyDataFilters.boolean_cut()
Edit this page

© Copyright 2017-2023, The PyVista Developers.

Built with the PyData Sphinx Theme 0.12.0.