ResultParameters Class

class NXOpen.CAE.ResultParameters

Bases: NXOpen.TaggedObject

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.

<br/>Use NXOpen.CAE.ResultManager to create an NXOpen.CAE.ResultParameters

<br/>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().

New in version NX6.0.2.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
AskSectionPlyLayer Ask section, ply and layer @return
DisplayMidnodeValue This is display only command.
GetAbsoluteValue Ask whether all values are absolute values @return
GetAveragingCriteria Ask averaging criteria.
GetAxiSymmetricParameters Get Axi Symmetric Parameters type @return
GetBeamFilletRadius Return the fillet radius @return
GetBeamFillets Return the fillets flag @return
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 @return
GetCalculateBeamStrResults Ask if beam stresses and strains are calculated from element forces and section geometry @return
GetComplexCriterion If result is complex it returns which component is set(like real or imaginary) @return
GetComputationType Get computing type.
GetCoordinateSystem Ask result coordinate system @return
GetCyclicSymmetricParameters Get Cyclic Symmetric Parameters type @return
GetDBScaling Ask whether dB Scaling is on or not @return
GetDBreference Ask the dB Reference value @return
GetDBscale Ask the dB Scale value @return
GetElementValueCriterion Ask how element the result is defined.
GetExcludeElementsNotVisible Ask whether elements which are not visible are consider for summation @return
GetGenericResultType Ask Result type @return
GetIsReferenceNode Ask if the reference node will be used for result @return
GetIteration Ask Current iteration number This method has been deprecated.
GetLoadcase Ask Current loadcase number This method has been deprecated.
GetPhaseAngle Ask phase angle.
GetReferenceNodeLabel Returns the node label which identifies the reference node used when plotting the result @return
GetResultBeamSection Ask section where beam results are defined @return
GetResultComponent Ask result component @return
GetResultDataLocation Ask FE entity where the result is defined This method has been deprecated.
GetResultDataQuantity Ask result type This method has been deprecated.
GetResultDataSection Ask section of a FE entity where the result is defined This method has been deprecated.
GetResultShellSection Ask section where shell results are defined @return
GetResultType Ask Result type This method has been deprecated.
GetRotationAxisOfAbsoluteCyndricalCSYS Get axis of rotation for axisyymettric results @return
GetScale Ask scale @return
GetSelectedCoordinateSystem Ask selected coordinate system in which results are to be presented
GetTensorComponentAbsoluteValue Get the method used when calculating the absolute values for the derived components of CAE.ResultDataType.Tensor like CAE.ResultComponent.MaximumPrincipal @return
GetUnit Ask result unit @return
InitAveragingCriteria Ask default averaging criteria @return
IsForcedElementResult Ask whether the result is converted as element result @return
IsMidnodeValueDisplayed Ask whether the result at mid nodes are ignored @return
MakeElementResult Make Nodal and Element-Nodal result to Element Result.
SetAbsoluteValue Set all values to absolute values.
SetAveragingCriteria Set averaging criteria
SetAxiSymmetricParameters Set Axi Symmetric Parameters type
SetBeamFilletRadius Sets the fillet radius as a fraction of the adjacent dimensions
SetBeamFillets Sets the fillets flag
SetBeamResultsInLocalCoordinateSystem Presents beam results in local coordinate system (if flag is true) or in the same coordinate system as the rest of the model
SetCalculateBeamStrResults Sets a flag to calculate beam stresses and strains from element forces and section geometry (if available).
SetComplexCriterion Set complex criteria
SetComputationType Set computing type.
SetCoordinateSystem Set result coordinate system
SetCyclicSymmetricParameters Set Cyclic Symmetric Parameters type
SetDBReference Set the dB Reference value
SetDBScaling Set the dB Scaling on or off
SetDBscale Set the dB Scale value
SetElementValueCriterion 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.
SetExcludeElementsNotVisible Exclude or include elements which are not visible for computing with sum option.
SetGenericResultType Set Result type
SetIsReferenceNode Sets the flag if the reference node will be used for result
SetLoadcaseIteration Set Current loadcase and iteration.
SetPhaseAngle Sets the phase angle at which result will be evaluated.
SetReferenceNodeLabel Sets the node label which identifies the reference node used when plotting the result
SetResultBeamSection Set section where beam results are defined
SetResultComponent Set result component
SetResultDataLocation Set FE entity where the result is defined This method has been deprecated.
SetResultDataQuantity Set result quantity This method has been deprecated.
SetResultDataSection Set section of a FE entity where the result is defined This method has been deprecated.
SetResultShellSection Set section where shell results are defined
SetResultType Set Result type This method has been deprecated.
SetRotationAxisOfAbsoluteCyndricalCSYS Set axis of rotation for axisymmetric results
SetScale Set scale.
SetSectionPlyLayer Set section, ply and layer
SetSelectedCoordinateSystem 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()
SetTensorComponentAbsoluteValue Set the method used when calculating the absolute values for the derived components of CAE.ResultDataType.Tensor like CAE.ResultComponent.MaximumPrincipal
SetUnit Set result unit

