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

This class is worked as a packet of information that can be either be used to change result state or pass around for information exchange between two NXOpen::CAE::ResultAccess objects. More...

Inheritance diagram for NXOpen::CAE::ResultParameters:
NXOpen::TaggedObject

Public Member Functions

int AskSectionPlyLayer (int *section, int *ply)
 Ask section, ply and layer. More...
 
void DisplayMidnodeValue (bool display)
 This is display only command. More...
 
bool GetAbsoluteValue ()
 Ask whether all values are absolute values. More...
 
NXOpen::CAE::Result::Averaging GetAveragingCriteria ()
 Ask averaging criteria. More...
 
NXOpen::CAE::AxiSymmetricParametersGetAxiSymmetricParameters ()
 Get Axi Symmetric Parameters type. More...
 
double GetBeamFilletRadius ()
 Return the fillet radius. More...
 
bool GetBeamFillets ()
 Return the fillets flag. More...
 
bool GetBeamResultsInLocalCoordinateSystem ()
 Identifies whether beam results are presented in local coordinate system (if true) or in the same coordinate system as the rest of the model. More...
 
bool GetCalculateBeamStrResults ()
 Ask if beam stresses and strains are calculated from element forces and section geometry. More...
 
NXOpen::CAE::Result::Complex GetComplexCriterion ()
 If result is complex it returns which component is set(like real or imaginary) More...
 
NXOpen::CAE::Result::ComputationType GetComputationType ()
 Get computing type. More...
 
bool GetComputeOnVisible ()
 Ask whether elements which are not visible are to be considerd for Averaging, Summing, Gap/Discontinuity calculations. More...
 
double GetConvertedDBref ()
 Ask the converted DB Reference value. More...
 
NXOpen::CAE::Result::CoordinateSystem GetCoordinateSystem ()
 Ask result coordinate system. More...
 
NXOpen::CAE::CyclicSymmetricParametersGetCyclicSymmetricParameters ()
 Get Cyclic Symmetric Parameters type. More...
 
double GetDBreference ()
 Ask the dB Reference value. More...
 
NXOpen::CAE::Result::DbScale GetDBscale ()
 Ask the dB Scale value. More...
 
bool GetDBScaling ()
 Ask whether dB Scaling is on or not. More...
 
NXOpen::CAE::SignalProcessingDBSettingsGetDbSettings ()
 Gets the dBSettings object required for dB Scaling. More...
 
NXOpen::CAE::Result::DiscontinuityMethod GetDiscontinuityMethod ()
 Ask discontinuity method. More...
 
NXOpen::CAE::Result::ElementValueCriterion GetElementValueCriterion ()
 Ask how element the result is defined. More...
 
bool GetExcludeElementsNotVisible ()
 Ask whether elements which are not visible are consider for summation. More...
 
NXOpen::CAE::BaseResultTypeGetGenericResultType ()
 Ask Result type. More...
 
bool GetIsReferenceNode ()
 Ask if the reference node will be used for result. More...
 
int GetIteration ()
 Ask Current iteration number This method has been deprecated. More...
 
int GetLoadcase ()
 Ask Current loadcase number This method has been deprecated. More...
 
double GetPhaseAngle ()
 Ask phase angle. More...
 
int GetReferenceNodeLabel ()
 Returns the node label which identifies the reference node used when plotting the result. More...
 
NXOpen::CAE::Result::Section GetResultBeamSection ()
 Ask section where beam results are defined. More...
 
NXOpen::CAE::Result::Component GetResultComponent ()
 Ask result component. More...
 
NXOpen::CAE::Result::Location GetResultDataLocation ()
 Ask FE entity where the result is defined This method has been deprecated. More...
 
NXOpen::CAE::Result::Quantity GetResultDataQuantity ()
 Ask result type This method has been deprecated. More...
 
NXOpen::CAE::Result::Section GetResultDataSection ()
 Ask section of a FE entity where the result is defined This method has been deprecated. More...
 
NXOpen::CAE::Result::Section GetResultShellSection ()
 Ask section where shell results are defined. More...
 
NXOpen::CAE::Result::Type GetResultType ()
 Ask Result type This method has been deprecated. More...
 
NXOpen::CAE::Post::AxisymetricAxis GetRotationAxisOfAbsoluteCyndricalCSYS ()
 Get axis of rotation for axisyymettric results. More...
 
