Using findBRepByUsingPoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to use the findBRepByUsingPoint method found in component:
if I have a face entity:
face.assemblyContext.component.findBRepByUsingPoint(face.pointOnFace, adsk.fusion.BRepEntityTypes.BRepFaceEntityType) >> returns an objectCollection
but
face.assemblyContext.component.findBRepByUsingPoint(face.pointOnFace, adsk.fusion.BRepEntityTypes.BRepFaceEntityType).count returns 0 - meaning it hasn't found anything.
I would have expected it to return count of 1.
Am I missing something?
Peter
I'm not an expert, but I know enough to be very, very dangerous.
Life long R&D Engineer (retired after 30+ years in Military Communications, Aerospace Robotics and Transport Automation).
Life long R&D Engineer (retired after 30+ years in Military Communications, Aerospace Robotics and Transport Automation).