OffsetFacesFeature.inputFaces Property

Parent Object: OffsetFacesFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/OffsetFacesFeature.h>

Description

Returns an array of BRepFace objects that were offset. The timeline must be rolled back to immediately before this feature when getting or setting this property so the faces are available.

Syntax

"offsetFacesFeature_var" is a variable referencing an OffsetFacesFeature object.

# Get the value of the property.
propertyValue = offsetFacesFeature_var.inputFaces

# Set the value of the property.
offsetFacesFeature_var.inputFaces = propertyValue
"offsetFacesFeature_var" is a variable referencing an OffsetFacesFeature object.
#include <Fusion/Features/OffsetFacesFeature.h>

// Get the value of the property.
std::vector<Ptr<BRepFace>> propertyValue = offsetFacesFeature_var->inputFaces();

// Set the value of the property, where value_var is a BRepFace.
bool returnValue = offsetFacesFeature_var->inputFaces(value_var);

Property Value

This is a read/write property whose value is an array of type BRepFace.

Version

Introduced in version November 2025