Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IOutputReader

Last update: 16.07.2025

Namespace: VM.Models.OutputReader
Assembly: VM.Models.OutputReader.dll

public interface IOutputReader

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Methods

ExportContourResultToFile(string, FileMode, IList, string, ContourMappingType, string, AnalysisResultType, FileFormatType)

void ExportContourResultToFile(string resultpath, FileMode mode, IList<int> stateids, string target, ContourMappingType type, string path, AnalysisResultType analysisType = AnalysisResultType.Dynamics, FileFormatType formatType = FileFormatType.BINARY)

Parameters

resultpath string

mode FileMode

stateids IListint&gt;

target string

type ContourMappingType

path string

analysisType AnalysisResultType

formatType FileFormatType

ExportContourResultToFile(string, FileMode, IList, IList, ContourMappingType, string, AnalysisResultType, FileFormatType)

void ExportContourResultToFile(string resultpath, FileMode mode, IList<int> stateids, IList<string> targets, ContourMappingType type, string path, AnalysisResultType analysisType = AnalysisResultType.Dynamics, FileFormatType formatType = FileFormatType.BINARY)

Parameters

resultpath string

mode FileMode

stateids IListint&gt;

targets IListstring&gt;

type ContourMappingType

path string

analysisType AnalysisResultType

formatType FileFormatType

GetCurves(PlotParameters)

IDictionary<string> GetCurves(PlotParameters parameters)

Parameters

parameters PlotParameters

Returns

IDictionarystring, Point2D[]&gt;

GetFlexibleBodyReferenceFrame(string, bool)

IList<double> GetFlexibleBodyReferenceFrame(string target, bool reCalculateOrientation = false)

Parameters

target string

reCalculateOrientation bool

Returns

IListdouble[]&gt;

GetGeometryNodes(string)

double[] GetGeometryNodes(string path)

Parameters

path string

Returns

double[]

GetReferenceTimeArray()

IList<double> GetReferenceTimeArray()

Returns

IListdouble&gt;

GetStateIDArray()

IList<int> GetStateIDArray()

Returns

IListint&gt;

GetVector(string, string, AnalysisResultType)

IDictionary<string ivectordisplayanimationdata> GetVector(string target, string path, AnalysisResultType analysisModelType = AnalysisResultType.Dynamics)

Parameters

target string

path string

analysisModelType AnalysisResultType

Returns

IDictionarystring, IVectorDisplayAnimationData&gt;

Connect with Ansys