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

This is the MarginCalculation More...

Inheritance diagram for NXOpen.CAE.AeroStructures.MarginCalculation:
NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool GetHasResult ()
 Returns a boolean value that indicates whether the calculation has computed results More...
 
unsafe bool GetInputBooleanValue (string parameterName)
 Get the value of a boolean input parameter More...
 
unsafe string GetInputComment (string inputName)
 Returns the user comment for an input More...
 
unsafe int GetInputIntegerValue (string parameterName)
 Get the value of an integer input parameter More...
 
unsafe
NXOpen.CAE.AeroStructures.Laminate 
GetInputLaminateValue (string parameterName)
 Get the value of a laminate input parameter More...
 
unsafe NXOpen.Unit GetInputLoadUnit (string parameterName)
 Get the unit type of a load input parameter. More...
 
unsafe double[] GetInputLoadValues (string parameterName, string loadCaseName)
 Get the aggregated or non-aggregated load values of an input parameter for this row. More...
 
unsafe NXOpen.GeneralScalarTable GetInputLoadValuesAll (string parameterName)
 Get the aggregated or non-aggregated all load values of an input parameter The output will be a general scalar table, one load by row. More...
 
unsafe void GetInputNames (out string[] inputNames)
 Returns a list of all the current input names More...
 
unsafe NXOpen.Unit GetInputScalarUnit (string parameterName)
 Get the unit type of a scalar input parameter * Returns null if the parameter is unitless More...
 
unsafe double GetInputScalarValue (string parameterName)
 Get the value of a scalar input parameter More...
 
unsafe int GetInputSizeValue (string parameterName)
 Get the value of a size input parameter More...
 
unsafe string GetInputStringValue (string parameterName)
 Get the value of a string input parameter More...
 
unsafe
NXOpen.CAE.AeroStructures.TableParameter 
GetInputTableValue (string parameterName)
 Get the value of a table input parameter More...
 
unsafe
NXOpen.CAE.AeroStructures.LaminateQueryManager 
GetLaminateQueryManager ()
 Returns the laminate query manager More...
 
unsafe void GetLog (out NXOpen.CAE.AeroStructures.CalculationLogLine[] logsEntries)
 Return the list of log entries More...
 
unsafe void GetOutputNames (out string[] outputNames)
 Returns a list of all the current output names More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType 
GetParameterType (string parameterName)
 Returns the parameter type for a current input or output More...
 
unsafe void GetResultFailModeNames (out string[] failModeIds)
 Returns the failMode names from the last computed result More...
 
unsafe bool GetResultInputBooleanValue (string parameterName)
 Get the value of a boolean input parameter for the last computed result More...
 
unsafe string GetResultInputComment (string inputName)
 Returns the user comment about an input in the last computed result More...
 
unsafe int GetResultInputIntegerValue (string parameterName)
 Get the value of an integer input parameter for the last computed result More...
 
unsafe NXOpen.Unit GetResultInputLoadUnit (string parameterName)
 Get the unit type of a scalar input parameter for the last computed result More...
 
unsafe double[] GetResultInputLoadValues (string parameterName, string loadCaseName)
 Get the aggregated or non-aggregated load values of an input parameter for this row. More...
 
unsafe void GetResultInputNames (out string[] inputNames)
 Returns a list of all the input names used in the last computed result More...
 
unsafe NXOpen.Unit GetResultInputScalarUnit (string parameterName)
 Get the unit type of a scalar input parameter for the last computed result More...
 
unsafe double GetResultInputScalarValue (string parameterName)
 Get the value of a scalar input parameter for the last computed result More...
 
unsafe string GetResultInputStringValue (string parameterName)
 Get the value of a string input parameter for the last computed result More...
 
unsafe void GetResultLoadCaseNames (out string[] loadCaseNames)
 Returns the loadCase names used in the last computed result More...
 
unsafe double GetResultMsValue (string failureModeName, string loadCaseName)
 Get an MS value in the last computed result More...
 
unsafe bool GetResultOutputBooleanValue (string parameterName, string failureModeName, string loadCaseName)
 Get the value of a boolean output parameter for the last computed result More...
 
unsafe int GetResultOutputIntegerValue (string parameterName, string failureModeName, string loadCaseName)
 Get the value of an integer output parameter for the last computed result More...
 
