NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder Class Reference

This is a manager to the NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSetting class. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder:
NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder NXOpen::CAE::ResponseSimulation::PrlResultsEvaluationSettingBuilder NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double CrossingLevel ()
 Returns the crossing level
More...
 
NXOpen::ExpressionCrossingLevelExpression ()
 Returns the crossing level expression
Created in NX8.5.0. More...
 
void SetCrossingLevel (double crossingLevel)
 Sets the crossing level
More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::RmsResultsEvaluationSettingBuilder
NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod EvaluationMethod ()
 Returns the evaluation method for RMS
Created in NX8.5.0. More...
 
void SetEvaluationMethod (NXOpen::CAE::ResponseSimulation::RmsLcrEvaluationMethod evaluationMethod)
 Sets the evaluation method for RMS
Created in NX8.5.0. More...
 
void SetUserDefinedDirection (NXOpen::Direction *userDefinedDirection)
 Sets the user defined direction
More...
 
void SetUsingUserDefinedDirection (bool usingUserDefinedDirection)
 Sets the option of using user defined direction
More...
 
NXOpen::DirectionUserDefinedDirection ()
 Returns the user defined direction
More...
 
bool UsingUserDefinedDirection ()
 Returns the option of using user defined direction
More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::PrlResultsEvaluationSettingBuilder
NXOpen::CAE::ResponseSimulation::CoordinateSystem CoordinateSystem ()
 Returns the coordinate system. More...
 
std::vector
< NXOpen::CAE::ResponseSimulation::DirectionDataComponent
GetDataComponents ()
 Returns the direction data components. More...
 
std::vector
< NXOpen::CAE::FEElement * > 
GetOutputElements ()
 Returns the destination elements. More...
 
std::vector
< NXOpen::CAE::FENode * > 
GetOutputNodes ()
 Returns the destination nodes. More...
 
NXOpen::CAE::FENodeObservationNode ()
 Returns the relative node.Only available when result type is NXOpen::CAE::ResponseSimulation::EvaluationResultTypeDisplacement , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeAcceleration , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeElementForce. More...
 
bool Relative ()
 Returns the option of using the observation node in evaluation. More...
 
NXOpen::CAE::ResponseSimulation::EvaluationResultType ResultType ()
 Returns the result type
Created in NX5.0.0. More...
 
void SetCoordinateSystem (NXOpen::CAE::ResponseSimulation::CoordinateSystem coordinateSystem)
 Sets the coordinate system. More...
 
void SetDataComponents (const std::vector< NXOpen::CAE::ResponseSimulation::DirectionDataComponent > &dataComponent)
 Sets the direction data components. More...
 
void SetObservationNode (NXOpen::CAE::FENode *relativeNode)
 Sets the relative node.Only available when result type is NXOpen::CAE::ResponseSimulation::EvaluationResultTypeDisplacement , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeAcceleration , NXOpen::CAE::ResponseSimulation::EvaluationResultTypeElementForce. More...
 
void SetOutputElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElements)
 Sets the destination elements
Created in NX5.0.0. More...
 
void SetOutputNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNodes)
 Sets the destination nodes
Created in NX5.0.0. More...
 
void SetRelative (bool relative)
 Sets the option of using the observation node in evaluation. More...
 
void SetResultType (NXOpen::CAE::ResponseSimulation::EvaluationResultType resultType)
 Sets the result type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder
std::vector< NXStringGetDescriptionString ()
 Returns the description. More...
 
void SetDescriptionString (const std::vector< NXString > &description)
 Sets the description
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This is a manager to the NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSetting class.

Object of type NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use NXOpen::CAE::ResponseSimulation::EvaluationSettingManager::CreateLcrResultsEvaluationSettingBuilder

Created in NX5.0.0.

Member Function Documentation

double NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder::CrossingLevel ( )

Returns the crossing level

Deprecated:
Deprecated in NX8.5.0.

Use NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder::CrossingLevelExpression instead.


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::Expression* NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder::CrossingLevelExpression ( )

Returns the crossing level expression
Created in NX8.5.0.



License requirements : nx_response_anlys ("NX Response Analysis")

void NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder::SetCrossingLevel ( double  crossingLevel)

Sets the crossing level

Deprecated:
Deprecated in NX8.5.0.

Use NXOpen::CAE::ResponseSimulation::LcrResultsEvaluationSettingBuilder::CrossingLevelExpression instead.


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
crossingLevelcrossing level

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.