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

Represents the builder for all the evaluators. More...

Inheritance diagram for NXOpen::AME::BaseEvaluatorBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::AME::AccessorEvaluatorBuilder NXOpen::AME::AncestorEvaluatorBuilder NXOpen::AME::ChildrenEvaluatorBuilder NXOpen::AME::ConnectedObjectsEvaluatorBuilder NXOpen::AME::ObjectEvaluatorBuilder NXOpen::AME::ParentEvaluatorBuilder NXOpen::AME::PlcSymbolsEvaluatorBuilder NXOpen::AME::PortEvaluatorBuilder NXOpen::AME::PropertyEvaluatorBuilder

Public Types

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

NXOpen::AME::BasicPropertiesBuilderBasicProperties ()
 Returns the name and description
Created in NX12.0.0. More...
 
NXOpen::AME::ExpressionEvaluatorEstablishEvaluator ()
 Establishes the evaluator. 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

Represents the builder for all the evaluators.

Contains mostly the common inputs.
This object does not need a creator.

Created in NX12.0.0.

Member Enumeration Documentation

choices for condition type filter for navigations that return a list of filtered objects

Enumerator
ConditionTypeContains 

contains

ConditionTypeEquals 

equals

ConditionTypeNotEquals 

not equals

ConditionTypeLessThan 

less than

ConditionTypeGreaterThan 

greater than

ConditionTypeLessThanEquals 

less than equals

ConditionTypeGreaterThanEquals 

greater than equals

choices for aspect context type, can either be function, location, product, or automation

Enumerator
ContextTypeFunction 

function

ContextTypeLocation 

location

ContextTypeProduct 

product

ContextTypeAutomation 

automation

Member Function Documentation

NXOpen::AME::BasicPropertiesBuilder* NXOpen::AME::BaseEvaluatorBuilder::BasicProperties ( )

Returns the name and description
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::ExpressionEvaluator* NXOpen::AME::BaseEvaluatorBuilder::EstablishEvaluator ( )

Establishes the evaluator.

Returns

Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")
NXOpen::AME::ReferenceObjectBuilder* NXOpen::AME::BaseEvaluatorBuilder::ReferenceObject ( )

Returns the context and source object selection
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::SortingBlockBuilder* NXOpen::AME::BaseEvaluatorBuilder::SortingBlock ( )

Returns the sorting block
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")


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