SlabShapeEditor.AddPoint
Method
Description:
Add a point to the element.
Add a point to the element.
Remarks:
The newly added point should be inside the element boundary on the x-y plane. 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 point should be inside the element boundary on the x-y plane. 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 |
---|---|---|
point | XYZ |
Return Value
Type | Description |
---|---|
SlabShapeVertex | the newly added slab shape vertex. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |