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

Represents a Mechatronics::ProfinetClientBuilder builder
This class is sub-object of another builder, and cannot be directly instantiated. More...

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

Classes

struct  TagInfo
 Represents Profinet signal definition structure. More...
 

Public Member Functions

std::vector
< NXOpen::Mechatronics::ProfinetClientBuilder::TagInfo
GetTags ()
 Get Profinet Client Infomation. More...
 
NXString InstanceName ()
 Returns. More...
 
NXString SelectedConfigurationName ()
 Returns. More...
 
NXOpen::PartSelectedConfigurationPart ()
 Returns. More...
 
void SetInstanceName (const NXString &name)
 Sets. More...
 
void SetInstanceName (const char *name)
 Sets. More...
 
void SetSelectedConfigurationName (const NXString &configurationName)
 Sets. More...
 
void SetSelectedConfigurationName (const char *configurationName)
 Sets. More...
 
void SetSelectedConfigurationPart (NXOpen::Part *ownerPart)
 Sets. More...
 
void SetTags (const std::vector< NXOpen::Mechatronics::ProfinetClientBuilder::TagInfo > &tagInfos)
 Set Profinet Client Infomation. 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 Mechatronics::ProfinetClientBuilder builder
This class is sub-object of another builder, and cannot be directly instantiated.



Created in NX12.0.0.

Member Function Documentation

std::vector<NXOpen::Mechatronics::ProfinetClientBuilder::TagInfo> NXOpen::Mechatronics::ProfinetClientBuilder::GetTags ( )

Get Profinet Client Infomation.

Returns

Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::ProfinetClientBuilder::InstanceName ( )

Returns.

the instance name


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXString NXOpen::Mechatronics::ProfinetClientBuilder::SelectedConfigurationName ( )

Returns.

the selected configuration name.


Created in NX12.0.0.

License requirements : None

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

Returns.

the selected configuration part.


Created in NX12.0.0.

License requirements : None

void NXOpen::Mechatronics::ProfinetClientBuilder::SetInstanceName ( const NXString name)

Sets.

the instance name


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ProfinetClientBuilder::SetInstanceName ( const char *  name)

Sets.

the instance name


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::ProfinetClientBuilder::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::ProfinetClientBuilder::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::ProfinetClientBuilder::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::ProfinetClientBuilder::SetTags ( const std::vector< NXOpen::Mechatronics::ProfinetClientBuilder::TagInfo > &  tagInfos)

Set Profinet Client Infomation.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
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.