SlabShapeEditor.AddSplitLine
Method
Description:
Add a split line to the element.
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.
Adding a split line may result in multiple creases, for example when the line crosses existing creases or boundary edges.
Syntax
public IList<SlabShapeCrease> AddSplitLine(
SlabShapeVertex startVertex,
SlabShapeVertex endVertex
)
Parameters
Parameter | Type | Description |
---|---|---|
startVertex | SlabShapeVertex | Start vertex |
endVertex | SlabShapeVertex | End vertex |
Return Value
Type | Description |
---|---|
IList | The newly created creases after adding the split line. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |