assign_fixed_support#
- Mechanical.assign_fixed_support(assignment: list, name: str | None = '') BoundaryObject#
Assign a Mechanical fixed support.
Note
This method works only in a Mechanical Structural analysis.
- Parameters:
- Returns:
aedt.modules.boundary.BoundaryBoundary object.
References
>>> oModule.AssignFixedSupport
Examples
>>> from ansys.aedt.core.mechanical import Mechanical >>> obj = Mechanical() >>> obj.assign_fixed_support([12, 18])