Method Detail

AskSectionPlyLayer

ResultParameters.AskSectionPlyLayer

Ask section, ply and layer

Signature AskSectionPlyLayer()

Returns:a tuple
Return type:A tuple consisting of (layer, section, ply). layer is a int. section is a int. ply is a int.

New in version NX6.0.2.

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

DisplayMidnodeValue

ResultParameters.DisplayMidnodeValue

This is display only command.

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

Signature DisplayMidnodeValue(display)

Parameters:display (bool) –

New in version NX6.0.2.

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

GetAbsoluteValue

ResultParameters.GetAbsoluteValue

Ask whether all values are absolute values

Signature GetAbsoluteValue()

Returns:
Return type:bool

New in version NX6.0.2.

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

GetAveragingCriteria

ResultParameters.GetAveragingCriteria

Ask averaging criteria.

Signature GetAveragingCriteria()

Returns:
Return type:NXOpen.CAE.ResultAveraging_Struct

New in version NX6.0.2.

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

GetAxiSymmetricParameters

ResultParameters.GetAxiSymmetricParameters

Get Axi Symmetric Parameters type

Signature GetAxiSymmetricParameters()

Returns:
Return type:NXOpen.CAE.AxiSymmetricParameters

New in version NX11.0.0.

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

GetBeamFilletRadius

ResultParameters.GetBeamFilletRadius

Return the fillet radius

Signature GetBeamFilletRadius()

Returns:
Return type:float

New in version NX7.5.0.

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

GetBeamFillets

ResultParameters.GetBeamFillets

Return the fillets flag

Signature GetBeamFillets()

Returns:
Return type:bool

New in version NX7.5.0.

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

GetBeamResultsInLocalCoordinateSystem

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

Signature GetBeamResultsInLocalCoordinateSystem()

Returns:
Return type:bool

New in version NX7.5.0.

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

GetCalculateBeamStrResults

ResultParameters.GetCalculateBeamStrResults

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

Signature GetCalculateBeamStrResults()

Returns:
Return type:bool

New in version NX7.5.0.

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

GetComplexCriterion

ResultParameters.GetComplexCriterion

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

Signature GetComplexCriterion()

Returns:
Return type:NXOpen.CAE.ResultComplex

New in version NX6.0.2.

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

GetComputationType

ResultParameters.GetComputationType

Get computing type.

Signature GetComputationType()

Returns:
Return type:NXOpen.CAE.ResultComputationType

New in version NX7.5.1.

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

GetCoordinateSystem

ResultParameters.GetCoordinateSystem

Ask result coordinate system

Signature GetCoordinateSystem()

Returns:
Return type:NXOpen.CAE.ResultCoordinateSystem

New in version NX6.0.2.

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

GetCyclicSymmetricParameters

ResultParameters.GetCyclicSymmetricParameters

Get Cyclic Symmetric Parameters type

Signature GetCyclicSymmetricParameters()

Returns:
Return type:NXOpen.CAE.CyclicSymmetricParameters

New in version NX11.0.0.

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

GetDBScaling

ResultParameters.GetDBScaling

Ask whether dB Scaling is on or not

Signature GetDBScaling()

Returns:
Return type:bool

New in version NX11.0.0.

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

GetDBreference

ResultParameters.GetDBreference

Ask the dB Reference value

Signature GetDBreference()

Returns:
Return type:float

New in version NX11.0.0.

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

GetDBscale

ResultParameters.GetDBscale

Ask the dB Scale value

Signature GetDBscale()

Returns:
Return type:NXOpen.CAE.ResultDbScale

New in version NX11.0.0.

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

GetElementValueCriterion

ResultParameters.GetElementValueCriterion

Ask how element the result is defined.

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

Signature GetElementValueCriterion()

Returns:
Return type:NXOpen.CAE.ResultElementValueCriterion