double GetScale ()
 Ask scale. More...
 
void GetSelectedCoordinateSystem (NXOpen::CAE::Result::CoordinateSystemSource *source, int *id)
 Ask selected coordinate system in which results are to be presented
Created in NX7.5.1. More...
 
NXOpen::CAE::Result::TensorDerivedAbsolute GetTensorComponentAbsoluteValue ()
 Get the method used when calculating the absolute values for the derived components of CAE::Result::DataTypeTensor like CAE::Result::ComponentMaximumPrincipal. More...
 
NXOpen::UnitGetUnit ()
 Ask result unit. More...
 
NXOpen::CAE::Result::Averaging InitAveragingCriteria ()
 Ask default averaging criteria. More...
 
bool IsForcedElementResult ()
 Ask whether the result is converted as element result. More...
 
bool IsMidnodeValueDisplayed ()
 Ask whether the result at mid nodes are ignored. More...
 
void MakeElementResult (bool elementResult)
 Make Nodal and Element-Nodal result to Element Result. More...
 
void SetAbsoluteValue (bool absolute)
 Set all values to absolute values. More...
 
void SetAveragingCriteria (const NXOpen::CAE::Result::Averaging &average)
 Set averaging criteria
Created in NX6.0.2. More...
 
void SetAxiSymmetricParameters (NXOpen::CAE::AxiSymmetricParameters *type)
 Set Axi Symmetric Parameters type
Created in NX11.0.0. More...
 
void SetBeamFilletRadius (double beamFilletRadius)
 Sets the fillet radius as a fraction of the adjacent dimensions
Created in NX7.5.0. More...
 
void SetBeamFillets (bool beamFillets)
 Sets the fillets flag
Created in NX7.5.0. More...
 
void SetBeamResultsInLocalCoordinateSystem (bool local)
 Presents beam results in local coordinate system (if flag is true) or in the same coordinate system as the rest of the model
Created in NX7.5.0. More...
 
void SetCalculateBeamStrResults (bool calcBeamStrResults)
 Sets a flag to calculate beam stresses and strains from element forces and section geometry (if available). More...
 
void SetComplexCriterion (NXOpen::CAE::Result::Complex complex)
 Set complex criteria
Created in NX6.0.2. More...
 
void SetComputationType (NXOpen::CAE::Result::ComputationType computeType)
 Set computing type. More...
 
void SetComputeOnVisible (bool excludeElements)
 Exclude or include elements which are not visible for Averaging, Summing, Gap/Discontinuity calculations
Created in NX12.0.0. More...
 
void SetCoordinateSystem (NXOpen::CAE::Result::CoordinateSystem coordinate)
 Set result coordinate system
Created in NX6.0.2. More...
 
void SetCyclicSymmetricParameters (NXOpen::CAE::CyclicSymmetricParameters *type)
 Set Cyclic Symmetric Parameters type
Created in NX11.0.0. More...
 
void SetDBReference (double dBreference)
 Set the dB Reference value
More...
 
void SetDBscale (NXOpen::CAE::Result::DbScale dbScale)
 Set the dB Scale value
More...
 
void SetDBScaling (int dBscaling)
 Set the dB Scaling on or off
Created in NX11.0.0. More...
 
void SetDiscontinuityMethod (NXOpen::CAE::Result::DiscontinuityMethod discontinuity)
 Set discontinuity method
Created in NX12.0.0. More...
 
void SetElementValueCriterion (NXOpen::CAE::Result::ElementValueCriterion criteria)
 Set how element the result is defined This option is only valid for nodal and elemen-nodal result; dose not do anything for element result. More...
 
void SetExcludeElementsNotVisible (bool excludeElements)
 Exclude or include elements which are not visible for computing with sum option. More...
 
void SetGenericResultType (NXOpen::CAE::BaseResultType *type)
 Set Result type
Created in NX7.5.0. More...
 
void SetIsReferenceNode (bool isReferenceNode)
 Sets the flag if the reference node will be used for result
Created in NX11.0.0. More...
 
void SetLoadcaseIteration (int loadcase, int iteration)
 Set Current loadcase and iteration. More...
 
void SetPhaseAngle (double angle)
 Sets the phase angle at which result will be evaluated. More...
 
