WorkingModel.deleteEntities Method
Parent Object:
WorkingModelDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/WorkingModel.h>
Description
Deletes the specified set of entities that are associated with this product.
Syntax
"workingModel_var" is a variable referencing a WorkingModel object.returnValue = workingModel_var.deleteEntities(entities)
|
"workingModel_var" is a variable referencing a WorkingModel object.
#include <Fusion/Fusion/WorkingModel.h>
returnValue = workingModel_var->deleteEntities(entities);
|
Return Value
boolean |
Returns True if any of the entities provided in the list were deleted. If entities were specified that can't be deleted or aren't owned by this product, they are ignored. |
Parameters
entities |
ObjectCollection |
An ObjectCollection containing the list of entities to delete. |
Version
Introduced in version January 2024