geometor.divine.events

Event listeners for divine analysis.

This module contains listeners that trigger analysis when elements are added to the model.

Functions

point_added_listener(→ None)

Log the creation of a point and then analyze it to find all possible line sections.

Module Contents

geometor.divine.events.point_added_listener(model: geometor.model.Model, pt: sympy.geometry.Point) None

Log the creation of a point and then analyze it to find all possible line sections.

Parameters:
  • model – The model containing the point.

  • pt – The point that was added.