Skip to main content
Ctrl+K
Logo image

COMPAS Force Density

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

CableMesh.unset_face_attribute

CableMesh.unset_face_attribute(key, name)

Unset the attribute of a face.

Parameters:
keyint

The face identifier.

namestr

The name of the attribute.

Returns:
None
Raises:
KeyError

If the face does not exist.

See also

face_attribute(), face_attributes(), faces_attribute(), faces_attributes()
unset_edge_attribute()
unset_vertex_attribute()

Notes

Unsetting the value of a face attribute implicitly sets it back to the value stored in the default face attribute dict.

On this page
  • CableMesh.unset_face_attribute()

© Copyright Block Research Group - ETH Zurich.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.