void SetReferenceNodeLabel (int referenceNodeLabel)
 Sets the node label which identifies the reference node used when plotting the result
Created in NX11.0.0. More...
 
void SetResultBeamSection (NXOpen::CAE::Result::Section section)
 Set section where beam results are defined
Created in NX7.5.0. More...
 
void SetResultComponent (NXOpen::CAE::Result::Component component)
 Set result component
Created in NX6.0.2. More...
 
void SetResultDataLocation (NXOpen::CAE::Result::Location location)
 Set FE entity where the result is defined This method has been deprecated. More...
 
void SetResultDataQuantity (NXOpen::CAE::Result::Quantity quantity)
 Set result quantity This method has been deprecated. More...
 
void SetResultDataSection (NXOpen::CAE::Result::Section section)
 Set section of a FE entity where the result is defined This method has been deprecated. More...
 
void SetResultShellSection (NXOpen::CAE::Result::Section section)
 Set section where shell results are defined
Created in NX7.5.0. More...
 
void SetResultType (const NXOpen::CAE::Result::Type &type)
 Set Result type This method has been deprecated. More...
 
void SetRotationAxisOfAbsoluteCyndricalCSYS (NXOpen::CAE::Post::AxisymetricAxis axis)
 Set axis of rotation for axisymmetric results. More...
 
void SetScale (double scale)
 Set scale. More...
 
void SetSectionPlyLayer (int section, int ply, int layer)
 Set section, ply and layer
Created in NX6.0.2. More...
 
void SetSelectedCoordinateSystem (NXOpen::CAE::Result::CoordinateSystemSource source, int id)
 Set selected coordinate system in which results are to be presented Coordinate systems labels defined in a result file can be retrieved using CAE::Result::GetResultCoordinateSystems. More...
 
void SetTensorComponentAbsoluteValue (NXOpen::CAE::Result::TensorDerivedAbsolute absolute)
 Set the method used when calculating the absolute values for the derived components of CAE::Result::DataTypeTensor like CAE::Result::ComponentMaximumPrincipal. More...
 
void SetUnit (NXOpen::Unit *unit)
 Set result unit
Created in NX6.0.2. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is worked as a packet of information that can be either be used to change result state or pass around for information exchange between two NXOpen::CAE::ResultAccess objects.


Use NXOpen::CAE::ResultManager to create an NXOpen::CAE::ResultParameters


You can modifiy these values but validation of correctness will only be perfomed when this object is set to a NXOpen::CAE::ResultAccess object
To obtain an instance of this class use NXOpen::Session::ResultManager .

Created in NX6.0.2.

Member Function Documentation

int NXOpen::CAE::ResultParameters::AskSectionPlyLayer ( int *  section,
int *  ply 
)

Ask section, ply and layer.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
Parameters
sectionsection
plyply
void NXOpen::CAE::ResultParameters::DisplayMidnodeValue ( bool  display)

This is display only command.

Setting this value will not change modify ResultAccess queries. But Post view will ignore midnode values during display


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
displaydisplay
bool NXOpen::CAE::ResultParameters::GetAbsoluteValue ( )

Ask whether all values are absolute values.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Averaging NXOpen::CAE::ResultParameters::GetAveragingCriteria ( )

Ask averaging criteria.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::AxiSymmetricParameters* NXOpen::CAE::ResultParameters::GetAxiSymmetricParameters ( )

Get Axi Symmetric Parameters type.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
double NXOpen::CAE::ResultParameters::GetBeamFilletRadius ( )

Return the fillet radius.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetBeamFillets ( )

Return the fillets flag.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetBeamResultsInLocalCoordinateSystem ( )

Identifies whether beam results are presented in local coordinate system (if true) or in the same coordinate system as the rest of the model.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetCalculateBeamStrResults ( )

Ask if beam stresses and strains are calculated from element forces and section geometry.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Complex NXOpen::CAE::ResultParameters::GetComplexCriterion ( )

If result is complex it returns which component is set(like real or imaginary)

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::ComputationType NXOpen::CAE::ResultParameters::GetComputationType ( )

Get computing type.

Returns

Created in NX7.5.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetComputeOnVisible ( )

Ask whether elements which are not visible are to be considerd for Averaging, Summing, Gap/Discontinuity calculations.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
double NXOpen::CAE::ResultParameters::GetConvertedDBref ( )

