geometor.analyze package

Module contents

GEOMETOR Analyze module

find patterns within a model.

geometor.analyze.analyze_golden(line)

check all the points on a line for Golden Sections

geometor.analyze.analyze_golden_lines(lines)
geometor.analyze.analyze_golden_pts(test_pts)

check all the points on a line for Golden Sections

geometor.analyze.analyze_harmonics(line)
geometor.analyze.analyze_model(m: Model)

Analyze all lines in model for golden sections

geometor.analyze.analyze_summary(NAME, start_time, goldens, groups)
geometor.analyze.check_golden(section)

check range of three points for golden section

geometor.analyze.check_range(r)
geometor.analyze.group_sections(sections)
geometor.analyze.spread(l1: Line, l2: Line)

calculate the spread of two lines