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