NX Open C++ Reference Guide
|
Represents a builder class for the transient event data control. More...
Public Member Functions | |
int | DecimationOrder () |
Returns the decimation order. | |
NXOpen::Expression * | OutputEndTime () |
Returns the output end time. | |
NXOpen::Expression * | OutputStartTime () |
Returns the output start time. | |
double | PeakValleyTolerance () |
Returns the peak valley tolerance. | |
void | SetDecimationOrder (int decimationOrder) |
Sets the decimation order. | |
void | SetPeakValleyTolerance (double peakValleyTolerance) |
Sets the peak valley tolerance. |
Represents a builder class for the transient event data control.
The data control helps choose the start and ending time for the transient loading. It also allows for a decimation order and a peak valley tolerance control.
Created in NX7.5.0.
Returns the decimation order.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
Returns the output end time.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
Returns the output start time.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
Returns the peak valley tolerance.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
void NXOpen::CAE::DurabilityDataControlBuilder::SetDecimationOrder | ( | int | decimationOrder | ) |
Sets the decimation order.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
decimationOrder | decimationorder |
void NXOpen::CAE::DurabilityDataControlBuilder::SetPeakValleyTolerance | ( | double | peakValleyTolerance | ) |
Sets the peak valley tolerance.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
peakValleyTolerance | peakvalleytolerance |