Skip to main content

make_periodic

Function make_periodic 

Source
pub fn make_periodic(
    model: &mut Model,
    shape: &Shape,
    step: Vector,
    count: usize,
    tol: Tolerances,
) -> OgeomResult<Built>
Expand description

A shape repeated count times along a direction at a period and fused into one: the periodic pattern as a composition of what exists.

ยงErrors

As fuse, plus an unusable count or period.