Part.add_beam_release
- Part.add_beam_release(element, location, release)[source]
Add a
compas_fea2.model._BeamEndReleaseto an element in the part.- Parameters:
- element
compas_fea2.model.BeamElement The element to release.
- locationstr
‘start’ or ‘end’.
- release
compas_fea2.model._BeamEndRelease Release type to apply.
- element
- Returns:
compas_fea2.model._BeamEndReleaseThe release applied to the element.