ReferenceIntersector
| Name | Return Type | Description |
|---|---|---|
| ReferenceIntersector(View3D) | None | Constructs a ReferenceIntersector which is set to return intersections from all elements and representing all reference target types. |
| ReferenceIntersector(ElementFilter, FindReferenceTarget, View3D) | None | Constructs a ReferenceIntersector which is set to return intersections from any element which passes an input filter. |
| ReferenceIntersector(ElementId, FindReferenceTarget, View3D) | None | Constructs a ReferenceIntersector which is set to return intersections from a single target element only. |
| ReferenceIntersector(ICollection.ElementId., FindReferenceTarget, View3D) | None | Constructs a ReferenceIntersector which is set to return intersections from any of a set of target elements. |
No comments yet. Start the discussion.
Loading…