BuiltInFailuresSiteFailures Class

Failures about Site.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresSiteFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class SiteFailures

The BuiltInFailuresSiteFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBuildingPadNotConnected Can't create a single Pad with several connected regions.
Public propertyStatic memberBuildingPadOverlap Pads can't overlap (but can share edges).
Public propertyStatic memberCannotComputeProperArea Property Lines must close. Area will not be computed.
Public propertyStatic memberCannotIntersectSiteRegions Subregions cannot intersect.
Public propertyStatic memberCannotMakeSurface Can't construct surface.
Public propertyStatic memberContourLabelEmpty Contour Label doesn't intersect any contours.
Public propertyStatic memberEnterValueOrFormula Enter a value or a formula starting with '='.
Public propertyStatic memberGradingInSamePhase The Surface being Graded was created in the current Phase. Grading it will result in it being created and destroyed in the same Phase.
Public propertyStatic memberNoHostForSubregion This Subregion now does not appear to overlap any Toposurface with an appropriate Phase and Design Option.
Public propertyStatic memberNoHostForSubregionWarn This Subregion now does not appear to overlap any Toposurface with an appropriate Phase and Design Option.
Public propertyStatic memberNotEnoughPointsInSurface The surface must have at least three distinct Points.
Public propertyStatic memberPointNotInSurface A Point is outside of the Surface boundary. Insert the Point on the boundary instead, and then drag it to the desired location.
Public propertyStatic memberPointRelativeOutside In order to place Points relative to the existing Surface, the Point must be placed within the area of the existing Surface. The height of the new Point will be relative to the current Surface elevation at that Point.
Public propertyStatic memberPropertyIntersect Property lines intersect. Area calculations will not be precise.
Public propertyStatic memberRegionPhaseMismatch Subregions must have the same Phase Created parameter and Phase Demolished parameter as the host Toposurface. Subregion phase will be set to match the Toposurface.
Public propertyStatic memberResetToposurfacePhaseCreated The parameter Phase Created of the Toposurface is not set to the first Phase. No pre-existing toposurface were detected. The parameter will be reset to the first Phase unless Keep Phase Created option is picked.
Public propertyStatic memberSiteEditPointsClipped Portions of the topographic surface or points on the surface may not be visible in this view due to clipping by the view.
Public propertyStatic memberSiteEditPointsInvisible Topographic elements are not visible in your current view. You can modify View Range settings in the view's Properties or Visibility settings in Visibility/Graphics. It is often easier to edit topography in a Site view or a 3D view.
Public propertyStatic memberSiteMergeDisconnected The two surfaces you are trying to merge are disconnected from one another. They should overlap, or at least share edges.
Public propertyStatic memberSitePhasesDontOverlap The phases of the two surfaces you are merging do not overlap. You can continue the operation, or cancel it and select a different pair of surfaces.
Public propertyStatic memberSiteRegionOptionConflict Subregions must be in the same Design Option as their Toposurface.
Public propertyStatic memberSurfaceSelfIntersection The splitting boundary drawn would result in a self-intersection of the surface boundary. Please edit your splitting lines to correct the problem.
Public propertyStatic memberSurfaceSplit The splitting boundary must split the Surface into exactly two pieces.
Public propertyStatic memberSurfaceSplitError The splitting boundary must split the Surface into exactly two pieces.
Public propertyStatic memberSurfaceSplitNoIntersection The splitting boundary must divide the Surface into separate pieces. There may be a gap in the splitting Lines or the Sketch may be incomplete.
Public propertyStatic memberSurfaceTriangulationFailed The Site Surface failed to triangulate.
Public propertyStatic memberToposolidSlopeExceedsThreshold Thickness of this Toposolid may be slightly inaccurate due to extreme Shape Editing. Dimensions to this element in sections and details may not accurately indicate the Thickness shown in Type Properties.
Top
See Also