<Code Lib>
2025.3 Method
Changes 5
M

SlabShapeEditor.AddSplitLine

Description:
Add a split line to the element.
Remarks:
Adding a split line may result in multiple creases, for example when the line crosses existing creases or boundary edges.

public IList<SlabShapeCrease> AddSplitLine(
	SlabShapeVertex startVertex,
	SlabShapeVertex endVertex
)

Return Value IList<SlabShapeCrease> The newly created creases after adding the split line.

Loading…