Share

BuiltInFailures.DividedPathFailures Class

Failures related to divided path operations.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.DividedPathFailures


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

Syntax

C#

public static class DividedPathFailures

The BuiltInFailures.DividedPathFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberDividedPathCannotApplyDivideSettings Default Divide settings cannot be applied to Divided Path.
Public propertyStatic memberDividedPathCannotBeMirroredWithoutItsCurves Divided path cannot be mirrored without its curves.
Public propertyStatic memberDividedPathCannotCreateFromGeometry Highlighted geometry contains a path or edge that could not be divided.
Public propertyStatic memberDividedPathDistanceTooSmall Distance is too small.
Public propertyStatic memberDividedPathIndentsOverlap Beginning indent and end indent overlap.
Public propertyStatic memberDividedPathIntersectionPolycurveParamsStepFailed Intersection failed.
Public propertyStatic memberDividedPathInvalidNumberOfPoints End indent is too large.
Public propertyStatic memberDividedPathLayoutStepFailed Layout algorithm failed.
Public propertyStatic memberDividedPathUpdateMergedPointKeysStepFailed Merging failed.

See Also

Reference

Was this information helpful?