Beam.add_feature
- Beam.add_feature(feature, apply=False)[source]
Add a Feature to this Part.
- Parameters:
- feature
compas.assembly.Feature
The feature to add
- apply:bool:
If True, feature is also applied. Otherwise, feature is only added and user must call apply_features.
- feature
- Returns:
- None