functiongetNumberControlPoints2
Return the number of control points
Extends from Modelica.Icons.Function (Icon for functions).
Information
## Copyright © EDF 2002 - 2025 ## ThermoSysPro Version 4.2
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | r | r[i,:] is position vector to point i on the curve | |
| Real[size(r, 1),3,3] | T | T[i,:,:] is transformation matrix from base frame to path frame at point i | |
| Integer | degree | degree of the Bspline |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | ncontrol | number of control points |