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

Provides journal methods for the ports manager dialog. More...

Inheritance diagram for NXOpen::AME::PortsManagerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

std::vector< NXOpen::NXObject * > CreateConnections (NXOpen::NXObject *source)
 Creates the connections. More...
 
void Disconnect (NXOpen::NXObject *port)
 Disconnects port
Created in NX11.0.0. More...
 
NXOpen::NXObjectGetExpression ()
 Gets the dynamic connection expression. More...
 
void SetExpression (NXOpen::NXObject *exp)
 Sets the dynamic connection expression
Created in NX11.0.0. More...
 
void SetPort (NXOpen::NXObject *exp)
 Sets the source port of the connection
Created in NX11.0.0. More...
 
void UpdateSelection (NXOpen::NXObject *port)
 Updates the IPortsContainer selection
Created in NX11.0.0. 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

Provides journal methods for the ports manager dialog.


To create a new instance of this class, use NXOpen::AME::AMEManager::CreatePortsManagerBuilder

Created in NX11.0.0.

Member Function Documentation

std::vector<NXOpen::NXObject *> NXOpen::AME::PortsManagerBuilder::CreateConnections ( NXOpen::NXObject source)

Creates the connections.

Returns

Created in NX11.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")
Parameters
sourcesource
void NXOpen::AME::PortsManagerBuilder::Disconnect ( NXOpen::NXObject port)

Disconnects port
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portport
NXOpen::NXObject* NXOpen::AME::PortsManagerBuilder::GetExpression ( )

Gets the dynamic connection expression.

Returns

Created in NX11.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")
void NXOpen::AME::PortsManagerBuilder::SetExpression ( NXOpen::NXObject exp)

Sets the dynamic connection expression
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
expexp
void NXOpen::AME::PortsManagerBuilder::SetPort ( NXOpen::NXObject exp)

Sets the source port of the connection
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
expexp
void NXOpen::AME::PortsManagerBuilder::UpdateSelection ( NXOpen::NXObject port)

Updates the IPortsContainer selection
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portport

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