Skip to main content
Ctrl+K
This is the documentation for the pre-release of COMPAS 2.0. The documentation of the stable release of COMPAS 1.x is available here.
Logo image

COMPAS docs

  • Introduction
  • Installation
  • API Reference
    • compas_timber.assembly
    • compas_timber.parts
    • compas_timber.connections
    • compas_timber.consumers
    • compas_timber.fabrication
    • compas_timber.planning
    • compas_timber.ghpython
    • rhino
  • Examples
    • Create Joint
  • Grasshopper plugin
    • Workflow
    • Beam
    • Attributes
    • Joints
    • Features
    • Assembly
    • Show
    • Utils
    • Examples
    • BTLx Contribution Guide
  • License
  • Citing
COMPAS.dev
  • API Reference
  • compas_timber.ghpython
  • DebugInfomation

DebugInfomation

class compas_timber.ghpython.DebugInfomation[source]

Bases: object

Container for debugging information allowing visual inspection of joint and features related errors.

See also

FeatureApplicationError
BeamJoiningError
Attributes:
feature_errorslist(FeatureApplicationError)

List of errors that occured during the application of features.

joint_errorslist(BeamJoiningError)

List of errors that occured during the joining of beams.

Methods

ToString

add_feature_error

add_joint_error

On this page
  • DebugInfomation

© Copyright COMPAS Association.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.