Skip to main content
Ctrl+K
Logo image

COMPAS Model

  • Introduction
  • Installation
  • Tutorial
  • Examples
    • DEM: A Leaning Stack of Blocks
  • API Reference
    • compas_model.elements
      • BlockElement
      • BlockFeature
      • BlockGeometry
      • Element
    • compas_model.interactions
      • Interaction
      • ContactInterface
    • compas_model.materials
      • Material
      • Concrete
      • Timber
    • compas_model.models
      • ElementNode
      • ElementTree
      • InteractionGraph
      • Model
      • BlockModel
    • compas_model.notebook
      • ThreeBlockObject
      • ThreeModelObject
    • compas_model.scene
      • ElementObject
      • BlockObject
      • ModelObject
  • License
COMPAS.dev
  • API Reference
  • BlockGeometry
  • BlockGeometry.is_closed

BlockGeometry.is_closed

BlockGeometry.is_closed()

Verify that the mesh is closed.

Returns:
bool

True if the mesh is not empty and has no naked edges. False otherwise.

See also

is_valid(), is_regular(), is_manifold(), is_orientable(), is_empty(), is_trimesh(), is_quadmesh()
On this page
  • BlockGeometry.is_closed()

© Copyright ETH Zurich - Block Research Group.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.