BuiltInFailuresLoadFailures Class

Failures about Load.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresLoadFailures

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

The BuiltInFailuresLoadFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAreaBCNotOverlappingHost Area BC is not overlapping with its entire distribution its host.
Public propertyStatic memberAreaLoadNotOverlappingHost Area load is not overlapping with its entire distribution its host.
Public propertyStatic memberCannotCopyHostedLoad Can't copy Load based on the Host Element.
Public propertyStatic memberCannotMirrorHostedLoad Can't mirror Load based on the Host Element.
Public propertyStatic memberCannotMirrorLoad Can't mirror Load because mirror plane is not perpendicular to sketch plane.
Public propertyStatic memberCannotMoveHostedLoad Can't move Load based on the Host Element.
Public propertyStatic memberCannotRotateLoad Can't rotate Load because rotation axis is not perpendicular to sketch plane.
Public propertyStatic memberInvalidAreaLoadForceDistribution An area load cannot have forces distributed on both sides of the analytical panel. Please review the area load force parameters or the positions of the reference points and try again.
Public propertyStatic memberInvalidAreaLoadSketchError Area Load has invalid Sketch.
Public propertyStatic memberInvalidLineLoadForceDistribution A line load cannot have forces distributed on both sides of the analytical element. Please review the line load force parameters and try again.
Public propertyStatic memberLineBCNotOverlappingHost Line BC is not overlapping with its entire distribution its host.
Public propertyStatic memberLineLoadAllZero Line Load can't have all force components and moment components to be zero.
Public propertyStatic memberLineLoadNotOverlappingHost Line load is not overlapping with its entire distribution its host.
Public propertyStatic memberOpenAreaLoadLoopError Area Load Sketch can't contain open loops.
Public propertyStatic memberPointBCNotOverlappingHost Point BC is not overlapping with its entire distribution its host.
Public propertyStatic memberPointLoadAllZero Point Load can't have all force components and moment components to be zero.
Public propertyStatic memberPointLoadNotOverlappingHost Point load is not overlapping with its entire distribution its host.
Top
See Also