geometor.model.wedges

wedge functions for Model class

class geometor.model.wedges.Wedge(pt_center: Point, pt_radius: Point, pt_sweep_start: Point, pt_sweep_end: Point, direction: str = 'clockwise')[source]

Bases: object

property circle: Circle
property radians: Expr
property degrees: Expr
property ratio: Expr
property area: Expr
property arc_length: Expr
property perimeter: Expr