NX Open C++ Reference Guide
|
Represents a User Defined Event Parameter
Created in NX7.5.0.
More...
Public Member Functions | |
bool | BooleanValue () |
Returns the boolean value of the parameter Created in NX7.5.0. | |
double | DoubleValue () |
Returns the double value of the parameter Created in NX7.5.0. | |
int | IntegerValue () |
Returns the integer value of the parameter Created in NX7.5.0. | |
NXString | NameOfParameter () |
Returns the name of the parameter Created in NX7.5.0. | |
NXString | OptionText () |
Returns the option utf8 value of the parameter Created in NX8.0.0. | |
NXString | OptionValue () |
Returns the option value of the parameter | |
bool | ParameterActive () |
Returns the check to see if paramter is active Created in NX7.5.0. | |
bool | ParameterOptional () |
Returns the check to see if the parameter is optional Created in NX7.5.0. | |
NXOpen::Point * | Point () |
Returns the point of the parameter Created in NX7.5.0. | |
void | SetBooleanValue (bool booleanValue) |
Sets the boolean value of the parameter Created in NX7.5.0. | |
void | SetDoubleValue (double doubleValue) |
Sets the double value of the parameter Created in NX7.5.0. | |
void | SetIntegerValue (int integerValue) |
Sets the integer value of the parameter Created in NX7.5.0. | |
void | SetOptionText (const NXString &optionValue) |
Sets the option utf8 value of the parameter Created in NX8.0.0. | |
void | SetOptionText (const char *optionValue) |
Sets the option utf8 value of the parameter Created in NX8.0.0. | |
void | SetOptionValue (const NXString &optionValue) |
Sets the option value of the parameter | |
void | SetOptionValue (const char *optionValue) |
Sets the option value of the parameter | |
void | SetParameterActive (bool parameterActive) |
Sets the check to see if paramter is active Created in NX7.5.0. | |
void | SetPoint (NXOpen::Point *tagValue) |
Sets the point of the parameter Created in NX7.5.0. | |
void | SetStringText (const NXString &stringValue) |
Sets the string utf8 value of the parameter Created in NX8.0.0. | |
void | SetStringText (const char *stringValue) |
Sets the string utf8 value of the parameter Created in NX8.0.0. | |
void | SetStringValue (const NXString &stringValue) |
Sets the string value of the parameter | |
void | SetStringValue (const char *stringValue) |
Sets the string value of the parameter | |
void | SetVector (NXOpen::NXObject *tagValue) |
Sets the vector of the parameter Created in NX7.5.0. | |
NXString | StringText () |
Returns the string utf8 value of the parameter Created in NX8.0.0. | |
NXString | StringValue () |
Returns the string value of the parameter | |
NXOpen::NXObject * | Vector () |
Returns the vector of the parameter Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a User Defined Event Parameter
Created in NX7.5.0.
bool NXOpen::CAM::UdeParameter::BooleanValue | ( | ) |
Returns the boolean value of the parameter
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::UdeParameter::DoubleValue | ( | ) |
Returns the double value of the parameter
Created in NX7.5.0.
License requirements : None
int NXOpen::CAM::UdeParameter::IntegerValue | ( | ) |
Returns the integer value of the parameter
Created in NX7.5.0.
License requirements : None
NXString NXOpen::CAM::UdeParameter::NameOfParameter | ( | ) |
Returns the name of the parameter
Created in NX7.5.0.
License requirements : None
NXString NXOpen::CAM::UdeParameter::OptionText | ( | ) |
Returns the option utf8 value of the parameter
Created in NX8.0.0.
License requirements : None
NXString NXOpen::CAM::UdeParameter::OptionValue | ( | ) |
Returns the option value of the parameter
Use CAM::UdeParameter::OptionText and CAM::UdeParameter::SetOptionText instead.
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::UdeParameter::ParameterActive | ( | ) |
Returns the check to see if paramter is active
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::UdeParameter::ParameterOptional | ( | ) |
Returns the check to see if the parameter is optional
Created in NX7.5.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::UdeParameter::Point | ( | ) |
Returns the point of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::UdeParameter::SetBooleanValue | ( | bool | booleanValue | ) |
Sets the boolean value of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
booleanValue | boolean value of the parameter |
void NXOpen::CAM::UdeParameter::SetDoubleValue | ( | double | doubleValue | ) |
Sets the double value of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
doubleValue | double value of the parameter |
void NXOpen::CAM::UdeParameter::SetIntegerValue | ( | int | integerValue | ) |
Sets the integer value of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
integerValue | integer value of the parameter |
void NXOpen::CAM::UdeParameter::SetOptionText | ( | const NXString & | optionValue | ) |
Sets the option utf8 value of the parameter
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
optionValue | option value of the parameter |
void NXOpen::CAM::UdeParameter::SetOptionText | ( | const char * | optionValue | ) |
Sets the option utf8 value of the parameter
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
optionValue | option value of the parameter |
void NXOpen::CAM::UdeParameter::SetOptionValue | ( | const NXString & | optionValue | ) |
Sets the option value of the parameter
Use CAM::UdeParameter::OptionText and CAM::UdeParameter::SetOptionText instead.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
optionValue | option value of the parameter |
void NXOpen::CAM::UdeParameter::SetOptionValue | ( | const char * | optionValue | ) |
Sets the option value of the parameter
Use CAM::UdeParameter::OptionText and CAM::UdeParameter::SetOptionText instead.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
optionValue | option value of the parameter |
void NXOpen::CAM::UdeParameter::SetParameterActive | ( | bool | parameterActive | ) |
Sets the check to see if paramter is active
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
parameterActive | parameter is active |
void NXOpen::CAM::UdeParameter::SetPoint | ( | NXOpen::Point * | tagValue | ) |
Sets the point of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
tagValue | tagvalue |
void NXOpen::CAM::UdeParameter::SetStringText | ( | const NXString & | stringValue | ) |
Sets the string utf8 value of the parameter
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
stringValue | string value of the parameter |
void NXOpen::CAM::UdeParameter::SetStringText | ( | const char * | stringValue | ) |
Sets the string utf8 value of the parameter
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
stringValue | string value of the parameter |
void NXOpen::CAM::UdeParameter::SetStringValue | ( | const NXString & | stringValue | ) |
Sets the string value of the parameter
Use CAM::UdeParameter::StringText and CAM::UdeParameter::SetStringText instead.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
stringValue | string value of the parameter |
void NXOpen::CAM::UdeParameter::SetStringValue | ( | const char * | stringValue | ) |
Sets the string value of the parameter
Use CAM::UdeParameter::StringText and CAM::UdeParameter::SetStringText instead.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
stringValue | string value of the parameter |
void NXOpen::CAM::UdeParameter::SetVector | ( | NXOpen::NXObject * | tagValue | ) |
Sets the vector of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
tagValue | tagvalue |
NXString NXOpen::CAM::UdeParameter::StringText | ( | ) |
Returns the string utf8 value of the parameter
Created in NX8.0.0.
License requirements : None
NXString NXOpen::CAM::UdeParameter::StringValue | ( | ) |
Returns the string value of the parameter
Use CAM::UdeParameter::StringText and CAM::UdeParameter::SetStringText instead.
Created in NX7.5.0.
License requirements : None
NXOpen::NXObject* NXOpen::CAM::UdeParameter::Vector | ( | ) |
Returns the vector of the parameter
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")