FlangeFeature.bodies Property

Parent Object: FlangeFeature

Derived from: Feature.bodies


Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlangeFeature.h>

Description

Syntax

"flangeFeature_var" is a variable referencing a FlangeFeature object.
# Get the value of the property.
propertyValue = flangeFeature_var.bodies
"flangeFeature_var" Is a variable referencing a FlangeFeature Object.
#include <Fusion/SheetMetal/FlangeFeature.h>

// Get the value of the property.
Ptr<BRepBodies> propertyValue = flangeFeature_var->bodies();
"flangeFeature_var" Is a variable referencing a FlangeFeature Object.
// Get the value of the property.
propertyValue = flangeFeature_var.bodies;

Property Value

This is a read only property whose value is a BRepBodies.

Version

Introduced in version August 2020