2027 Method
Changes 0
M

ReferenceIntersector.Find

Description:
Projects a ray from the origin along the given direction, and returns all references from intersected elements which match the ReferenceIntersector's criteria.
public IList<ReferenceWithContext> Find(
	XYZ origin,
	XYZ direction
)
  • origin
    The origin of the ray.
  • direction
    The direction of the ray.
Return Value IList<ReferenceWithContext> A collection containing the intersected references.