ReferenceIntersector Constructor


Overload List

  NameDescription
Public methodReferenceIntersector(View3D)
Constructs a ReferenceIntersector which is set to return intersections from all elements and representing all reference target types.
Public methodReferenceIntersector(ElementFilter, FindReferenceTarget, View3D)
Constructs a ReferenceIntersector which is set to return intersections from any element which passes an input filter.
Public methodReferenceIntersector(ElementId, FindReferenceTarget, View3D)
Constructs a ReferenceIntersector which is set to return intersections from a single target element only.
Public methodReferenceIntersector(ICollectionElementId, FindReferenceTarget, View3D)
Constructs a ReferenceIntersector which is set to return intersections from any of a set of target elements.

See Also