Skip to main content
Ctrl+K
Logo image

COMPAS Assembly

  • Introduction
  • Installation
  • Tutorial
  • Examples
    • Two Blocks
    • Leaning Stack of Blocks
    • A Semicircular Arch
    • Crossvault
    • A Hemispherical Dome
    • A Curved Wall
  • API Reference
    • compas_assembly
      • compas_assembly.algorithms
      • compas_assembly.datastructures
      • compas_assembly.geometry
  • Publications
  • License
COMPAS.dev
  • API Reference
  • Block
  • Block.is_orientable

Block.is_orientable

Block.is_orientable()

Verify that the mesh is orientable.

A manifold mesh is orientable if any two adjacent faces have compatible orientation, i.e. the faces have a unified cycle direction.

Returns:
bool

True, if the mesh is orientable. False, otherwise.

See also

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

© Copyright ETH Zurich - Block Research Group.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.13.3.