This 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/PMIHoleThreadNotes.h>
Description
Gets all the PMIHoleThreadNote from the collection that are associated with the specified geometric entities.
This is useful for finding PMIHoleThreadNote that reference specific geometric features.
Returns an array of PMIHoleThreadNote objects that are associated with the specified entities and match the type filter (if provided) or an empty array if no matching PMI were found.
Parameters
Name
Type
Description
entities
Base[]
An array of core.Base objects that represent the geometric entities to search for associated PMI. These can be BRepFace, BRepEdge or BRepVertex objects. The function will return the PMIHoleThreadNote that references any of these entities in their geometric associations.