New in version NX6.0.2.

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

GetExcludeElementsNotVisible

ResultParameters.GetExcludeElementsNotVisible

Ask whether elements which are not visible are consider for summation

Signature GetExcludeElementsNotVisible()

Returns:
Return type:bool

New in version NX7.5.1.

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

GetGenericResultType

ResultParameters.GetGenericResultType

Ask Result type

Signature GetGenericResultType()

Returns:
Return type:NXOpen.CAE.BaseResultType

New in version NX7.5.0.

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

GetIsReferenceNode

ResultParameters.GetIsReferenceNode

Ask if the reference node will be used for result

Signature GetIsReferenceNode()

Returns:
Return type:bool

New in version NX11.0.0.

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

GetIteration

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().

Signature GetIteration()

Returns:
Return type:int

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

GetLoadcase

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().

Signature GetLoadcase()

Returns:
Return type:int

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

GetPhaseAngle

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

Signature GetPhaseAngle()

Returns:
Return type:float

New in version NX6.0.2.

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

GetReferenceNodeLabel

ResultParameters.GetReferenceNodeLabel

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

Signature GetReferenceNodeLabel()

Returns:
Return type:int

New in version NX11.0.0.

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

GetResultBeamSection

ResultParameters.GetResultBeamSection

Ask section where beam results are defined

Signature GetResultBeamSection()

Returns:
Return type:NXOpen.CAE.ResultSection

New in version NX7.5.0.

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

GetResultComponent

ResultParameters.GetResultComponent

Ask result component

Signature GetResultComponent()

Returns:
Return type:NXOpen.CAE.ResultComponent

New in version NX6.0.2.

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

GetResultDataLocation

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().

Signature GetResultDataLocation()

Returns:
Return type:NXOpen.CAE.ResultLocation

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.BaseResultType.Location() instead.

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

GetResultDataQuantity

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().

Signature GetResultDataQuantity()

Returns:
Return type:NXOpen.CAE.ResultQuantity

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

GetResultDataSection

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().

Signature GetResultDataSection()

Returns:
Return type:NXOpen.CAE.ResultSection

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

GetResultShellSection

ResultParameters.GetResultShellSection

Ask section where shell results are defined

Signature GetResultShellSection()

Returns:
Return type:NXOpen.CAE.ResultSection

New in version NX7.5.0.

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

GetResultType

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().

Signature GetResultType()

Returns:
Return type:NXOpen.CAE.ResultType_Struct

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

GetRotationAxisOfAbsoluteCyndricalCSYS

ResultParameters.GetRotationAxisOfAbsoluteCyndricalCSYS

Get axis of rotation for axisyymettric results

Signature GetRotationAxisOfAbsoluteCyndricalCSYS()

Returns:
Return type:NXOpen.CAE.PostAxisymetricAxis

New in version NX10.0.0.

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

GetScale

ResultParameters.GetScale

Ask scale

Signature GetScale()

Returns:
Return type:float

New in version NX6.0.2.

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

GetSelectedCoordinateSystem

ResultParameters.GetSelectedCoordinateSystem

Ask selected coordinate system in which results are to be presented

Signature GetSelectedCoordinateSystem()

Returns:a tuple
Return type:A tuple consisting of (source, id). source is a NXOpen.CAE.ResultCoordinateSystemSource. id is a int.

New in version NX7.5.1.

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

GetTensorComponentAbsoluteValue

ResultParameters.GetTensorComponentAbsoluteValue

Get the method used when calculating the absolute values for the derived components of CAE.ResultDataType.Tensor like CAE.ResultComponent.MaximumPrincipal

Signature GetTensorComponentAbsoluteValue()

Returns:
Return type:NXOpen.CAE.ResultTensorDerivedAbsolute

New in version NX8.0.1.

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

GetUnit

ResultParameters.GetUnit

Ask result unit

Signature GetUnit()

Returns:
Return type:NXOpen.Unit

New in version NX6.0.2.

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

InitAveragingCriteria

ResultParameters.InitAveragingCriteria

Ask default averaging criteria

Signature InitAveragingCriteria()

Returns:
Return type:NXOpen.CAE.ResultAveraging_Struct

New in version NX6.0.2.

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

IsForcedElementResult

ResultParameters.IsForcedElementResult

Ask whether the result is converted as element result

Signature IsForcedElementResult()

Returns:
Return type:bool

New in version NX7.5.0.

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

IsMidnodeValueDisplayed

