Supports

Support boundary condition -- fixes displacement in specified directions on the selected edges or faces.

Examples

feature = model.get_support(shapes)
feature.type = 'normal'
feature.is_local = False

Properties

type : str
Support type: 'full', 'normal', 'tangential'.
is_local : bool
Whether the support uses local coordinate system.