Skip to main content
Ctrl+K
Logo image

COMPAS AGS

  • Introduction
  • Installation
  • Examples
    • Basic example
    • Updating the form diagram
    • Optimise the load path
    • Fink Truss
  • API Reference
    • compas_ags
      • compas_ags.ags
      • compas_ags.diagrams
      • compas_ags.exceptions
  • Publications
    • Algebraic Graph Statics
    • Bi-directional Algebraic Graph Statics
    • Interactive Graphic Statics
    • Load-path optimisation of funicular networks
  • License
COMPAS.dev
  • API Reference
  • FormDiagram
  • FormDiagram.unset_face_attribute

FormDiagram.unset_face_attribute

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

© Copyright Block Research Group - ETH Zurich.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.