ResultParameters.IsMidnodeValueDisplayed

Ask whether the result at mid nodes are ignored

Signature IsMidnodeValueDisplayed()

Returns:
Return type:bool

New in version NX7.5.0.

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

MakeElementResult

ResultParameters.MakeElementResult

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()

Signature MakeElementResult(elementResult)

Parameters:elementResult (bool) –

New in version NX6.0.2.

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

SetAbsoluteValue

ResultParameters.SetAbsoluteValue

Set all values to absolute values.

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

Signature SetAbsoluteValue(absolute)

Parameters:absolute (bool) –

New in version NX6.0.2.

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

SetAveragingCriteria

ResultParameters.SetAveragingCriteria

Set averaging criteria

Signature SetAveragingCriteria(average)

Parameters:average (NXOpen.CAE.ResultAveraging_Struct) –

New in version NX6.0.2.

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

SetAxiSymmetricParameters

ResultParameters.SetAxiSymmetricParameters

Set Axi Symmetric Parameters type

Signature SetAxiSymmetricParameters(type)

Parameters:type (NXOpen.CAE.AxiSymmetricParameters) –

New in version NX11.0.0.

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

SetBeamFilletRadius

ResultParameters.SetBeamFilletRadius

Sets the fillet radius as a fraction of the adjacent dimensions

Signature SetBeamFilletRadius(beamFilletRadius)

Parameters:beamFilletRadius (float) –

New in version NX7.5.0.

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

SetBeamFillets

ResultParameters.SetBeamFillets

Sets the fillets flag

Signature SetBeamFillets(beamFillets)

Parameters:beamFillets (bool) –

New in version NX7.5.0.

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

SetBeamResultsInLocalCoordinateSystem

ResultParameters.SetBeamResultsInLocalCoordinateSystem

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

Signature SetBeamResultsInLocalCoordinateSystem(local)

Parameters:local (bool) –

New in version NX7.5.0.

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

SetCalculateBeamStrResults

ResultParameters.SetCalculateBeamStrResults

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

Signature SetCalculateBeamStrResults(calcBeamStrResults)

Parameters:calcBeamStrResults (bool) –

New in version NX7.5.0.

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

SetComplexCriterion

ResultParameters.SetComplexCriterion

Set complex criteria

Signature SetComplexCriterion(complex)

Parameters:complex (NXOpen.CAE.ResultComplex) –

New in version NX6.0.2.

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

SetComputationType

ResultParameters.SetComputationType

Set computing type.

Signature SetComputationType(computeType)

Parameters:computeType (NXOpen.CAE.ResultComputationType) –

New in version NX7.5.1.

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

SetCoordinateSystem

ResultParameters.SetCoordinateSystem

Set result coordinate system

Signature SetCoordinateSystem(coordinate)

Parameters:coordinate (NXOpen.CAE.ResultCoordinateSystem) –

New in version NX6.0.2.

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

SetCyclicSymmetricParameters

ResultParameters.SetCyclicSymmetricParameters

Set Cyclic Symmetric Parameters type

Signature SetCyclicSymmetricParameters(type)

Parameters:type (NXOpen.CAE.CyclicSymmetricParameters) –

New in version NX11.0.0.

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

SetDBReference

ResultParameters.SetDBReference

Set the dB Reference value

Signature SetDBReference(dBreference)

Parameters:dBreference (float) –

New in version NX11.0.0.

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

SetDBScaling

ResultParameters.SetDBScaling

Set the dB Scaling on or off

Signature SetDBScaling(dBscaling)

Parameters:dBscaling (int) –

New in version NX11.0.0.

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

SetDBscale

ResultParameters.SetDBscale

Set the dB Scale value

Signature SetDBscale(dbScale)

Parameters:dbScale (NXOpen.CAE.ResultDbScale) –

New in version NX11.0.0.

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

SetElementValueCriterion

ResultParameters.SetElementValueCriterion

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.

Signature SetElementValueCriterion(criteria)

Parameters:criteria (NXOpen.CAE.ResultElementValueCriterion) –

New in version NX6.0.2.

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

SetExcludeElementsNotVisible

ResultParameters.SetExcludeElementsNotVisible

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

Signature SetExcludeElementsNotVisible(excludeElements)

Parameters:excludeElements (bool) –

New in version NX7.5.1.

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

SetGenericResultType

ResultParameters.SetGenericResultType

Set Result type

Signature SetGenericResultType(type)

Parameters:type (NXOpen.CAE.BaseResultType) –

