Share

BuiltInFailures.LoadFailures Class

Failures about Load.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.LoadFailures


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static class LoadFailures

The BuiltInFailures.LoadFailures type exposes the following members.

Properties

 NameDescription
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 memberInvalidAreaLoadSketchError Area Load has invalid Sketch.
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 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.

See Also

Reference

Was this information helpful?