Optionalshapes: T[]OptionalnrOfDivisions: numberOptionaldivideByEqualDistance: booleanOptionalwireType: wireFromPointsTypeEnumOptionalclosed: booleanOptionaltolerance: numberOptionalnrInto how many segments each wire or edge should be subdivided. The number of resulting wires will be nrOfDivisions + 1.
OptionaldivideIf true, the subdivision points will be spaced by equal distance along each shape. By default the parametric subdivision is used, which is not always equal to distance based subdivisions.
OptionalwireWhether to connect the points with straight polyline segments or to interpolate a smooth BSpline through them
OptionalclosedWhether to close the resulting wires. For polyline wires this creates a polygon, for interpolated wires this creates a periodic (closed) BSpline.
OptionaltoleranceTolerance used when interpolating the BSpline (only used when wireType is interpolated)
Two or more wires or edges that will be subdivided and connected through the points at matching subdivision indexes