IList<
IDataModelObject
>
IMechanicalDataModel
.GetObjectsByType(
DataModelObjectCategory
param1)
Gets a list of all objects with the specified type.
Remarks
Examples
The following command retrieves all of the Forces in the DataModel.
all_forces = ExtAPI.DataModel.GetObjectsByType(DataModelObjectCategory.Force)
Parameters
param1
Type:
DataModelObjectCategory
Return Value
Type: IList<
IDataModelObject
>