NX Open C++ Reference Guide
|
Represents a builder class for the transient event data control. More...
Public Types | |
enum | TimeExtentsEnum { TimeExtentsEnumFromParentResult, TimeExtentsEnumSpecify } |
the time extents enum. 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. | |
void | SetTimeExtents (NXOpen::CAE::DurabilityDataControlBuilder::TimeExtentsEnum timeExtents) |
Sets the time extents. | |
NXOpen::CAE::DurabilityDataControlBuilder::TimeExtentsEnum | TimeExtents () |
Returns the time extents. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
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.
the time extents enum.
TimeExtentsEnumFromParentResult |
From Parent Result. |
TimeExtentsEnumSpecify |
Specify. |
int NXOpen::CAE::DurabilityDataControlBuilder::DecimationOrder | ( | ) |
Returns the decimation order.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::DurabilityDataControlBuilder::OutputEndTime | ( | ) |
Returns the output end time.
Created in NX7.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
NXOpen::Expression* NXOpen::CAE::DurabilityDataControlBuilder::OutputStartTime | ( | ) |
Returns the output start time.
Created in NX7.5.0.
License requirements : None
double NXOpen::CAE::DurabilityDataControlBuilder::PeakValleyTolerance | ( | ) |
Returns the peak valley tolerance.
Created in NX7.5.0.
License requirements : None
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 |
void NXOpen::CAE::DurabilityDataControlBuilder::SetTimeExtents | ( | NXOpen::CAE::DurabilityDataControlBuilder::TimeExtentsEnum | timeExtents | ) |
Sets the time extents.
Created in NX8.5.0.
License requirements : nx_adv_durability ("NX Advanced Durability")
timeExtents | timeextents |
NXOpen::CAE::DurabilityDataControlBuilder::TimeExtentsEnum NXOpen::CAE::DurabilityDataControlBuilder::TimeExtents | ( | ) |
Returns the time extents.
Created in NX8.5.0.
License requirements : None