# remove_features

Remove features

# Parameters

features : Feature|list[Feature]
Feature or list of features

# See also

# Examples

model2d.add_rectangle([0,0],[10,10])
model2d.set_surface_load(shapes=sel,value=-10,direction='y',option='fixed')
sel = model2d.select([1,10],types='edge')
f=model2d.get_features(sel)
model2d.remove_features(f)