Method | Description | |
---|---|---|
FindAllViewsWhereAllElementsVisible ( this |
Return all views that display any of the given elements.
|
|
IntersectsBoundingBox ( this view, BoundingBoxXYZ targetBoundingBox ) : bool |
View extension predicate method: does this view intersect the given bounding box?
|
Method | Description | |
---|---|---|
FindAllViewsThatCanDisplayElements ( this doc ) : IEnumerable |
Return an enumeration of all views in this document that can display elements at all.
|
public static FindAllViewsWhereAllElementsVisible ( this |
||
elements | this |
|
return | IEnumerable |
public static IntersectsBoundingBox ( this view, BoundingBoxXYZ targetBoundingBox ) : bool | ||
view | this | |
targetBoundingBox | BoundingBoxXYZ | |
return | bool |