IList<IDataModelObject> IMechanicalDataModel.GetObjectsByType(DataModelObjectCategory dataModelObjectCategory)

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(DataModelObjectCategory.Force)

Parameters

Return Value

Type: IList<IDataModelObject>