Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct KissSoftInterface.InputData

Last update: 16.07.2025

Namespace: 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

string

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

uint

NumberOfSlice

Number of columns

public uint NumberOfSlice { readonly get; set; }

Property Value

uint

NumberOfTrochoid

Number of rows

public uint NumberOfTrochoid { readonly get; set; }

Property Value

uint

PreInputData

Gets pre input data as double array

public double[] PreInputData { get; }

Property Value

double[]

Connect with Ansys