|
NX Open C++ Reference Guide
|
Represets a User Defined Event
To create a new instance of this class, use CAM::UdeSet::CreateUde
Created in NX7.0.0.
More...
Public Member Functions | |
| NXOpen::CAM::UdeParameter * | GetParameter (const NXString ¶meterName) |
| Get the parameter for the specified parameter name. | |
| NXOpen::CAM::UdeParameter * | GetParameter (const char *parameterName) |
| Get the parameter for the specified parameter name. | |
| NXOpen::CAM::UdeParameter * | GetParameter (int index) |
| Get the parameter for the specified index. | |
| int | NumberOfParameters () |
| Returns the number of parameters Created in NX7.5.0. | |
| bool | OutputLoadTool () |
| Returns the output load tool Created in NX7.5.0. | |
| void | SetOutputLoadTool (bool loadTool) |
| Sets the output load tool Created in NX7.5.0. | |
| void | SetUdeName (const NXString &udeName) |
| Sets the ude name Created in NX7.5.0. | |
| void | SetUdeName (const char *udeName) |
| Sets the ude name Created in NX7.5.0. | |
| NXString | UdeName () |
| Returns the ude name Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represets a User Defined Event
To create a new instance of this class, use CAM::UdeSet::CreateUde
Created in NX7.0.0.
| NXOpen::CAM::UdeParameter* NXOpen::CAM::Ude::GetParameter | ( | const NXString & | parameterName | ) |
Get the parameter for the specified parameter name.
| parameterName | the parameter name NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAM::UdeParameter* NXOpen::CAM::Ude::GetParameter | ( | const char * | parameterName | ) |
Get the parameter for the specified parameter name.
| parameterName | the parameter name NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAM::UdeParameter* NXOpen::CAM::Ude::GetParameter | ( | int | index | ) |
Get the parameter for the specified index.
| index | the parameter index |
| int NXOpen::CAM::Ude::NumberOfParameters | ( | ) |
Returns the number of parameters
Created in NX7.5.0.
License requirements : None
| bool NXOpen::CAM::Ude::OutputLoadTool | ( | ) |
Returns the output load tool
Created in NX7.5.0.
License requirements : None
| void NXOpen::CAM::Ude::SetOutputLoadTool | ( | bool | loadTool | ) |
Sets the output load tool
Created in NX7.5.0.
License requirements : None
| loadTool | output load tool |
| void NXOpen::CAM::Ude::SetUdeName | ( | const NXString & | udeName | ) |
Sets the ude name
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| udeName | the name of the Ude |
| void NXOpen::CAM::Ude::SetUdeName | ( | const char * | udeName | ) |
Sets the ude name
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| udeName | the name of the Ude |
| NXString NXOpen::CAM::Ude::UdeName | ( | ) |
Returns the ude name
Created in NX7.5.0.
License requirements : None