|
NX Open C++ Reference Guide
|
Represents a Mechatronics::ProxyObjectParameterBuilder . More...
Public Member Functions | |
| NXString | AttrName () |
| Returns the name of parameter attribute in proxy object Created in NX8.5.0. | |
| int | AttrType () |
| Returns the data type of parameter attribute in proxy object Created in NX8.5.0. | |
| NXOpen::Expression * | BoolValue () |
| Returns the bool value of parameter attribute in proxy object Created in NX8.5.0. | |
| NXOpen::Expression * | IntValue () |
| Returns the int value of parameter attribute in proxy object Created in NX8.5.0. | |
| int | ParamId () |
| Returns the maximum parameter id of parameter attribute in proxy object Created in NX8.5.0. | |
| NXOpen::Expression * | RealValue () |
| Returns the real value of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetAttrName (const NXString &name) |
| Sets the name of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetAttrName (const char *name) |
| Sets the name of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetAttrType (int type) |
| Sets the data type of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetBoolValue (NXOpen::Expression *boolValueExp) |
| Sets the bool value of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetIntValue (NXOpen::Expression *intValueExp) |
| Sets the int value of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetParamId (int paramId) |
| Sets the maximum parameter id of parameter attribute in proxy object Created in NX8.5.0. | |
| void | SetRealValue (NXOpen::Expression *realValueExp) |
| Sets the real value of parameter attribute in proxy object Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
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. | |
Represents a Mechatronics::ProxyObjectParameterBuilder .
<br> To create a new instance of this class, use @link Mechatronics::ProxyObjectCollection::CreateProxyObjectParameterBuilder Mechatronics::ProxyObjectCollection::CreateProxyObjectParameterBuilder @endlink <br>
Created in NX8.5.0.
| NXString NXOpen::Mechatronics::ProxyObjectParameterBuilder::AttrName | ( | ) |
Returns the name of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| int NXOpen::Mechatronics::ProxyObjectParameterBuilder::AttrType | ( | ) |
Returns the data type of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::BoolValue | ( | ) |
Returns the bool value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::IntValue | ( | ) |
Returns the int value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| int NXOpen::Mechatronics::ProxyObjectParameterBuilder::ParamId | ( | ) |
Returns the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Expression* NXOpen::Mechatronics::ProxyObjectParameterBuilder::RealValue | ( | ) |
Returns the real value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrName | ( | const NXString & | name | ) |
Sets the name of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| name | name |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrName | ( | const char * | name | ) |
Sets the name of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| name | name |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetAttrType | ( | int | type | ) |
Sets the data type of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| type | type |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetBoolValue | ( | NXOpen::Expression * | boolValueExp | ) |
Sets the bool value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| boolValueExp | boolvalueexp |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetIntValue | ( | NXOpen::Expression * | intValueExp | ) |
Sets the int value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| intValueExp | intvalueexp |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetParamId | ( | int | paramId | ) |
Sets the maximum parameter id of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| paramId | paramid |
| void NXOpen::Mechatronics::ProxyObjectParameterBuilder::SetRealValue | ( | NXOpen::Expression * | realValueExp | ) |
Sets the real value of parameter attribute in proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| realValueExp | realvalueexp |