Class DurSpecialistBlockLoadEventBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistBlockLoadEventBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.String |
|
Pattern
Declaration
public DurSpecialistBlockLoadEventBuilder.PatternType Pattern { get; set; }
Property Value
Source
Declaration
public DurSpecialistBlockLoadEventBuilder.ResultSource Source { get; set; }
Property Value
StartWithLower
Declaration
public bool StartWithLower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Subcase
Declaration
public int Subcase { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TemperatureSource
Declaration
public DurSpecialistTemperatureSource TemperatureSource { get; set; }
Property Value
UpperValue
Declaration
public Expression UpperValue { get; }
Property Value
Methods
GetFileName()
Declaration
public string GetFileName()
Returns
Type |
Description |
System.String |
|
GetUnitSystem()
Declaration
public DurSpecialistDataSources.UnitSystem GetUnitSystem()
Returns
Declaration
public void SetFile(string fileName, DurSpecialistDataSources.FileFormat type)
Parameters
SetSolution(SimSolution)
Declaration
public void SetSolution(SimSolution sol)
Parameters
SetUnitSystem(DurSpecialistDataSources.UnitSystem)
Declaration
public void SetUnitSystem(DurSpecialistDataSources.UnitSystem unitSystem)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink