SlabShapeEditor.DeletePoint
Method
Description:
Delete a SlabShapeVertex from the element.
Delete a SlabShapeVertex from the element.
Remarks:
Corner vertices are created right after the SlabShapeEditor is enabled. They are tied with the boundaries so that they could not be deleted individually. They can only be deleted using ResetSlabShape.
Corner vertices are created right after the SlabShapeEditor is enabled. They are tied with the boundaries so that they could not be deleted individually. They can only be deleted using ResetSlabShape.
Parameters
| Parameter | Type | Description |
|---|---|---|
| vertex | SlabShapeVertex | The SlabShapeVertex to be deleted. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the vertex is successfully deleted. False if the vertex is not found or could not be deleted. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |