Feature.edge constructor

Feature.edge(
  1. Cubic cubic
)

Group a Cubic object to an edge (neither inward or outward identification in a shape).

cubic - The raw cubic describing the edge's shape.

Throws ArgumentError for lists of empty cubics or non-continuous cubics.

Implementation

factory Feature.edge(Cubic cubic) => Edge([cubic]);