<Code Lib>
2027 Method
Changes 0
M

TopographySurface.FindPoints

Description:
Filters and returns only the points of the topography surface which lie within the input bounding box.
Remarks:
This applies to TopographySurface, SiteSubRegion, and the topography surface associated with a BuildingPad element.

public IList<XYZ> FindPoints(
	Outline boundingBox
)

  • boundingBox
    The 3D bounding box.
Return Value IList<XYZ> The result points within the 3D bounding box

Loading…