OffsetFacesFeatureInput.faces Property
Parent Object:
OffsetFacesFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/OffsetFacesFeatureInput.h>
Description
An array of BRepFace objects you want to offset. These faces can exist on multiple bodies and in multiple components. They cannot be in an externally referenced component.
Syntax
"offsetFacesFeatureInput_var" is a variable referencing an OffsetFacesFeatureInput object.
# Get the value of the property. propertyValue = offsetFacesFeatureInput_var.faces
# Set the value of the property. offsetFacesFeatureInput_var.faces = propertyValue |
"offsetFacesFeatureInput_var" is a variable referencing an OffsetFacesFeatureInput object.
#include <Fusion/Features/OffsetFacesFeatureInput.h>
// Get the value of the property. std::vector<Ptr<BRepFace>> propertyValue = offsetFacesFeatureInput_var->faces();
// Set the value of the property, where value_var is a BRepFace. bool returnValue = offsetFacesFeatureInput_var->faces(value_var); |
Property Value
This is a read/write property whose value is an array of type
BRepFace.
Version
Introduced in version November 2025