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.unset_face_attribute

Block.unset_face_attribute

Block.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
  • Block.unset_face_attribute()

© Copyright ETH Zurich - Block Research Group.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.13.3.