<Code Lib>
2022 Method
Changes 4
M

SlabShapeEditor.DrawSplitLine

Description:
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.

public SlabShapeCreaseArray DrawSplitLine(
	SlabShapeVertex startVertex,
	SlabShapeVertex endVertex
)

Return Value SlabShapeCreaseArray The newly created creases.

Loading…