PMIHoleThreadNoteInput.faces Property

Parent Object: PMIHoleThreadNoteInput

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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

Description

An array of BRepFace objects the Hole/Thread Note would be associated to. These faces can be a subset of the group of faces defining a geometric hole, or faces defining bosses. The faces must represent equivalent geometry (e.g. holes defined by the faces should have the same properties such as type, diameter, thread, etc.).

In the case of bosses, the set of faces represents the cylindrical faces from a group of bosses.

These faces should not be in different components, but can be in different bodies within the same component. Native object will be used when setting the faces.

Syntax

"pMIHoleThreadNoteInput_var" is a variable referencing a PMIHoleThreadNoteInput object.

# Get the value of the property.
propertyValue = pMIHoleThreadNoteInput_var.faces

# Set the value of the property.
pMIHoleThreadNoteInput_var.faces = propertyValue
"pMIHoleThreadNoteInput_var" is a variable referencing a PMIHoleThreadNoteInput object.
#include <Fusion/PMI/PMIHoleThreadNoteInput.h>

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

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

Property Value

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

Version

Introduced in version April 2026