NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.CAE.DurSpecialistDataSources Class Reference

Represents a NXOpen.CAE.DurSpecialistDataSources More...

Inheritance diagram for NXOpen.CAE.DurSpecialistDataSources:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FileFormat {
  NastranResult, TestLab, UniversalFile, MotionResult,
  SamcefResult, AbaqusResult, Tecware, AnsysResult
}
 supported file formats. More...
 
enum  UnitSystem {
  Implicit, MillinewtonMillimeter, NewtonMeter, NewtonMillimeter,
  CentinewtonCentimeter, KgfMeter, KgfMillimeter, LbfFoot,
  LbfInch, PoundalFoot
}
 the unit system. More...
 
enum  XyPlotType { Plot2D, Plot2DInStack, Plot2DOverlay }
 Represents the Plot(XY) type More...
 

Public Member Functions

unsafe int AddDataSource (string fileName, NXOpen.CAE.DurSpecialistDataSources.FileFormat driver)
 Add a file. More...
 
unsafe
NXOpen.CAE.DurSpecialistDataSources.UnitSystem 
GetDataSourceUnitSystem (int fileIndex)
 Get unit system of a data source file. More...
 
unsafe void InformationWindow (int fileIndex)
 Opens the Information window. More...
 
unsafe void PlotLoadHistories (int fileIndex, int[] loadHistoriesIndexes, int deviceIndex, int viewIndex, NXOpen.CAE.DurSpecialistDataSources.XyPlotType plotType)
 Plots the load histories More...
 
unsafe void RemoveDataSource (int fileIndex)
 Remove a file. More...
 
unsafe void SetDataSourceUnitSystem (int fileIndex, NXOpen.CAE.DurSpecialistDataSources.UnitSystem unitSystem)
 Edit unit system of a data source file. More...
 
unsafe void SwapDataSource (NXOpen.CAE.DurSpecialistDataSource dataSource1, NXOpen.CAE.DurSpecialistDataSource dataSource2)
 Swap the position of the two given NXOpen.CAE.DurSpecialistDataSource objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen.CAE.DurSpecialistDataSources

Created in NX12.0.0

Member Enumeration Documentation

supported file formats.

Enumerator
NastranResult 
TestLab 
UniversalFile 
MotionResult 
SamcefResult 
AbaqusResult 
Tecware 
AnsysResult 

the unit system.

Enumerator
Implicit 

use from file

MillinewtonMillimeter 

mN mm kg

NewtonMeter 

N m kg

NewtonMillimeter 

N mm tonne

CentinewtonCentimeter 

cN cm kg

KgfMeter 

kgf m kgf-s^2/m

KgfMillimeter 

kgf mm kgf-s^2/mm

LbfFoot 

lbf ft slug

LbfInch 

lbf in lbf-s^2/in

PoundalFoot 

poundal ft lbm

Represents the Plot(XY) type

Enumerator
Plot2D 

2D plot

Plot2DInStack 

2D plot in stacked sequence

Plot2DOverlay 

2D plot overlay

Member Function Documentation

unsafe int NXOpen.CAE.DurSpecialistDataSources.AddDataSource ( string  fileName,
NXOpen.CAE.DurSpecialistDataSources.FileFormat  driver 
)
inline

Add a file.

Created in NX12.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
fileNamename of the file to be added
driver
Returns
the index of the added file
unsafe NXOpen.CAE.DurSpecialistDataSources.UnitSystem NXOpen.CAE.DurSpecialistDataSources.GetDataSourceUnitSystem ( int  fileIndex)
inline

Get unit system of a data source file.

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
fileIndexstarts with 0
Returns
unsafe void NXOpen.CAE.DurSpecialistDataSources.InformationWindow ( int  fileIndex)
inline

Opens the Information window.

Created in NX12.0.0

License requirements: None.

Parameters
fileIndexstarts with 0
unsafe void NXOpen.CAE.DurSpecialistDataSources.PlotLoadHistories ( int  fileIndex,
int[]  loadHistoriesIndexes,
int  deviceIndex,
int  viewIndex,
NXOpen.CAE.DurSpecialistDataSources.XyPlotType  plotType 
)
inline

Plots the load histories

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
fileIndexstarts with 0
loadHistoriesIndexesLoad history indexes, starts with 0
deviceIndex
viewIndex
plotType
unsafe void NXOpen.CAE.DurSpecialistDataSources.RemoveDataSource ( int  fileIndex)
inline

Remove a file.

Created in NX12.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
fileIndexstarts with 0
unsafe void NXOpen.CAE.DurSpecialistDataSources.SetDataSourceUnitSystem ( int  fileIndex,
NXOpen.CAE.DurSpecialistDataSources.UnitSystem  unitSystem 
)
inline

Edit unit system of a data source file.

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
fileIndexstarts with 0
unitSystem
unsafe void NXOpen.CAE.DurSpecialistDataSources.SwapDataSource ( NXOpen.CAE.DurSpecialistDataSource  dataSource1,
NXOpen.CAE.DurSpecialistDataSource  dataSource2 
)
inline

Swap the position of the two given NXOpen.CAE.DurSpecialistDataSource objects.

Created in NX1899.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
dataSource1The first DataSource object
dataSource2The second DataSource object

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.