BRepBodies.count Property
Parent Object: BRepBodiesDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBodies.h>
Description
Returns the number of bodies in the collection.
Syntax
"bRepBodies_var" is a variable referencing a BRepBodies object.
|
Property Value
This is a read only property whose value is a uinteger.Samples
Name | Description |
Delete Empty Components | Deletes empty components from the active design. |
Get Volume of Active Design API Sample | Traverses through the active design and totals the volume of every body within the design. |