.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Utilities.getNumberControlPoints2

Return the number of control points

Information

## Copyright © EDF 2002 - 2025

## ThermoSysPro Version 4.2

              

Interface

function getNumberControlPoints2
  extends Modelica.Icons.Function;
  input Real r[:, :] "r[i,:] is position vector to point i on the curve";
  input Real T[size(r, 1), 3, 3] "T[i,:,:] is transformation matrix from base frame to path frame at point i";
  input Integer degree "degree of the Bspline";
  output Integer ncontrol "number of control points";
end getNumberControlPoints2;

Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos