Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct OutputChannelInfo

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll

Output channel information

public struct OutputChannelInfo

Constructors

OutputChannelInfo(bool, string, string, string, string, InputType, Coordinate, bool)

Initializes a new instance of the struct.

public OutputChannelInfo(bool bUse, string strName, string strActMarName, string strBaseMarName, string strRefMarName, InputType enInput, Coordinate enAxis, bool bIsEnable)

Parameters

bUse bool

if set to true [b use].

strName string

Name of the STR.

strActMarName string

Name of the STR act mar.

strBaseMarName string

Name of the STR base mar.

strRefMarName string

Name of the STR ref mar.

enInput InputType

The en input.

enAxis Coordinate

The en axis.

bIsEnable bool

if set to true [b is enable].

Fields

ActionMarkerName

ActionMarkerName

public string ActionMarkerName

Field Value

string

Axis

Axis

public Coordinate Axis

Field Value

Coordinate

BaseMarkerName

BaseMarkerName

public string BaseMarkerName

Field Value

string

Input

Input

public InputType Input

Field Value

InputType

IsEnable

IsEnable

public bool IsEnable

Field Value

bool

Name

Name

public string Name

Field Value

string

ReferenceMarkerName

ReferenceMarkerName

public string ReferenceMarkerName

Field Value

string

Use

Use

public bool Use

Field Value

bool

Connect with Ansys