Ask the converted DB Reference value.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::CoordinateSystem NXOpen::CAE::ResultParameters::GetCoordinateSystem ( )

Ask result coordinate system.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::CyclicSymmetricParameters* NXOpen::CAE::ResultParameters::GetCyclicSymmetricParameters ( )

Get Cyclic Symmetric Parameters type.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
double NXOpen::CAE::ResultParameters::GetDBreference ( )

Ask the dB Reference value.

Returns

Deprecated:
Deprecated in NX12.0.0. Use NXOpen::CAE::ResultParameters::GetDbSettings instead.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::Result::DbScale NXOpen::CAE::ResultParameters::GetDBscale ( )

Ask the dB Scale value.

Returns

Deprecated:
Deprecated in NX12.0.0. Use NXOpen::CAE::ResultParameters::GetDbSettings instead.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

bool NXOpen::CAE::ResultParameters::GetDBScaling ( )

Ask whether dB Scaling is on or not.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::SignalProcessingDBSettings* NXOpen::CAE::ResultParameters::GetDbSettings ( )

Gets the dBSettings object required for dB Scaling.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::DiscontinuityMethod NXOpen::CAE::ResultParameters::GetDiscontinuityMethod ( )

Ask discontinuity method.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::Result::ElementValueCriterion NXOpen::CAE::ResultParameters::GetElementValueCriterion ( )

Ask how element the result is defined.

This option is only valid for nodal and elemen-nodal result.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetExcludeElementsNotVisible ( )

Ask whether elements which are not visible are consider for summation.

Returns

Deprecated:
Deprecated in NX12.0.0. Use NXOpen::CAE::ResultParameters::GetComputeOnVisible instead.


Created in NX7.5.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::BaseResultType* NXOpen::CAE::ResultParameters::GetGenericResultType ( )

Ask Result type.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::GetIsReferenceNode ( )

Ask if the reference node will be used for result.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
int NXOpen::CAE::ResultParameters::GetIteration ( )

Ask Current iteration number This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

int NXOpen::CAE::ResultParameters::GetLoadcase ( )

Ask Current loadcase number This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

double NXOpen::CAE::ResultParameters::GetPhaseAngle ( )

Ask phase angle.

If complex result is set to Phaseangle type then user can specify an angle at which result will be evaluated

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
int NXOpen::CAE::ResultParameters::GetReferenceNodeLabel ( )

Returns the node label which identifies the reference node used when plotting the result.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Section NXOpen::CAE::ResultParameters::GetResultBeamSection ( )

Ask section where beam results are defined.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Component NXOpen::CAE::ResultParameters::GetResultComponent ( )

Ask result component.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Location NXOpen::CAE::ResultParameters::GetResultDataLocation ( )

Ask FE entity where the result is defined This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::BaseResultType::Location instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::Result::Quantity NXOpen::CAE::ResultParameters::GetResultDataQuantity ( )

Ask result type This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::Result::Section NXOpen::CAE::ResultParameters::GetResultDataSection ( )

Ask section of a FE entity where the result is defined This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::Result::Section NXOpen::CAE::ResultParameters::GetResultShellSection ( )

Ask section where shell results are defined.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Type NXOpen::CAE::ResultParameters::GetResultType ( )

Ask Result type This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .

Returns

Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::Post::AxisymetricAxis NXOpen::CAE::ResultParameters::GetRotationAxisOfAbsoluteCyndricalCSYS ( )

Get axis of rotation for axisyymettric results.

Returns

Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
double NXOpen::CAE::ResultParameters::GetScale ( )

Ask scale.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
void NXOpen::CAE::ResultParameters::GetSelectedCoordinateSystem ( NXOpen::CAE::Result::CoordinateSystemSource source,
int *  id 
)

Ask selected coordinate system in which results are to be presented
Created in NX7.5.1.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sourcesource
idid
NXOpen::CAE::Result::TensorDerivedAbsolute NXOpen::CAE::ResultParameters::GetTensorComponentAbsoluteValue ( )

Get the method used when calculating the absolute values for the derived components of CAE::Result::DataTypeTensor like CAE::Result::ComponentMaximumPrincipal.

Returns

Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::Unit* NXOpen::CAE::ResultParameters::GetUnit ( )

