Method CreateBSplineSegment
CreateBSplineSegment(List<ElementItemId>, bool)
Creates a new uniform cubic B-spline segment into the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
ElementItemId CreateBSplineSegment(List<ElementItemId> inVertexIds, bool inIsPeriodic)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementItemId> | inVertexIds | Identifiers of the vertices defining the B-spline control points. |
| bool | inIsPeriodic | Whether the B-spline is periodic. |
Returns
| Type | Description |
|---|---|
| ElementItemId | Identifier of the created segment. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.8.