BodyLoadAssignment Properties
(To be removed) Body load assignments
BodyLoadAssignment
will be removed. Use
the CellLoad
and FaceLoad
properties of
femodel
instead. (since R2023a) For more information on updating your code, see Version History.
A BodyLoadAssignment
object contains a description of the
body loads for a structural analysis model. A StructuralModel
container has a vector of BodyLoadAssignment
objects
in its BodyLoads.BodyLoadAssignments
property.
To create body load assignments for your structural analysis model, use the structuralBodyLoad
function.