NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::AME::ConnectedObjectsEvaluatorBuilder Class Reference

Evaluates the connected objects for the given port and a starting point
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateConnectedObjectsEvaluatorBuilder

Created in NX12.0.0. More...

Inheritance diagram for NXOpen::AME::ConnectedObjectsEvaluatorBuilder:
NXOpen::AME::BaseEvaluatorBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Type { TypeEngineeringObject, TypePort }
 enum for feature type being extracted More...
 
- Public Types inherited from NXOpen::AME::BaseEvaluatorBuilder
enum  ConditionType {
  ConditionTypeContains, ConditionTypeEquals, ConditionTypeNotEquals, ConditionTypeLessThan,
  ConditionTypeGreaterThan, ConditionTypeLessThanEquals, ConditionTypeGreaterThanEquals
}
 choices for condition type filter for navigations that return a list of filtered objects More...
 
enum  ContextType { ContextTypeFunction, ContextTypeLocation, ContextTypeProduct, ContextTypeAutomation }
 choices for aspect context type, can either be function, location, product, or automation More...
 

Public Member Functions

NXString Port ()
 Returns the expression that will determine the port. More...
 
NXOpen::AME::ConnectedObjectsEvaluatorBuilder::Type ScopeType ()
 Returns the method to return type
Created in NX1847.0.0. More...
 
void SetPort (const NXString &port)
 Sets the expression that will determine the port. More...
 
void SetPort (const char *port)
 Sets the expression that will determine the port. More...
 
void SetScopeType (NXOpen::AME::ConnectedObjectsEvaluatorBuilder::Type scope)
 Sets the method to return type
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::AME::BaseEvaluatorBuilder
NXOpen::AME::BasicPropertiesBuilderBasicProperties ()
 Returns the name and description
Created in NX12.0.0. More...
 
NXOpen::AME::ExpressionEvaluatorEstablishEvaluator ()
 Establishes the evaluator
Created in NX12.0.0. More...
 
NXOpen::AME::ReferenceObjectBuilderReferenceObject ()
 Returns the context and source object selection
Created in NX12.0.0. More...
 
NXOpen::AME::SortingBlockBuilderSortingBlock ()
 Returns the sorting block
Created in NX12.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

Evaluates the connected objects for the given port and a starting point
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateConnectedObjectsEvaluatorBuilder

Created in NX12.0.0.


Member Enumeration Documentation

enum for feature type being extracted

Enumerator
TypeEngineeringObject 

Engineer Object.

TypePort 

Port.

Member Function Documentation

NXString NXOpen::AME::ConnectedObjectsEvaluatorBuilder::Port ( )

Returns the expression that will determine the port.


Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::ConnectedObjectsEvaluatorBuilder::Type NXOpen::AME::ConnectedObjectsEvaluatorBuilder::ScopeType ( )

Returns the method to return type
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::ConnectedObjectsEvaluatorBuilder::SetPort ( const NXString port)

Sets the expression that will determine the port.


Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portport
void NXOpen::AME::ConnectedObjectsEvaluatorBuilder::SetPort ( const char *  port)

Sets the expression that will determine the port.


Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portport
void NXOpen::AME::ConnectedObjectsEvaluatorBuilder::SetScopeType ( NXOpen::AME::ConnectedObjectsEvaluatorBuilder::Type  scope)

Sets the method to return type
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
scopescope

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