NX Open C++ Reference Guide
|
Represents a Mechatronics::AdapterSignalBuilder . More...
Public Member Functions | |
NXOpen::Mechatronics::AdapterFormula * | AssignedFormula () |
Returns the assigned formula. | |
int | InputOutput () |
Returns the input/output (0 - Input, 1 - Output). | |
void | SetAssignedFormula (NXOpen::Mechatronics::AdapterFormula *assignedFormula) |
Sets the assigned formula. | |
void | SetInputOutput (int inputOutput) |
Sets the input/output (0 - Input, 1 - Output). | |
![]() | |
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::AdapterSignalBuilder .
<br> To create a new instance of this class, use @link Mechatronics::AdapterSignalCollection::CreateAdapterSignalBuilder Mechatronics::AdapterSignalCollection::CreateAdapterSignalBuilder @endlink <br>
Created in NX8.5.0.
NXOpen::Mechatronics::AdapterFormula* NXOpen::Mechatronics::AdapterSignalBuilder::AssignedFormula | ( | ) |
Returns the assigned formula.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
int NXOpen::Mechatronics::AdapterSignalBuilder::InputOutput | ( | ) |
Returns the input/output (0 - Input, 1 - Output).
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::AdapterSignalBuilder::SetAssignedFormula | ( | NXOpen::Mechatronics::AdapterFormula * | assignedFormula | ) |
Sets the assigned formula.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
assignedFormula | assignedformula |
void NXOpen::Mechatronics::AdapterSignalBuilder::SetInputOutput | ( | int | inputOutput | ) |
Sets the input/output (0 - Input, 1 - Output).
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
inputOutput | inputoutput |