geometor.model.sections

section functions for Model class

class geometor.model.sections.Section(points: list[Point])[source]

Bases: object

get_labels(model) list[str][source]

returns a list of labels

property ratio: Expr

returns the ratio of the symbolic lengths of each segment

property lengths: list[Expr]
property floats: list[float]
property is_golden: bool
property min_length: Expr
property min_float: float
property min_segment: Segment
property max_length: Expr
property max_float: float
property max_segment: Segment