public void ChangeSegmentLength( double dNewLength, long nFixBendingPoint, long nMovingBendingPoint )
public: void ChangeSegmentLength( double dNewLength, int64 nFixBendingPoint, int64 nMovingBendingPoint )
Parameters
| Parameter Name | Description |
|---|---|
| dNewLength | New length of segment between nFixBendingPoint and nMovingBendingPoint. |
| nFixBendingPoint | The marker of bending point that is fix (0,...,n) and will not move. |
| nMovingBendingPoint | The marker of moving bending point (must be greater or less than fix bending point) |