public void ChangeSegmentLength( double dNewLength, long nFixBendingPoint, long nMovingBendingPoint )
public: void ChangeSegmentLength( double dNewLength, int64 nFixBendingPoint, int64 nMovingBendingPoint )
Parameters
- 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)