NX Open C++ Reference Guide
|
Represents a Mechatronics::ProxyObjectBuilder . More...
Public Member Functions | |
NXOpen::BasePart * | Context () |
Returns the context part of the proxy object Created in NX8.5.0. | |
int | MaxParamId () |
Returns the maximum parameter id used in the proxy object Created in NX8.5.0. | |
NXOpen::Mechatronics::ProxyObjectParameterBuilderList * | ParameterList () |
Returns the parameter data Created in NX8.5.0. | |
NXString | ProxyObjectName () |
Returns the name of the proxy object Created in NX8.5.0. | |
NXOpen::SelectNXObjectList * | SelectGeomObject () |
Returns the select geometry object that describes the proxy object Created in NX8.5.0. | |
NXOpen::SelectNXObjectList * | SelectPhysicsObject () |
Returns the select physics objects that are encapsulated in the proxy object Created in NX8.5.0. | |
void | SetContext (NXOpen::BasePart *context) |
Sets the context part of the proxy object Created in NX8.5.0. | |
void | SetMaxParamId (int paramId) |
Sets the maximum parameter id used in the proxy object Created in NX8.5.0. | |
void | SetProxyObjectName (const NXString &proxyObjectName) |
Sets the name of the proxy object Created in NX8.5.0. | |
void | SetProxyObjectName (const char *proxyObjectName) |
Sets the name of the proxy object Created in NX8.5.0. | |
void | SetUseType (int useType) |
Sets the use type used in the proxy object Created in NX8.5.0. | |
int | UseType () |
Returns the use type used in the proxy 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::ProxyObjectBuilder .
<br> To create a new instance of this class, use @link Mechatronics::ProxyObjectCollection::CreateProxyObjectBuilder Mechatronics::ProxyObjectCollection::CreateProxyObjectBuilder @endlink <br>
Created in NX8.5.0.
NXOpen::BasePart* NXOpen::Mechatronics::ProxyObjectBuilder::Context | ( | ) |
Returns the context part of the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
int NXOpen::Mechatronics::ProxyObjectBuilder::MaxParamId | ( | ) |
Returns the maximum parameter id used in the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::ProxyObjectParameterBuilderList* NXOpen::Mechatronics::ProxyObjectBuilder::ParameterList | ( | ) |
Returns the parameter data
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::ProxyObjectBuilder::ProxyObjectName | ( | ) |
Returns the name of the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::SelectNXObjectList* NXOpen::Mechatronics::ProxyObjectBuilder::SelectGeomObject | ( | ) |
Returns the select geometry object that describes the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::SelectNXObjectList* NXOpen::Mechatronics::ProxyObjectBuilder::SelectPhysicsObject | ( | ) |
Returns the select physics objects that are encapsulated in the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::ProxyObjectBuilder::SetContext | ( | NXOpen::BasePart * | context | ) |
Sets the context part of the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
context | context |
void NXOpen::Mechatronics::ProxyObjectBuilder::SetMaxParamId | ( | int | paramId | ) |
Sets the maximum parameter id used in the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
paramId | paramid |
void NXOpen::Mechatronics::ProxyObjectBuilder::SetProxyObjectName | ( | const NXString & | proxyObjectName | ) |
Sets the name of the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
proxyObjectName | proxyobjectname |
void NXOpen::Mechatronics::ProxyObjectBuilder::SetProxyObjectName | ( | const char * | proxyObjectName | ) |
Sets the name of the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
proxyObjectName | proxyobjectname |
void NXOpen::Mechatronics::ProxyObjectBuilder::SetUseType | ( | int | useType | ) |
Sets the use type used in the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
useType | usetype |
int NXOpen::Mechatronics::ProxyObjectBuilder::UseType | ( | ) |
Returns the use type used in the proxy object
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")