Design.deleteEntities Method
Parent Object:
DesignDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Design.h>
Description
Deletes the specified set of entities that are associated with this product.
Syntax
"design_var" is a variable referencing a Design object.returnValue = design_var.deleteEntities(entities)
|
"design_var" is a variable referencing a Design object.
#include <Fusion/Fusion/Design.h>
returnValue = design_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 2017