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

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

Inheritance diagram for NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder:
NXOpen::CAE::ResponseSimulation::DynamicResultEvaluationSettingBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

int DecimationOrder ()
 Returns the decimation order of domain setting. More...
 
double EndPoint ()
 Returns the end value of domain setting. More...
 
std::vector
< NXOpen::CAE::FEElement * > 
GetDestinationElements ()
 Returns the destination elements. More...
 
std::vector
< NXOpen::CAE::FENode * > 
GetDestinationNodes ()
 Returns the destination nodes. More...
 
std::vector
< NXOpen::CAE::ResponseSimulation::EvaluationResultType
GetOutputOptions ()
 Returns the output options. More...
 
std::vector< double > GetPointsValueList ()
 Returns the points value list. More...
 
double PointValue ()
 Returns the method choosed to define select point value. More...
 
NXOpen::CAE::ResponseSimulation::ResponseDomainDefinitionMethod ResponseDomainDefinitionOption ()
 Returns the method choosed to define response domain
Created in NX5.0.0. More...
 
void SetDecimationOrder (int decimationOrder)
 Sets the decimation order of domain setting. More...
 
void SetDestinationElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElement)
 Sets the destination elements
Created in NX5.0.0. More...
 
void SetDestinationNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNodes)
 Sets the destination nodes
Created in NX5.0.0. More...
 
void SetEndPoint (double endPoint)
 Sets the end value of domain setting. More...
 
void SetOutputOptions (const std::vector< NXOpen::CAE::ResponseSimulation::EvaluationResultType > &outputOptions)
 Sets the output options
Created in NX5.0.0. More...
 
void SetPointsValueList (const std::vector< double > &pointsValueList)
 Sets the points value list
Created in NX5.0.0. More...
 
void SetPointValue (double pointValue)
 Sets the method choosed to define select point value. More...
 
void SetResponseDomainDefinitionOption (NXOpen::CAE::ResponseSimulation::ResponseDomainDefinitionMethod definitionMethod)
 Sets the method choosed to define response domain
Created in NX5.0.0. More...
 
void SetStartPoint (double startPoint)
 Sets the start value of domain setting. More...
 
double StartPoint ()
 Returns the start value of domain setting. 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::ResponseResultsEvaluationSetting class.

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

Created in NX5.0.0.

Member Function Documentation

int NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::DecimationOrder ( )

Returns the decimation order of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

double NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::EndPoint ( )

Returns the end value of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::GetDestinationElements ( )

Returns the destination elements.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
std::vector<NXOpen::CAE::FENode *> NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::GetDestinationNodes ( )

Returns the destination nodes.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
std::vector<NXOpen::CAE::ResponseSimulation::EvaluationResultType> NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::GetOutputOptions ( )

Returns the output options.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
std::vector<double> NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::GetPointsValueList ( )

Returns the points value list.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
double NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::PointValue ( )

Returns the method choosed to define select point value.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodKeyIn
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::ResponseDomainDefinitionMethod NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::ResponseDomainDefinitionOption ( )

Returns the method choosed to define response domain
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetDecimationOrder ( int  decimationOrder)

Sets the decimation order of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
decimationOrderdecimation order
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetDestinationElements ( const std::vector< NXOpen::CAE::FEElement * > &  destinationElement)

Sets the destination elements
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
destinationElementdestination element
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetDestinationNodes ( const std::vector< NXOpen::CAE::FENode * > &  destinationNodes)

Sets the destination nodes
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
destinationNodesdestination nodes
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetEndPoint ( double  endPoint)

Sets the end value of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
endPointend point
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetOutputOptions ( const std::vector< NXOpen::CAE::ResponseSimulation::EvaluationResultType > &  outputOptions)

Sets the output options
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
outputOptionsoutput options
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetPointsValueList ( const std::vector< double > &  pointsValueList)

Sets the points value list
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
pointsValueListpoints value list
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetPointValue ( double  pointValue)

Sets the method choosed to define select point value.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodKeyIn
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
pointValuepoint value
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetResponseDomainDefinitionOption ( NXOpen::CAE::ResponseSimulation::ResponseDomainDefinitionMethod  definitionMethod)

Sets the method choosed to define response domain
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
definitionMethoddefinition method
void NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::SetStartPoint ( double  startPoint)

Sets the start value of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
startPointstart point
double NXOpen::CAE::ResponseSimulation::ResponseResultsEvaluationSettingBuilder::StartPoint ( )

Returns the start value of domain setting.

Only available when response domain is CAE::ResponseSimulation::ResponseDomainDefinitionMethodStartEndPoint
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")


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