Ask result unit.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
NXOpen::CAE::Result::Averaging NXOpen::CAE::ResultParameters::InitAveragingCriteria ( )

Ask default averaging criteria.

Returns

Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::IsForcedElementResult ( )

Ask whether the result is converted as element result.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
bool NXOpen::CAE::ResultParameters::IsMidnodeValueDisplayed ( )

Ask whether the result at mid nodes are ignored.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
void NXOpen::CAE::ResultParameters::MakeElementResult ( bool  elementResult)

Make Nodal and Element-Nodal result to Element Result.

Does not do anything if the result is element result already. To define what value should be used to represent an element, use NXOpen::CAE::ResultParameters::SetElementValueCriterion


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
elementResultelementresult
void NXOpen::CAE::ResultParameters::SetAbsoluteValue ( bool  absolute)

Set all values to absolute values.

Warning: Once converted to absolute value it is not possible to revert to original values.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
absoluteabsolute
void NXOpen::CAE::ResultParameters::SetAveragingCriteria ( const NXOpen::CAE::Result::Averaging average)

Set averaging criteria
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
averageaverage
void NXOpen::CAE::ResultParameters::SetAxiSymmetricParameters ( NXOpen::CAE::AxiSymmetricParameters type)

Set Axi Symmetric Parameters type
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
typetype
void NXOpen::CAE::ResultParameters::SetBeamFilletRadius ( double  beamFilletRadius)

Sets the fillet radius as a fraction of the adjacent dimensions
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
beamFilletRadiusbeam fillet radius
void NXOpen::CAE::ResultParameters::SetBeamFillets ( bool  beamFillets)

Sets the fillets flag
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
beamFilletsbeam fillets
void NXOpen::CAE::ResultParameters::SetBeamResultsInLocalCoordinateSystem ( bool  local)

Presents beam results in local coordinate system (if flag is true) or in the same coordinate system as the rest of the model
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
locallocal
void NXOpen::CAE::ResultParameters::SetCalculateBeamStrResults ( bool  calcBeamStrResults)

Sets a flag to calculate beam stresses and strains from element forces and section geometry (if available).

Does not affect other result types and element types
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
calcBeamStrResultscalc beam str results
void NXOpen::CAE::ResultParameters::SetComplexCriterion ( NXOpen::CAE::Result::Complex  complex)

Set complex criteria
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
complexcomplex
void NXOpen::CAE::ResultParameters::SetComputationType ( NXOpen::CAE::Result::ComputationType  computeType)

Set computing type.


Created in NX7.5.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
computeTypecompute type
void NXOpen::CAE::ResultParameters::SetComputeOnVisible ( bool  excludeElements)

Exclude or include elements which are not visible for Averaging, Summing, Gap/Discontinuity calculations
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
excludeElementsexclude elements
void NXOpen::CAE::ResultParameters::SetCoordinateSystem ( NXOpen::CAE::Result::CoordinateSystem  coordinate)

Set result coordinate system
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
coordinatecoordinate
void NXOpen::CAE::ResultParameters::SetCyclicSymmetricParameters ( NXOpen::CAE::CyclicSymmetricParameters type)

Set Cyclic Symmetric Parameters type
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
typetype
void NXOpen::CAE::ResultParameters::SetDBReference ( double  dBreference)

Set the dB Reference value

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::ResultParameters::GetDbSettings instead.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
dBreferencedbreference
void NXOpen::CAE::ResultParameters::SetDBscale ( NXOpen::CAE::Result::DbScale  dbScale)

Set the dB Scale value

Deprecated:
Deprecated in NX12.0.0.

Use NXOpen::CAE::ResultParameters::GetDbSettings instead.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
dbScaledb scale
void NXOpen::CAE::ResultParameters::SetDBScaling ( int  dBscaling)

Set the dB Scaling on or off
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
dBscalingdbscaling
void NXOpen::CAE::ResultParameters::SetDiscontinuityMethod ( NXOpen::CAE::Result::DiscontinuityMethod  discontinuity)

Set discontinuity method
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
discontinuitydiscontinuity
void NXOpen::CAE::ResultParameters::SetElementValueCriterion ( NXOpen::CAE::Result::ElementValueCriterion  criteria)

Set how element the result is defined This option is only valid for nodal and elemen-nodal result; dose not do anything for element result.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
criteriacriteria
void NXOpen::CAE::ResultParameters::SetExcludeElementsNotVisible ( bool  excludeElements)

