BuiltInFailuresSweepFailures Class

Failures about Sweep.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresSweepFailures

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

The BuiltInFailuresSweepFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCannotDrawSweep Can't create sweep.
Public propertyStatic memberComplexPathWithComplexProfile Sweep cannot have a path with ellipse or spline segments and a profile with non-straight lines.
Public propertyStatic memberProfileLoopEmpty Profile sketch is empty!
Public propertyStatic memberSweepFailed Proper sweep geometry creation failed.
Public propertyStatic memberSweepFailedError Proper sweep geometry creation failed.
Public propertyStatic memberWallSweepInconsistent The model contains corrupt elements. Delete the corrupt elements to proceed or cancel the action without deleting the elements.
Top
See Also