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:
- feature
compas.datastructures.ParametricFeature
Another compatible ParametricFeature whose effect should be accumulated with this one’s.
- feature
- Returns:
compas.datastructures.ParametricFeatures