Struct KissSoftInterface.InputData
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Input data
public struct KissSoftInterface.InputData
Constructors
InputData(string, uint, uint, uint)
Constructor of InputData
public InputData(string strFilePath, uint nNumberOfTrochoid, uint nNumberOfInvolute, uint nNumberOfSlice)
Parameters
strFilePath string
The file path
nNumberOfTrochoid uint
The No. of trochoid
nNumberOfInvolute uint
The No. of involute
nNumberOfSlice uint
The No. of slice
Properties
FilePath
File path
public string FilePath { readonly get; set; }
Property Value
GeneralInputData
Gets general input data as double array
public double[] GeneralInputData { get; }
Property Value
double[]
NumberOfInvolute
Number of rows
public uint NumberOfInvolute { readonly get; set; }
Property Value
NumberOfSlice
Number of columns
public uint NumberOfSlice { readonly get; set; }
Property Value
NumberOfTrochoid
Number of rows
public uint NumberOfTrochoid { readonly get; set; }
Property Value
PreInputData
Gets pre input data as double array
public double[] PreInputData { get; }
Property Value
double[]