Interface IOutputReader
Last update: 16.07.2025Namespace: VM.Models.OutputReader
Assembly: VM.Models.OutputReader.dll
public interface IOutputReader
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
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
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
type ContourMappingType
path string
analysisType AnalysisResultType
formatType FileFormatType
GetCurves(PlotParameters)
IDictionary<string> GetCurves(PlotParameters parameters)
Parameters
parameters PlotParameters
Returns
IDictionarystring, Point2D[]>
GetFlexibleBodyReferenceFrame(string, bool)
IList<double> GetFlexibleBodyReferenceFrame(string target, bool reCalculateOrientation = false)
Parameters
target string
reCalculateOrientation bool
Returns
GetGeometryNodes(string)
double[] GetGeometryNodes(string path)
Parameters
path string
Returns
double[]
GetReferenceTimeArray()
IList<double> GetReferenceTimeArray()
Returns
GetStateIDArray()
IList<int> GetStateIDArray()
Returns
GetVector(string, string, AnalysisResultType)
IDictionary<string ivectordisplayanimationdata> GetVector(string target, string path, AnalysisResultType analysisModelType = AnalysisResultType.Dynamics)
Parameters
target string
path string
analysisModelType AnalysisResultType