Exclude or include elements which are not visible for computing with sum option.


Deprecated:
Deprecated in NX12.0.0. Use NXOpen::CAE::ResultParameters::SetComputeOnVisible instead.


Created in NX7.5.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
excludeElementsexclude elements
void NXOpen::CAE::ResultParameters::SetGenericResultType ( NXOpen::CAE::BaseResultType type)

Set Result type
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
typetype
void NXOpen::CAE::ResultParameters::SetIsReferenceNode ( bool  isReferenceNode)

Sets the flag if the reference node will be used for result
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
isReferenceNodeisreferencenode
void NXOpen::CAE::ResultParameters::SetLoadcaseIteration ( int  loadcase,
int  iteration 
)

Set Current loadcase and iteration.

This method has been deprecated. This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .


Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::SetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
loadcaseloadcase number varies from 0 to N-1
iterationiteration number varies from 0 to N-1
void NXOpen::CAE::ResultParameters::SetPhaseAngle ( double  angle)

Sets the phase angle at which result will be evaluated.

This is only value if complex result is set to the PhaseAngle type
Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
angleangle
void NXOpen::CAE::ResultParameters::SetReferenceNodeLabel ( int  referenceNodeLabel)

Sets the node label which identifies the reference node used when plotting the result
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
referenceNodeLabelreferencenodelabel
void NXOpen::CAE::ResultParameters::SetResultBeamSection ( NXOpen::CAE::Result::Section  section)

Set section where beam results are defined
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sectionsection
void NXOpen::CAE::ResultParameters::SetResultComponent ( NXOpen::CAE::Result::Component  component)

Set result component
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
componentcomponent
void NXOpen::CAE::ResultParameters::SetResultDataLocation ( NXOpen::CAE::Result::Location  location)

Set FE entity where the result is defined This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .


Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
locationlocation
void NXOpen::CAE::ResultParameters::SetResultDataQuantity ( NXOpen::CAE::Result::Quantity  quantity)

Set result quantity This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .


Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
quantityquantity
void NXOpen::CAE::ResultParameters::SetResultDataSection ( NXOpen::CAE::Result::Section  section)

Set section of a FE entity where the result is defined This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .


Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sectionsection
void NXOpen::CAE::ResultParameters::SetResultShellSection ( NXOpen::CAE::Result::Section  section)

Set section where shell results are defined
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sectionsection
void NXOpen::CAE::ResultParameters::SetResultType ( const NXOpen::CAE::Result::Type type)

Set Result type This method has been deprecated.

This functionality was moved to this class NXOpen::CAE::BaseResultType , which can be obtained by using NXOpen::CAE::ResultParameters::GetGenericResultType .


Deprecated:
Deprecated in NX8.0.0. Use NXOpen::CAE::ResultParameters::GetGenericResultType instead.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
typetype
void NXOpen::CAE::ResultParameters::SetRotationAxisOfAbsoluteCyndricalCSYS ( NXOpen::CAE::Post::AxisymetricAxis  axis)

Set axis of rotation for axisymmetric results.


Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
axisaxis
void NXOpen::CAE::ResultParameters::SetScale ( double  scale)

Set scale.

This will affect all subsequent result query.
Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
scalescale
void NXOpen::CAE::ResultParameters::SetSectionPlyLayer ( int  section,
int  ply,
int  layer 
)

Set section, ply and layer
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sectionsection
plyply
layerlayer
void NXOpen::CAE::ResultParameters::SetSelectedCoordinateSystem ( NXOpen::CAE::Result::CoordinateSystemSource  source,
int  id 
)

Set selected coordinate system in which results are to be presented Coordinate systems labels defined in a result file can be retrieved using CAE::Result::GetResultCoordinateSystems.


Created in NX7.5.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
sourcesource
idid
void NXOpen::CAE::ResultParameters::SetTensorComponentAbsoluteValue ( NXOpen::CAE::Result::TensorDerivedAbsolute  absolute)

Set the method used when calculating the absolute values for the derived components of CAE::Result::DataTypeTensor like CAE::Result::ComponentMaximumPrincipal.


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
absoluteabsolute
void NXOpen::CAE::ResultParameters::SetUnit ( NXOpen::Unit unit)

Set result unit
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
unitunit

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