Constructs a ReferenceIntersector which is set to return intersections from any element which passes an input filter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ReferenceIntersector(
ElementFilter filter,
FindReferenceTarget targetType,
View3D view3d
)
Parameters
- filter ElementFilter
-
The element filter. All references will belong to elements passing this filter.
- targetType FindReferenceTarget
-
The target type of references to return.
- view3d View3D
-
The view in which to find references.
Exceptions
See Also
Reference