NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Mechatronics::AdapterSignalBuilder Class Reference

Represents a NXOpen::Mechatronics::AdapterSignalBuilder . More...

Inheritance diagram for NXOpen::Mechatronics::AdapterSignalBuilder:
NXOpen::Mechatronics::ProxyObjectBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Mechatronics::AdapterFormulaAssignedFormula ()
 Returns the assigned formula. More...
 
int InputOutput ()
 Returns the input/output (0 - Input, 1 - Output). More...
 
void SetAssignedFormula (NXOpen::Mechatronics::AdapterFormula *assignedFormula)
 Sets the assigned formula. More...
 
void SetInputOutput (int inputOutput)
 Sets the input/output (0 - Input, 1 - Output). More...
 
- Public Member Functions inherited from NXOpen::Mechatronics::ProxyObjectBuilder
NXOpen::Mechatronics::ProxyObjectBuilder::Type BuilderType ()
 Returns the use type of this builder. More...
 
NXOpen::BasePartContext ()
 Returns the context part of the proxy object
Created in NX8.5.0. More...
 
int MaxParamId ()
 Returns the maximum parameter id used in the proxy object
Created in NX8.5.0. More...
 
NXOpen::Mechatronics::ProxyObjectParameterBuilderListParameterList ()
 Returns the parameter data
Created in NX8.5.0. More...
 
NXString ProxyObjectName ()
 Returns the name of the proxy object
Created in NX8.5.0. More...
 
NXOpen::SelectNXObjectListSelectGeomObject ()
 Returns the select geometry object that describes the proxy object
Created in NX8.5.0. More...
 
NXOpen::SelectNXObjectListSelectPhysicsObject ()
 Returns the select physics objects that are encapsulated in the proxy object
Created in NX8.5.0. More...
 
void SetBuilderType (NXOpen::Mechatronics::ProxyObjectBuilder::Type useType)
 Sets the use type of this builder. More...
 
void SetContext (NXOpen::BasePart *context)
 Sets the context part of the proxy object
Created in NX8.5.0. More...
 
void SetMaxParamId (int paramId)
 Sets the maximum parameter id used in the proxy object
Created in NX8.5.0. More...
 
void SetProxyObjectName (const NXString &proxyObjectName)
 Sets the name of the proxy object
Created in NX8.5.0. More...
 
void SetProxyObjectName (const char *proxyObjectName)
 Sets the name of the proxy object
Created in NX8.5.0. More...
 
void SetUseType (int useType)
 Sets the use type used in the proxy object. More...
 
int UseType ()
 Returns the use type used in the proxy object. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::Mechatronics::ProxyObjectBuilder
enum  Type { TypeRuntimeParameters, TypeProxyObject }
 the Builder types. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::AdapterSignalBuilder .


To create a new instance of this class, use NXOpen::Mechatronics::AdapterSignalCollection::CreateAdapterSignalBuilder

Created in NX8.5.0.

Member Function Documentation

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")

Parameters
assignedFormulaassignedformula
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")

Parameters
inputOutputinputoutput

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.