NX Open C++ Reference Guide
|
Represents a Mechatronics::ProxyOverrideObjectBuilder . More...
Public Types | |
enum | AttrBoolValue { AttrBoolValueFalse, AttrBoolValueTrue } |
the value for the boolean option More... | |
enum | AttrType { AttrTypeBool, AttrTypeInt, AttrTypeDouble } |
the parameter attribute option. More... | |
Public Member Functions | |
NXOpen::SelectNXObject * | Attachment () |
Returns the attachment that is encapsulated in the proxy override object Created in NX8.5.0. | |
NXOpen::BasePart * | Context () |
Returns the context part of the proxy override object Created in NX8.5.0. | |
bool | HasAttachment () |
Returns the flag for whether the proxy override object has an attachment Created in NX8.5.0. | |
NXOpen::Mechatronics::ProxyObjectParameterBuilderList * | ParameterList () |
Returns the parameter data Created in NX8.5.0. | |
NXOpen::NXObject * | ProxyObject () |
Returns the proxy object that is encapsulated in the proxy override object Created in NX8.5.0. | |
NXString | ProxyOverrideObjectName () |
Returns the name of the proxy override object Created in NX8.5.0. | |
void | SetContext (NXOpen::BasePart *context) |
Sets the context part of the proxy override object Created in NX8.5.0. | |
void | SetHasAttachment (bool hasAttachment) |
Sets the flag for whether the proxy override object has an attachment Created in NX8.5.0. | |
void | SetProxyOverrideObjectName (const NXString &proxyOverrideObjectName) |
Sets the name of the proxy override object Created in NX8.5.0. | |
void | SetProxyOverrideObjectName (const char *proxyOverrideObjectName) |
Sets the name of the proxy override object Created in NX8.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Mechatronics::ProxyOverrideObjectBuilder .
<br> To create a new instance of this class, use @link Mechatronics::ProxyOverrideObjectCollection::CreateBuilder Mechatronics::ProxyOverrideObjectCollection::CreateBuilder @endlink <br>
Created in NX8.0.0.
NXOpen::SelectNXObject* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::Attachment | ( | ) |
Returns the attachment that is encapsulated in the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::BasePart* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::Context | ( | ) |
Returns the context part of the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
bool NXOpen::Mechatronics::ProxyOverrideObjectBuilder::HasAttachment | ( | ) |
Returns the flag for whether the proxy override object has an attachment
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::ProxyObjectParameterBuilderList* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::ParameterList | ( | ) |
Returns the parameter data
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::NXObject* NXOpen::Mechatronics::ProxyOverrideObjectBuilder::ProxyObject | ( | ) |
Returns the proxy object that is encapsulated in the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::ProxyOverrideObjectBuilder::ProxyOverrideObjectName | ( | ) |
Returns the name of the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetContext | ( | NXOpen::BasePart * | context | ) |
Sets the context part of the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
context | context |
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetHasAttachment | ( | bool | hasAttachment | ) |
Sets the flag for whether the proxy override object has an attachment
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
hasAttachment | hasattachment |
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetProxyOverrideObjectName | ( | const NXString & | proxyOverrideObjectName | ) |
Sets the name of the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
proxyOverrideObjectName | proxyoverrideobjectname |
void NXOpen::Mechatronics::ProxyOverrideObjectBuilder::SetProxyOverrideObjectName | ( | const char * | proxyOverrideObjectName | ) |
Sets the name of the proxy override object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
proxyOverrideObjectName | proxyoverrideobjectname |