modules

geometor.divine

Tools for analyzing geometric models to identify divine proportions.

Key Components - Analysis Hook: A mechanism register_divine_hook() to automatically analyze points as they are added to the model. - Golden Sections: Tools to find and verify golden ratio relationships (geometor.divine.golden). - Events: Listeners that trigger analysis on model updates.

Usage Register the divine hook with a Model instance to enable real-time analysis.

Submodules

Functions

register_divine_hook(→ None)

Initialize the divine analysis by registering the listener with the model's hook.

Package Contents

geometor.divine.register_divine_hook(model: geometor.model.Model) None

Initialize the divine analysis by registering the listener with the model’s hook.

Parameters:

model – The model to attach the analysis hook to.