IList
<
DataModelObject
>
IMechanicalDataModel
.GetObjectsByType(
DataModelObjectCategory
dataModelObjectCategory)
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
dataModelObjectCategory
Type:
DataModelObjectCategory
The category of the object to retrieve.
Return Value
Type:
IList
<
DataModelObject
>