Table of Contents

Class TransformerUtil

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

Utility for ITransformer

public static class TransformerUtil
Inheritance
TransformerUtil
Inherited Members

Methods

Dummy()

The function is for trigger the static constructor of this class. The function is empty. The static constructor register the class to the XFactory.

public static void Dummy()

GetSteps(IDynamicRegular[])

Gets the steps.

public static double[] GetSteps(IDynamicRegular[] dynamics)

Parameters

dynamics IDynamicRegular[]

The dynamics.

Returns

double[]

the steps

SetSteps(IDynamicRegular[], double[])

Sets the steps.

public static void SetSteps(IDynamicRegular[] dynamics, double[] steps)

Parameters

dynamics IDynamicRegular[]

The dynamics.

steps double[]

The steps.