SlabShapeEditor.DrawSplitLine
Description:
Draws a split line on the corresponding slab, roof or floor.
Draws a split line on the corresponding slab, roof or floor.
Remarks:
Drawing a split line may result in multiple creases, for example when the line crosses existing creases or boundary edges.
Drawing a split line may result in multiple creases, for example when the line crosses existing creases or boundary edges.
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a future version of Revit. Use "AddSplitLine" instead. ")]
public SlabShapeCreaseArray DrawSplitLine(
SlabShapeVertex startVertex,
SlabShapeVertex endVertex
)
-
startVertexThe vertex to start the split line.
-
endVertexThe vertex to end the split line.
-
Thrown when the input vertex is.
-
Thrown when the input vertex is invalid.