Model.solid_fixedptssuppressor#

Model.solid_fixedptssuppressor(point_collection)#

Suppresses the selected fixed points.

Parameters:

point_collection (Collection) – The collection containing the fixed points entities that will be suppressed.

Example#

Suppress all fixed points#
import hm
import hm.entities as ent

model = hm.Model()

model.solid_fixedptssuppressor(point_collection=hm.Collection(model, ent.Point))