unsafe void GetResultOutputNames (out string[] outputNames)
 Returns a list of all the output names used in the last computed result More...
 
unsafe NXOpen.Unit GetResultOutputScalarUnit (string parameterName)
 Get the unit type of a scalar output parameter for the last computed result More...
 
unsafe double GetResultOutputScalarValue (string parameterName, string failureModeName, string loadCaseName)
 Get the value of a scalar output parameter for the last computed result More...
 
unsafe string GetResultOutputStringValue (string parameterName, string failureModeName, string loadCaseName)
 Get the value of a string output parameter for the last computed result More...
 
unsafe NXOpen.Unit GetResultOutputUnit (string outputName)
 Returns the unit type for an output in the last computed result More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType 
GetResultParameterType (string parameterName)
 Returns the parameter type for an input or output in the last computed result More...
 
unsafe void UpdateScalarExpressions ()
 Cause scalar expressions to be updated More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. 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.Annotations.NoteBase Annotation [get]
 Returns the Annotation More...
 
unsafe string Description [get]
 Returns the description More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCaseSet 
LoadCaseSet [get]
 Returns the LoadCaseSet used by the calculation More...
 
unsafe
NXOpen.CAE.AeroStructures.MethodDescriptor 
MethodDescriptor [get]
 Returns the method descriptor More...
 
unsafe
NXOpen.CAE.AeroStructures.PropTable 
PropertyTable [get]
 Returns the Property Table More...
 
unsafe
NXOpen.CAE.AeroStructures.MarginCalculationBuilder.CalculationStatus 
Status [get]
 Returns the calculation status More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This is the MarginCalculation

Created in NX12.0.0

Member Function Documentation

unsafe bool NXOpen.CAE.AeroStructures.MarginCalculation.GetHasResult ( )
inline

Returns a boolean value that indicates whether the calculation has computed results

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Returns
unsafe bool NXOpen.CAE.AeroStructures.MarginCalculation.GetInputBooleanValue ( string  parameterName)
inline

Get the value of a boolean input parameter

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.GetInputComment ( string  inputName)
inline

Returns the user comment for an input

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
inputName
Returns
unsafe int NXOpen.CAE.AeroStructures.MarginCalculation.GetInputIntegerValue ( string  parameterName)
inline

Get the value of an integer input parameter

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe NXOpen.CAE.AeroStructures.Laminate NXOpen.CAE.AeroStructures.MarginCalculation.GetInputLaminateValue ( string  parameterName)
inline

Get the value of a laminate input parameter

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetInputLoadUnit ( string  parameterName)
inline

Get the unit type of a load input parameter.

* Returns null if the parameter is unitless

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe double [] NXOpen.CAE.AeroStructures.MarginCalculation.GetInputLoadValues ( string  parameterName,
string  loadCaseName 
)
inline

Get the aggregated or non-aggregated load values of an input parameter for this row.

If the load values were aggregated, the output will be an array with only one value. If the values were not aggregated, the output will be an array with one value per element or node.

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
loadCaseName
Returns
unsafe NXOpen.GeneralScalarTable NXOpen.CAE.AeroStructures.MarginCalculation.GetInputLoadValuesAll ( string  parameterName)
inline

Get the aggregated or non-aggregated all load values of an input parameter The output will be a general scalar table, one load by row.

If the load values were aggregated, the row will contain one column. If the values were not aggregated, the row will contain one value per element or node per column.

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetInputNames ( out string[]  inputNames)
inline

Returns a list of all the current input names

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
inputNames
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetInputScalarUnit ( string  parameterName)
inline

Get the unit type of a scalar input parameter * Returns null if the parameter is unitless

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe double NXOpen.CAE.AeroStructures.MarginCalculation.GetInputScalarValue ( string  parameterName)
inline

Get the value of a scalar input parameter

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe int NXOpen.CAE.AeroStructures.MarginCalculation.GetInputSizeValue ( string  parameterName)
inline

Get the value of a size input parameter

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.GetInputStringValue ( string  parameterName)
inline

Get the value of a string input parameter

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe NXOpen.CAE.AeroStructures.TableParameter NXOpen.CAE.AeroStructures.MarginCalculation.GetInputTableValue ( string  parameterName)
inline

Get the value of a table input parameter

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe NXOpen.CAE.AeroStructures.LaminateQueryManager NXOpen.CAE.AeroStructures.MarginCalculation.GetLaminateQueryManager ( )
inline

