Class DurSpecialistBlockLoadEventBuilder
Inheritance
DurSpecialistBlockLoadEventBuilder
Assembly: NXOpen.dll
Syntax
public class DurSpecialistBlockLoadEventBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistBlockLoadEventBuilder()
Declaration
protected DurSpecialistBlockLoadEventBuilder()
Properties
DataSourceType
Declaration
public DurSpecialistDataSources.FileFormat DataSourceType { get; set; }
Property Value
DefineStaticLoad
Declaration
public bool DefineStaticLoad { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
FilePatternSubcase
Declaration
public int FilePatternSubcase { get; set; }
Property Value
LoadLength
Declaration
public DurSpecialistLoadLengthBuilder LoadLength { get; }
Property Value
LowerValue
Declaration
public Expression LowerValue { get; }
Property Value
ModeSelection
Declaration
public DurSpecialistEvent.UpdateCriterionType ModeSelection { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Pattern
Declaration
public DurSpecialistBlockLoadEventBuilder.PatternType Pattern { get; set; }
Property Value
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Source
Declaration
public DurSpecialistBlockLoadEventBuilder.ResultSource Source { get; set; }
Property Value
StartWithLower
Declaration
public bool StartWithLower { get; set; }
Property Value
StaticLoadScale
Declaration
public Expression StaticLoadScale { get; }
Property Value
StaticLoadSubcase
Declaration
public int StaticLoadSubcase { get; set; }
Property Value
StaticLoadTerm
Declaration
public DurSpecialistBlockLoadEventBuilder.StaticLoadEnum StaticLoadTerm { get; set; }
Property Value
Subcase
Declaration
public int Subcase { get; set; }
Property Value
TemperatureSource
Declaration
public DurSpecialistTemperatureSource TemperatureSource { get; set; }
Property Value
UpperValue
Declaration
public Expression UpperValue { get; }
Property Value
Methods
GetFileName()
Declaration
public string GetFileName()
Returns
GetUnitSystem()
Declaration
public DurSpecialistDataSources.UnitSystem GetUnitSystem()
Returns
PlotChannelDataCurveForFilePattern(int, int)
Declaration
public void PlotChannelDataCurveForFilePattern(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
Declaration
public void SetFile(string fileName, DurSpecialistDataSources.FileFormat type)
Parameters
Declaration
public void SetPatternFile(string fileName, DurSpecialistDataSources.FileFormat type)
Parameters
SetSolution(SimSolution)
Declaration
public void SetSolution(SimSolution sol)
Parameters
SetUnitSystem(UnitSystem)
Declaration
public void SetUnitSystem(DurSpecialistDataSources.UnitSystem unitSystem)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink