Skip to main content
Ctrl+K
Logo image Logo image

COMPAS Force Density

  • Introduction
  • Installation
  • Tutorial
  • Examples
  • API Reference
    • compas_fd
      • constraints
      • datastructures
      • solvers
      • loads
  • License
COMPAS.dev
  • API Reference
  • CableMesh
  • CableMesh.is_orientable

CableMesh.is_orientable

CableMesh.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
  • CableMesh.is_orientable()

© Copyright Block Research Group - ETH Zurich.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.