NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder Class Reference

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

Inheritance diagram for NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder:
NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAE.FEElement[] GetDestinationElements ()
 Returns the destination elements More...
 
unsafe void SetDestinationElements (NXOpen.CAE.FEElement[] destinationElement)
 Sets the destination elements More...
 
- Public Member Functions inherited from NXOpen.CAE.ResponseSimulation.DynamicResultEvaluationSettingBuilder
unsafe string[] GetDescriptionString ()
 Returns the description. More...
 
unsafe string GetResponseResultNameString ()
 Returns the response result name. More...
 
unsafe void SetDescriptionString (string[] description)
 Sets the description More...
 
unsafe void SetResponseResultNameString (string responseResultName)
 Sets the response result name More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptions 
CombinationOptionsBuilder [get]
 Returns the setting of combination evaluation More...
 
unsafe
NXOpen.CAE.ResponseSimulation.DataLocation 
DataLocation [get]
 Returns the setting of combination evaluation More...
 
unsafe
NXOpen.CAE.ResponseSimulation.StrengthStressMaterialDefinitionMethod 
MaterialDefinitionType [get, set]
 Returns or sets the definition method of material More...
 
unsafe bool MaterialOverrideOption [get, set]
 Returns or sets the choice of override material property or not. More...
 
unsafe double MaterialSafetyFactor [get, set]
 Returns or sets the customized material safety factor More...
 
unsafe double StandardDeviation [get, set]
 Returns or sets the customized standard deviation for random event More...
 
unsafe
NXOpen.CAE.ResponseSimulation.StrengthStressCriteria 
StressCriteriaType [get, set]
 Returns or sets the stress criteria type More...
 
unsafe
NXOpen.CAE.ResponseSimulation.StrengthStressOption 
StressOptionType [get, set]
 Returns or sets the stress option type More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This is a manager to the NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSetting class.

Object of type NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSetting can be created and edited only through this class

To create a new instance of this class, use NXOpen.CAE.ResponseSimulation.EvaluationSettingManager.CreateStrengthResultsEvaluationSettingBuilder

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.CAE.FEElement [] NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.GetDestinationElements ( )
inline

Returns the destination elements

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe void NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.SetDestinationElements ( NXOpen.CAE.FEElement[]  destinationElement)
inline

Sets the destination elements

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
destinationElement

Property Documentation

unsafe NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptions NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.CombinationOptionsBuilder
get

Returns the setting of combination evaluation

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.DataLocation NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.DataLocation
get

Returns the setting of combination evaluation

Created in NX5.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.StrengthStressMaterialDefinitionMethod NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.MaterialDefinitionType
getset

Returns or sets the definition method of material

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe bool NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.MaterialOverrideOption
getset

Returns or sets the choice of override material property or not.

If false, the material safty factor will be read from destination element selected, else a customized value will be used

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe double NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.MaterialSafetyFactor
getset

Returns or sets the customized material safety factor

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe double NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.StandardDeviation
getset

Returns or sets the customized standard deviation for random event

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.StrengthStressCriteria NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.StressCriteriaType
getset

Returns or sets the stress criteria type

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.StrengthStressOption NXOpen.CAE.ResponseSimulation.StrengthResultsEvaluationSettingBuilder.StressOptionType
getset

Returns or sets the stress option type

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")


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