assign_fixed_support# Mechanical.assign_fixed_support(objects_list, boundary_name='')[source]# Assign a Mechanical fixed support. Note This method works only in a Mechanical Structural analysis. Parameters: objects_listlistList of faces to apply to the fixed support. boundary_namestr, optionalName of the boundary. The default is "", in which case the default name is used. Returns: aedt.modules.Boundary.BoundaryBoundary object. References >>> oModule.AssignFixedSupport Copy to clipboard