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

This is the MethodDescriptor. More...

Inheritance diagram for NXOpen.CAE.AeroStructures.MethodDescriptor:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe string GetDiagramUrl ()
 Returns the diagram url as given in the method descriptor file More...
 
unsafe string GetDiagramUrlExpanded ()
 Returns the absolute diagram url with any embedded variables expanded More...
 
unsafe string GetDocUrl ()
 Returns the doc url as given in the method descriptor file More...
 
unsafe string GetDocUrlExpanded ()
 Returns the absolute doc url with any embedded variables expanded More...
 
unsafe void GetFailureModeArray (out NXOpen.CAE.AeroStructures.FailureMode[] fmArray)
 Returns an array with all the fail mode ids More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor 
GetInput (string id)
 Returns the input descriptor More...
 
unsafe void GetInputArray (out NXOpen.CAE.AeroStructures.ParameterDescriptor[] inputArray)
 Returns an array with all the input descriptors More...
 
unsafe int GetNumFailureModes ()
 Returns the number fail modes More...
 
unsafe int GetNumInputs ()
 Returns the number inputs More...
 
unsafe int GetNumOutputs ()
 Returns the number outputs More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor 
GetOutput (string id)
 Returns the output descriptor More...
 
unsafe void GetOutputArray (out NXOpen.CAE.AeroStructures.ParameterDescriptor[] outputArray)
 Returns an array with all the output descriptors More...
 
unsafe bool HasFailureMode (string id)
 Returns if the given failmode is present More...
 
unsafe bool HasInput (string id)
 Returns if the given input is present More...
 
unsafe bool HasOutput (string id)
 Returns if the given output is present More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Dispose the MethodDescriptor object More...
 

Properties

unsafe string Author [get]
 Returns the author More...
 
unsafe string Category [get]
 Returns the category More...
 
unsafe string Description [get]
 Returns the description More...
 
unsafe string Id [get]
 Returns the id More...
 
unsafe string UiName [get]
 Returns the ui name More...
 
unsafe int Version [get]
 Returns the version More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

This is the MethodDescriptor.

Created in NX12.0.1

Member Function Documentation

override void NXOpen.CAE.AeroStructures.MethodDescriptor.FreeResource ( )
inlineprotectedvirtual

Dispose the MethodDescriptor object

Created in NX12.0.1

License requirements: None.

Implements NXOpen.TransientObject.

unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.GetDiagramUrl ( )
inline

Returns the diagram url as given in the method descriptor file

Created in NX1872.0.0

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

Returns
unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.GetDiagramUrlExpanded ( )
inline

Returns the absolute diagram url with any embedded variables expanded

Created in NX1872.0.0

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

Returns
unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.GetDocUrl ( )
inline

Returns the doc url as given in the method descriptor file

Created in NX1872.0.0

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

Returns
unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.GetDocUrlExpanded ( )
inline

Returns the absolute doc url with any embedded variables expanded

Created in NX1872.0.0

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

Returns
unsafe void NXOpen.CAE.AeroStructures.MethodDescriptor.GetFailureModeArray ( out NXOpen.CAE.AeroStructures.FailureMode[]  fmArray)
inline

Returns an array with all the fail mode ids

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
fmArray
unsafe NXOpen.CAE.AeroStructures.ParameterDescriptor NXOpen.CAE.AeroStructures.MethodDescriptor.GetInput ( string  id)
inline

Returns the input descriptor

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
id
Returns
unsafe void NXOpen.CAE.AeroStructures.MethodDescriptor.GetInputArray ( out NXOpen.CAE.AeroStructures.ParameterDescriptor[]  inputArray)
inline

Returns an array with all the input descriptors

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
inputArray
unsafe int NXOpen.CAE.AeroStructures.MethodDescriptor.GetNumFailureModes ( )
inline

Returns the number fail modes

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
unsafe int NXOpen.CAE.AeroStructures.MethodDescriptor.GetNumInputs ( )
inline

Returns the number inputs

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
unsafe int NXOpen.CAE.AeroStructures.MethodDescriptor.GetNumOutputs ( )
inline

Returns the number outputs

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
unsafe NXOpen.CAE.AeroStructures.ParameterDescriptor NXOpen.CAE.AeroStructures.MethodDescriptor.GetOutput ( string  id)
inline

Returns the output descriptor

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
id
Returns
unsafe void NXOpen.CAE.AeroStructures.MethodDescriptor.GetOutputArray ( out NXOpen.CAE.AeroStructures.ParameterDescriptor[]  outputArray)
inline

Returns an array with all the output descriptors

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
outputArray
unsafe bool NXOpen.CAE.AeroStructures.MethodDescriptor.HasFailureMode ( string  id)
inline

Returns if the given failmode is present

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
id
Returns
unsafe bool NXOpen.CAE.AeroStructures.MethodDescriptor.HasInput ( string  id)
inline

Returns if the given input is present

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
id
Returns
unsafe bool NXOpen.CAE.AeroStructures.MethodDescriptor.HasOutput ( string  id)
inline

Returns if the given output is present

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
id
Returns

Property Documentation

unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.Author
get

Returns the author

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.Category
get

Returns the category

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

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

Returns the description

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.Id
get

Returns the id

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.AeroStructures.MethodDescriptor.UiName
get

Returns the ui name

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.AeroStructures.MethodDescriptor.Version
get

Returns the version

Created in NX12.0.1

License requirements: nx_masterfem ("Finite Element Modeling")


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