NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::AeroStructures::MethodDescriptor Class Reference

This is the MethodDescriptor. More...

Inheritance diagram for NXOpen::CAE::AeroStructures::MethodDescriptor:
NXOpen::TransientObject

Public Member Functions

NXString Author ()
 Returns the author
Created in NX12.0.1. More...
 
NXString Category ()
 Returns the category
Created in NX12.0.1. More...
 
NXString Description ()
 Returns the description
Created in NX12.0.1. More...
 
void GetFailureModeArray (std::vector< NXOpen::CAE::AeroStructures::FailureMode * > &fmArray)
 Returns an array with all the fail mode ids
Created in NX12.0.1. More...
 
NXOpen::CAE::AeroStructures::ParameterDescriptorGetInput (const NXString &id)
 Returns the input descriptor
Created in NX12.0.1. More...
 
NXOpen::CAE::AeroStructures::ParameterDescriptorGetInput (const char *id)
 Returns the input descriptor
Created in NX12.0.1. More...
 
void GetInputArray (std::vector< NXOpen::CAE::AeroStructures::ParameterDescriptor * > &inputArray)
 Returns an array with all the input descriptors
Created in NX12.0.1. More...
 
int GetNumFailureModes ()
 Returns the number fail modes
Created in NX12.0.1. More...
 
int GetNumInputs ()
 Returns the number inputs
Created in NX12.0.1. More...
 
int GetNumOutputs ()
 Returns the number outputs
Created in NX12.0.1. More...
 
NXOpen::CAE::AeroStructures::ParameterDescriptorGetOutput (const NXString &id)
 Returns the output descriptor
Created in NX12.0.1. More...
 
NXOpen::CAE::AeroStructures::ParameterDescriptorGetOutput (const char *id)
 Returns the output descriptor
Created in NX12.0.1. More...
 
void GetOutputArray (std::vector< NXOpen::CAE::AeroStructures::ParameterDescriptor * > &outputArray)
 Returns an array with all the output descriptors
Created in NX12.0.1. More...
 
bool HasFailureMode (const NXString &id)
 Returns if the given failmode is present
Created in NX12.0.1. More...
 
bool HasFailureMode (const char *id)
 Returns if the given failmode is present
Created in NX12.0.1. More...
 
bool HasInput (const NXString &id)
 Returns if the given input is present
Created in NX12.0.1. More...
 
bool HasInput (const char *id)
 Returns if the given input is present
Created in NX12.0.1. More...
 
bool HasOutput (const NXString &id)
 Returns if the given output is present
Created in NX12.0.1. More...
 
bool HasOutput (const char *id)
 Returns if the given output is present
Created in NX12.0.1. More...
 
NXString Id ()
 Returns the id
Created in NX12.0.1. More...
 
NXString UiName ()
 Returns the ui name
Created in NX12.0.1. More...
 
int Version ()
 Returns the version
Created in NX12.0.1. More...
 
virtual ~MethodDescriptor ()
 Dispose the MethodDescriptor object
Created in NX12.0.1. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

This is the MethodDescriptor.


Created in NX12.0.1.

Constructor & Destructor Documentation

virtual NXOpen::CAE::AeroStructures::MethodDescriptor::~MethodDescriptor ( )
virtual

Dispose the MethodDescriptor object
Created in NX12.0.1.



License requirements : None

Member Function Documentation

NXString NXOpen::CAE::AeroStructures::MethodDescriptor::Author ( )

Returns the author
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXString NXOpen::CAE::AeroStructures::MethodDescriptor::Category ( )

Returns the category
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXString NXOpen::CAE::AeroStructures::MethodDescriptor::Description ( )

Returns the description
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::AeroStructures::MethodDescriptor::GetFailureModeArray ( std::vector< NXOpen::CAE::AeroStructures::FailureMode * > &  fmArray)

Returns an array with all the fail mode ids
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
fmArrayfmarray
NXOpen::CAE::AeroStructures::ParameterDescriptor* NXOpen::CAE::AeroStructures::MethodDescriptor::GetInput ( const NXString id)

Returns the input descriptor
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
NXOpen::CAE::AeroStructures::ParameterDescriptor* NXOpen::CAE::AeroStructures::MethodDescriptor::GetInput ( const char *  id)

Returns the input descriptor
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
void NXOpen::CAE::AeroStructures::MethodDescriptor::GetInputArray ( std::vector< NXOpen::CAE::AeroStructures::ParameterDescriptor * > &  inputArray)

Returns an array with all the input descriptors
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
inputArrayinputarray
int NXOpen::CAE::AeroStructures::MethodDescriptor::GetNumFailureModes ( )

Returns the number fail modes
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::AeroStructures::MethodDescriptor::GetNumInputs ( )

Returns the number inputs
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::AeroStructures::MethodDescriptor::GetNumOutputs ( )

Returns the number outputs
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::AeroStructures::ParameterDescriptor* NXOpen::CAE::AeroStructures::MethodDescriptor::GetOutput ( const NXString id)

Returns the output descriptor
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
NXOpen::CAE::AeroStructures::ParameterDescriptor* NXOpen::CAE::AeroStructures::MethodDescriptor::GetOutput ( const char *  id)

Returns the output descriptor
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
void NXOpen::CAE::AeroStructures::MethodDescriptor::GetOutputArray ( std::vector< NXOpen::CAE::AeroStructures::ParameterDescriptor * > &  outputArray)

Returns an array with all the output descriptors
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
outputArrayoutputarray
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasFailureMode ( const NXString id)

Returns if the given failmode is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasFailureMode ( const char *  id)

Returns if the given failmode is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasInput ( const NXString id)

Returns if the given input is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasInput ( const char *  id)

Returns if the given input is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasOutput ( const NXString id)

Returns if the given output is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
bool NXOpen::CAE::AeroStructures::MethodDescriptor::HasOutput ( const char *  id)

Returns if the given output is present
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
idid
NXString NXOpen::CAE::AeroStructures::MethodDescriptor::Id ( )

Returns the id
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

NXString NXOpen::CAE::AeroStructures::MethodDescriptor::UiName ( )

Returns the ui name
Created in NX12.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::AeroStructures::MethodDescriptor::Version ( )

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.