SlabShapeEditor.AddPoints
Method
Description:
Add an array of points to the element.
Add an array of points to the element.
Remarks:
The newly added points should be distinct on the x-y plane, and they should be inside the element boundary. SlabShapeEditor must be enabled before calling this method. Regenerate the document after element creation if this method is called in the same transaction.
The newly added points should be distinct on the x-y plane, and they should be inside the element boundary. SlabShapeEditor must be enabled before calling this method. Regenerate the document after element creation if this method is called in the same transaction.
Parameters
Parameter | Type | Description |
---|---|---|
points | IList | The point array. |
Return Value
Type | Description |
---|---|
IList | The newly added slab shape vertices. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input points are not valid. Please check if they are distinct on the x-y plane. |
ArgumentNullException | A non-optional argument was null |