Gets a list of all objects with the specified type.
Examples
The following command retrieves all of the Forces in the DataModel.
all_forces = ExtAPI.DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.BoundaryConditions.Force)
.
Parameters
-
type
Type: Type
The object's type.