Share

BuiltInFailures.FaceSplitterFailures Class

Failures about FaceSplitter.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.FaceSplitterFailures


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

Syntax

C#

public static class FaceSplitterFailures

The BuiltInFailures.FaceSplitterFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberCannotUseCurvesForFaceSplit The sketch cannot split the face of the highlighted element.
Public propertyStatic memberEndsNotOnEdgeError Ends of an open loop in sketch splitting face do not lie on an edge of the face to split.
Public propertyStatic memberInvalidClosedLoopsForFaceSplit The closed loop used to split the face must lie completely within the face and cannot intersect or overlap any of the face's edges. To split a face at its border, use an open loop that ends on the boundary of the face.
Public propertyStatic memberInvalidOpenLoopsForFaceSplit The open loops used to split the face must lie completely within the face and cannot intersect or overlap any of the face's edges.
Public propertyStatic memberLoopsDoNotSubdivideFace Sketched loops must sub-divide the face into two or more completely enclosed regions.
Public propertyStatic memberLoopsOutsideFaceSplitError Some of the lines drawn lie outside of the boundary of the face being split. All lines used to split a face must be contained within the face being split and cannot intersect or overlap any of the boundaries of that face.
Public propertyStatic memberNoFaceForSplit The highlighted element no longer contains a face that has been split by highlighted sketch.

See Also

Reference

Was this information helpful?