New in version NX7.5.0.

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

SetIsReferenceNode

ResultParameters.SetIsReferenceNode

Sets the flag if the reference node will be used for result

Signature SetIsReferenceNode(isReferenceNode)

Parameters:isReferenceNode (bool) –

New in version NX11.0.0.

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

SetLoadcaseIteration

ResultParameters.SetLoadcaseIteration

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().

Signature SetLoadcaseIteration(loadcase, iteration)

Parameters:
  • loadcase (int) – loadcase number varies from 0 to N-1
  • iteration (int) – iteration number varies from 0 to N-1

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.SetGenericResultType() instead.

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

SetPhaseAngle

ResultParameters.SetPhaseAngle

Sets the phase angle at which result will be evaluated.

This is only value if complex result is set to the PhaseAngle type

Signature SetPhaseAngle(angle)

Parameters:angle (float) –

New in version NX6.0.2.

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

SetReferenceNodeLabel

ResultParameters.SetReferenceNodeLabel

Sets the node label which identifies the reference node used when plotting the result

Signature SetReferenceNodeLabel(referenceNodeLabel)

Parameters:referenceNodeLabel (int) –

New in version NX11.0.0.

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

SetResultBeamSection

ResultParameters.SetResultBeamSection

Set section where beam results are defined

Signature SetResultBeamSection(section)

Parameters:section (NXOpen.CAE.ResultSection) –

New in version NX7.5.0.

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

SetResultComponent

ResultParameters.SetResultComponent

Set result component

Signature SetResultComponent(component)

Parameters:component (NXOpen.CAE.ResultComponent) –

New in version NX6.0.2.

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

SetResultDataLocation

ResultParameters.SetResultDataLocation

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().

Signature SetResultDataLocation(location)

Parameters:location (NXOpen.CAE.ResultLocation) –

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

SetResultDataQuantity

ResultParameters.SetResultDataQuantity

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().

Signature SetResultDataQuantity(quantity)

Parameters:quantity (NXOpen.CAE.ResultQuantity) –

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

SetResultDataSection

ResultParameters.SetResultDataSection

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().

Signature SetResultDataSection(section)

Parameters:section (NXOpen.CAE.ResultSection) –

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

SetResultShellSection

ResultParameters.SetResultShellSection

Set section where shell results are defined

Signature SetResultShellSection(section)

Parameters:section (NXOpen.CAE.ResultSection) –

New in version NX7.5.0.

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

SetResultType

ResultParameters.SetResultType

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().

Signature SetResultType(type)

Parameters:type (NXOpen.CAE.ResultType_Struct) –

New in version NX6.0.2.

Deprecated since version NX8.0.0: Use NXOpen.CAE.ResultParameters.GetGenericResultType() instead.

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

SetRotationAxisOfAbsoluteCyndricalCSYS

ResultParameters.SetRotationAxisOfAbsoluteCyndricalCSYS

Set axis of rotation for axisymmetric results

Signature SetRotationAxisOfAbsoluteCyndricalCSYS(axis)

Parameters:axis (NXOpen.CAE.PostAxisymetricAxis) –

New in version NX10.0.0.

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

SetScale

ResultParameters.SetScale

Set scale.

This will affect all subsequent result query.

Signature SetScale(scale)

Parameters:scale (float) –

New in version NX6.0.2.

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

SetSectionPlyLayer

ResultParameters.SetSectionPlyLayer

Set section, ply and layer

Signature SetSectionPlyLayer(section, ply, layer)

Parameters:
  • section (int) –
  • ply (int) –
  • layer (int) –

New in version NX6.0.2.

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

SetSelectedCoordinateSystem

ResultParameters.SetSelectedCoordinateSystem

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()

Signature SetSelectedCoordinateSystem(source, id)

Parameters:

New in version NX7.5.1.

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

SetTensorComponentAbsoluteValue

ResultParameters.SetTensorComponentAbsoluteValue

Set the method used when calculating the absolute values for the derived components of CAE.ResultDataType.Tensor like CAE.ResultComponent.MaximumPrincipal

Signature SetTensorComponentAbsoluteValue(absolute)

Parameters:absolute (NXOpen.CAE.ResultTensorDerivedAbsolute) –

New in version NX8.0.1.

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

SetUnit

ResultParameters.SetUnit

Set result unit

Signature SetUnit(unit)

Parameters:unit (NXOpen.Unit) –

New in version NX6.0.2.

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