Part.add_feature

Part.add_feature(feature, apply=False)[source]

Add a Feature to this Part.

Parameters:
featurecompas.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.

Returns:
None