Filters and returns only the points of the topography surface which lie within the input bounding box.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<XYZ> FindPoints(
Outline boundingBox
)
Parameters
- boundingBox Outline
-
The 3D bounding box.
Return Value
IList<XYZ>
The result points within the 3D bounding box
Exceptions
Remarks
This applies to TopographySurface, SiteSubRegion, and the topography surface associated with a BuildingPad element.
See Also
Reference