Class DurSpecialistSuperpositionEventBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistSuperpositionEventBuilder
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 DurSpecialistSuperpositionEventBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistSuperpositionEventBuilder()
Declaration
protected DurSpecialistSuperpositionEventBuilder()
Properties
Acceleration
Declaration
public Expression Acceleration { get; }
Property Value
Angle
Declaration
public Expression Angle { get; }
Property Value
AngularAcceleration
Declaration
public Expression AngularAcceleration { get; }
Property Value
AngularVelocity
Declaration
public Expression AngularVelocity { get; }
Property Value
CaseSensitive
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
FeResults
Declaration
public DurSpecialistDataSources FeResults { get; }
Property Value
FieldFind
Declaration
public int FieldFind { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FieldFindUsing
Declaration
public string FieldFindUsing { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldMatchUsing
Declaration
public string FieldMatchUsing { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldMatchWith
Declaration
public int FieldMatchWith { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Find
Declaration
public string Find { get; set; }
Property Value
Type |
Description |
System.String |
|
FindIn
Declaration
public DurSpecialistSuperpositionEventBuilder.FindInType FindIn { get; set; }
Property Value
Force
Declaration
public Expression Force { get; }
Property Value
HistoryEndTreatment
Declaration
public DurSpecialistSuperpositionEventBuilder.HistoryEndTreatmentType HistoryEndTreatment { get; set; }
Property Value
IgnoreSpecialCharacters
Declaration
public bool IgnoreSpecialCharacters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
public Expression Length { get; }
Property Value
LoadHistories
Declaration
public DurSpecialistDataSources LoadHistories { get; }
Property Value
LoadLength
Declaration
public DurSpecialistLoadLengthBuilder LoadLength { get; }
Property Value
ManualMatchBy
Declaration
public DurSpecialistSuperpositionEventBuilder.ManualMatchByType ManualMatchBy { get; set; }
Property Value
MatchBy
Declaration
public DurSpecialistSuperpositionEventBuilder.MatchByType MatchBy { get; set; }
Property Value
Matching
Declaration
public DurSpecialistSuperpositionEventBuilder.MatchingType Matching { get; set; }
Property Value
MatchingUpdate
Declaration
public DurSpecialistEvent.UpdateCriterionType MatchingUpdate { get; set; }
Property Value
MatchUsing
Declaration
public DurSpecialistSuperpositionEventBuilder.MatchUsingType MatchUsing { get; set; }
Property Value
MatchWith
Declaration
public string MatchWith { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinLength
Declaration
public int MinLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Moment
Declaration
public Expression Moment { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NumStaticLoadScales
Declaration
public int NumStaticLoadScales { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Pressure
Declaration
public Expression Pressure { get; }
Property Value
PreStressCase
Declaration
public int PreStressCase { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreStressIncluded
Declaration
public bool PreStressIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreStressScale
Declaration
public Expression PreStressScale { get; }
Property Value
PreStressUpdate
Declaration
public DurSpecialistEvent.UpdateCriterionType PreStressUpdate { get; set; }
Property Value
Range
Declaration
public DurSpecialistSuperpositionEventBuilder.RangeType Range { get; set; }
Property Value
RangeEnd
Declaration
public Expression RangeEnd { get; }
Property Value
RangeStart
Declaration
public Expression RangeStart { get; }
Property Value
StaticLoadUpdate
Declaration
public DurSpecialistEvent.UpdateCriterionType StaticLoadUpdate { get; set; }
Property Value
TemperatureSource
Declaration
public DurSpecialistTemperatureSource TemperatureSource { get; set; }
Property Value
UseMaxLength
Declaration
public bool UseMaxLength { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseMinLength
Declaration
public bool UseMinLength { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Velocity
Declaration
public Expression Velocity { get; }
Property Value
Methods
AddConnection(Int32, Int32, Boolean, Double)
Declaration
public int AddConnection(int loadIndex, int modeIndex, bool active, double scaleFactor)
Parameters
Type |
Name |
Description |
System.Int32 |
loadIndex |
|
System.Int32 |
modeIndex |
|
System.Boolean |
active |
|
System.Double |
scaleFactor |
|
Returns
Type |
Description |
System.Int32 |
|
DeleteConnection(Int32)
Declaration
public void DeleteConnection(int connectionIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
connectionIndex |
|
GetStaticLoad(out Int32[], out Double[])
Declaration
public void GetStaticLoad(out int[] modeIndex, out double[] scaleFactor)
Parameters
Type |
Name |
Description |
System.Int32[] |
modeIndex |
|
System.Double[] |
scaleFactor |
|
SetStaticLoad(Int32[], Double[])
Declaration
public void SetStaticLoad(int[] modeIndex, double[] scaleFactor)
Parameters
Type |
Name |
Description |
System.Int32[] |
modeIndex |
|
System.Double[] |
scaleFactor |
|
UpdateConnection(Int32, Boolean, Double)
Declaration
public void UpdateConnection(int connectionIndex, bool active, double scaleFactor)
Parameters
Type |
Name |
Description |
System.Int32 |
connectionIndex |
|
System.Boolean |
active |
|
System.Double |
scaleFactor |
|
UpdateUnitLoad(Int32, String)
Declaration
public void UpdateUnitLoad(int connectionIndex, string unitLoad)
Parameters
Type |
Name |
Description |
System.Int32 |
connectionIndex |
|
System.String |
unitLoad |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink