ParametricFeature.accumulate

ParametricFeature.accumulate(feature)[source]

Returns a new ParametricFeature which has the accumulative effect of this and the given feature.

A TypeError is raised if the given feature is not compatible with this.

Parameters:
featurecompas.datastructures.ParametricFeature

Another compatible ParametricFeature whose effect should be accumulated with this one’s.

Returns:
compas.datastructures.ParametricFeatures