Beam.add_feature
- Beam.add_feature(feature, apply=False)[source]
Adds a feature to this beam.
If apply is False, Beam.apply_features() must be called for the features to be represented in the geometry.
- Parameters:
feature (
Feature) – The feature to be added to this beam.apply (bool) – If True, the feature will be applied to the beam’s geometry upon adding it.