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

Represents a NXOpen::Mechatronics::OPCUAClientBuilder builder. More...

Inheritance diagram for NXOpen::Mechatronics::OPCUAClientBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Classes

struct  TagInfo
 Represents OPCUATag info definition structure. More...
 

Public Member Functions

std::vector< NXStringGetServerNames ()
 Gets OPC UA instance names. More...
 
std::vector
< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo
GetServerTags (const NXString &serverName)
 Gets OPC UA instance Tags. More...
 
std::vector
< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo
GetServerTags (const char *serverName)
 Gets OPC UA instance Tags. More...
 
NXString SelectedConfigurationName ()
 Returns. More...
 
NXOpen::PartSelectedConfigurationPart ()
 Returns. More...
 
void SetSelectedConfigurationName (const NXString &configurationName)
 Sets. More...
 
void SetSelectedConfigurationName (const char *configurationName)
 Sets. More...
 
void SetSelectedConfigurationPart (NXOpen::Part *ownerPart)
 Sets. More...
 
void SetServerTags (const NXString &serverName, const std::vector< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo > &tagInfos)
 Sets OPC UA instance Tags. More...
 
void SetServerTags (const char *serverName, const std::vector< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo > &tagInfos)
 Sets OPC UA instance Tags. 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...
 

Detailed Description

Represents a NXOpen::Mechatronics::OPCUAClientBuilder builder.


This class is sub-object of another builder, and cannot be directly instantiated.

Created in NX12.0.0.

Member Function Documentation

std::vector<NXString> NXOpen::Mechatronics::OPCUAClientBuilder::GetServerNames ( )

Gets OPC UA instance names.

Returns

Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
std::vector<NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo> NXOpen::Mechatronics::OPCUAClientBuilder::GetServerTags ( const NXString serverName)

Gets OPC UA instance Tags.

Returns
Array of TagInfos
Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
serverNameservername
std::vector<NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo> NXOpen::Mechatronics::OPCUAClientBuilder::GetServerTags ( const char *  serverName)

Gets OPC UA instance Tags.

Returns
Array of TagInfos
Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
serverNameservername
NXString NXOpen::Mechatronics::OPCUAClientBuilder::SelectedConfigurationName ( )

Returns.

the selected configuration name


Created in NX12.0.0.

License requirements : None

NXOpen::Part* NXOpen::Mechatronics::OPCUAClientBuilder::SelectedConfigurationPart ( )

Returns.

the selected configuration part


Created in NX12.0.0.

License requirements : None

void NXOpen::Mechatronics::OPCUAClientBuilder::SetSelectedConfigurationName ( const NXString configurationName)

Sets.

the selected configuration name


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname
void NXOpen::Mechatronics::OPCUAClientBuilder::SetSelectedConfigurationName ( const char *  configurationName)

Sets.

the selected configuration name


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname
void NXOpen::Mechatronics::OPCUAClientBuilder::SetSelectedConfigurationPart ( NXOpen::Part ownerPart)

Sets.

the selected configuration part


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
ownerPartownerpart
void NXOpen::Mechatronics::OPCUAClientBuilder::SetServerTags ( const NXString serverName,
const std::vector< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo > &  tagInfos 
)

Sets OPC UA instance Tags.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
serverNameservername
tagInfosArray of TagInfos
void NXOpen::Mechatronics::OPCUAClientBuilder::SetServerTags ( const char *  serverName,
const std::vector< NXOpen::Mechatronics::OPCUAClientBuilder::TagInfo > &  tagInfos 
)

Sets OPC UA instance Tags.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
serverNameservername
tagInfosArray of TagInfos

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