Class DurSpecialistSuperpositionEventBuilder
Inheritance
DurSpecialistSuperpositionEventBuilder
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
Description
Declaration
public string Description { get; set; }
Property Value
FeResults
Declaration
public DurSpecialistDataSources FeResults { get; }
Property Value
FieldFind
Declaration
public int FieldFind { get; set; }
Property Value
FieldFindUsing
Declaration
public string FieldFindUsing { get; set; }
Property Value
FieldMatchUsing
Declaration
public string FieldMatchUsing { get; set; }
Property Value
FieldMatchWith
Declaration
public int FieldMatchWith { get; set; }
Property Value
Find
Declaration
public string Find { get; set; }
Property Value
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
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
MatchUsing
Declaration
public DurSpecialistSuperpositionEventBuilder.MatchUsingType MatchUsing { get; set; }
Property Value
MatchWith
Declaration
public string MatchWith { get; set; }
Property Value
Matching
Declaration
public DurSpecialistSuperpositionEventBuilder.MatchingType Matching { get; set; }
Property Value
MatchingUpdate
Declaration
public DurSpecialistEvent.UpdateCriterionType MatchingUpdate { get; set; }
Property Value
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
MinLength
Declaration
public int MinLength { get; set; }
Property Value
Moment
Declaration
public Expression Moment { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumStaticLoadScales
Declaration
public int NumStaticLoadScales { get; set; }
Property Value
PreStressCase
Declaration
public int PreStressCase { get; set; }
Property Value
PreStressIncluded
Declaration
public bool PreStressIncluded { get; set; }
Property Value
PreStressScale
Declaration
public Expression PreStressScale { get; }
Property Value
PreStressUpdate
Declaration
public DurSpecialistEvent.UpdateCriterionType PreStressUpdate { get; set; }
Property Value
Pressure
Declaration
public Expression Pressure { get; }
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
UseMinLength
Declaration
public bool UseMinLength { get; set; }
Property Value
Velocity
Declaration
public Expression Velocity { get; }
Property Value
Methods
AddConnection(int, int, bool, double)
Declaration
public int AddConnection(int loadIndex, int modeIndex, bool active, double scaleFactor)
Parameters
Type |
Name |
Description |
int |
loadIndex |
|
int |
modeIndex |
|
bool |
active |
|
double |
scaleFactor |
|
Returns
DeleteConnection(int)
Declaration
public void DeleteConnection(int connectionIndex)
Parameters
Type |
Name |
Description |
int |
connectionIndex |
|
GetStaticLoad(out int[], out double[])
Declaration
public void GetStaticLoad(out int[] modeIndex, out double[] scaleFactor)
Parameters
Type |
Name |
Description |
int[] |
modeIndex |
|
double[] |
scaleFactor |
|
SetStaticLoad(int[], double[])
Declaration
public void SetStaticLoad(int[] modeIndex, double[] scaleFactor)
Parameters
Type |
Name |
Description |
int[] |
modeIndex |
|
double[] |
scaleFactor |
|
UpdateConnection(int, bool, double)
Declaration
public void UpdateConnection(int connectionIndex, bool active, double scaleFactor)
Parameters
Type |
Name |
Description |
int |
connectionIndex |
|
bool |
active |
|
double |
scaleFactor |
|
UpdateUnitLoad(int, string)
Declaration
public void UpdateUnitLoad(int connectionIndex, string unitLoad)
Parameters
Type |
Name |
Description |
int |
connectionIndex |
|
string |
unitLoad |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink