lumopt2.parametrization.closed_curve#

Closed Curve - A polygon with edges that can be linear or cubic Bezier curves

Classes#

ClosedCurve(path, index, z_min, z_max[, ...])

A Beziergon - a polygon where edges can be linear or cubic Bezier curves.

ClosedCurveSegment(start_vertex_idx, ...[, ...])

Base class for segments in a composite Bezier geometry.

ClosedCurveLinearSegment(start_vertex_idx, ...)

A linear segment connecting two vertices

ClosedCurveCubicSegment(start_vertex_idx, ...)

A cubic Bezier curve segment.

ParamVertex(idx[, movement, value, delta_x, ...])

Specification for a parametric vertex adjustment.

Segment(start, type[, polygon_pts_per_segment])

Specification for a segment in Composite Bezier path.gy.

EqualSplit(segment_index, num_added_vertices)

Specification for splitting a segment into a parametric segment

Parametrize(segment_index, ...[, movement, ...])

Specification for making a segment parametric