Topography
|
Identify whether the points can construct a valid region for a topography surface.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- points IList XYZ
- The points set to be checked.
Return Value
BooleanTrue if the size of points is not less than 3 and the points are not collinear after projecting to XY plane, that is, ignoring the elevation.
| Exception | Condition |
|---|---|
| ArgumentException | There are no points in the input points set. |
| ArgumentNullException | A non-optional argument was null |