Returns the laminate query manager

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetLog ( out NXOpen.CAE.AeroStructures.CalculationLogLine[]  logsEntries)
inline

Return the list of log entries

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
logsEntries
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetOutputNames ( out string[]  outputNames)
inline

Returns a list of all the current output names

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
outputNames
unsafe NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType NXOpen.CAE.AeroStructures.MarginCalculation.GetParameterType ( string  parameterName)
inline

Returns the parameter type for a current input or output

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetResultFailModeNames ( out string[]  failModeIds)
inline

Returns the failMode names from the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
failModeIds
unsafe bool NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputBooleanValue ( string  parameterName)
inline

Get the value of a boolean input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputComment ( string  inputName)
inline

Returns the user comment about an input in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
inputName
Returns
unsafe int NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputIntegerValue ( string  parameterName)
inline

Get the value of an integer input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputLoadUnit ( string  parameterName)
inline

Get the unit type of a scalar input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe double [] NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputLoadValues ( string  parameterName,
string  loadCaseName 
)
inline

Get the aggregated or non-aggregated load values of an input parameter for this row.

If the load values were aggregated, the output will be an array with only one value. If the values were not aggregated, the output will be an array with one value per element or node.

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
loadCaseName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputNames ( out string[]  inputNames)
inline

Returns a list of all the input names used in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
inputNames
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputScalarUnit ( string  parameterName)
inline

Get the unit type of a scalar input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe double NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputScalarValue ( string  parameterName)
inline

Get the value of a scalar input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.GetResultInputStringValue ( string  parameterName)
inline

Get the value of a string input parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetResultLoadCaseNames ( out string[]  loadCaseNames)
inline

Returns the loadCase names used in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
loadCaseNames
unsafe double NXOpen.CAE.AeroStructures.MarginCalculation.GetResultMsValue ( string  failureModeName,
string  loadCaseName 
)
inline

Get an MS value in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
failureModeName
loadCaseName
Returns
unsafe bool NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputBooleanValue ( string  parameterName,
string  failureModeName,
string  loadCaseName 
)
inline

Get the value of a boolean output parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
failureModeName
loadCaseName
Returns
unsafe int NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputIntegerValue ( string  parameterName,
string  failureModeName,
string  loadCaseName 
)
inline

Get the value of an integer output parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
failureModeName
loadCaseName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputNames ( out string[]  outputNames)
inline

Returns a list of all the output names used in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
outputNames
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputScalarUnit ( string  parameterName)
inline

Get the unit type of a scalar output parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe double NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputScalarValue ( string  parameterName,
string  failureModeName,
string  loadCaseName 
)
inline

Get the value of a scalar output parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
failureModeName
loadCaseName
Returns
unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputStringValue ( string  parameterName,
string  failureModeName,
string  loadCaseName 
)
inline

Get the value of a string output parameter for the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
failureModeName
loadCaseName
Returns
unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.MarginCalculation.GetResultOutputUnit ( string  outputName)
inline

Returns the unit type for an output in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
outputName
Returns
unsafe NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType NXOpen.CAE.AeroStructures.MarginCalculation.GetResultParameterType ( string  parameterName)
inline

Returns the parameter type for an input or output in the last computed result

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
parameterName
Returns
unsafe void NXOpen.CAE.AeroStructures.MarginCalculation.UpdateScalarExpressions ( )
inline

Cause scalar expressions to be updated

Created in NX1847.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Property Documentation

unsafe NXOpen.Annotations.NoteBase NXOpen.CAE.AeroStructures.MarginCalculation.Annotation
get

Returns the Annotation

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe string NXOpen.CAE.AeroStructures.MarginCalculation.Description
get

Returns the description

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.LoadCaseSet NXOpen.CAE.AeroStructures.MarginCalculation.LoadCaseSet
get

Returns the LoadCaseSet used by the calculation

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.MethodDescriptor NXOpen.CAE.AeroStructures.MarginCalculation.MethodDescriptor
get

Returns the method descriptor

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.PropTable NXOpen.CAE.AeroStructures.MarginCalculation.PropertyTable
get

Returns the Property Table

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.MarginCalculationBuilder.CalculationStatus NXOpen.CAE.AeroStructures.MarginCalculation.Status
get

Returns the calculation status

Created in NX12.0.1

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")


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