usage

CLI Usage

The Geometor Model CLI provides an interactive environment (REPL) for constructing and analyzing geometric models using a concise, text-based syntax. It is designed for rapid experimentation and scripting.

points

Points are the fundamental building blocks of any construction. In geometor.model, points are symbolic entities with exact coordinates.

getting started

To start using geometor.model, you need to create a Model instance. This object will hold all your geometric elements and manage their relationships.

lines

Lines are constructed by connecting two points. They extend infinitely in both directions.

model elements

The following sections detail the core elements you can work with in a Model.

circles

Circles are defined by a center point and a radius point (or a set radius).

polygons

Polygons are closed shapes formed by a sequence of points.

polynomials

Polynomials represent algebraic curves other than lines and circles.

segments

Segments are finite portions of a line defined by two endpoints.

chains

Chains are sequences of connected segments or related geometry.

sections

Sections refer to the division of segments, specifically analyzing Golden Sections.

wedges

Wedges represent angles formed by identifying three points.