NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.AME.OperatorRuleBuilder Class Reference

OperatorRule Dialog More...

Inheritance diagram for NXOpen.AME.OperatorRuleBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  NegationValue { False, True }
 Enum of negation value More...
 
enum  ParameterType { Input, Output }
 Enum of parameter type More...
 

Public Member Functions

unsafe NXOpen.NXObject CreateParameter (NXOpen.AME.OperatorRuleBuilder.ParameterType parameterType, int atIndex)
 Create new parameter More...
 
unsafe void DeleteParameter (NXOpen.AME.OperatorRuleBuilder.ParameterType parameterType, int index)
 Deletes parameter More...
 
unsafe void MoveParameter (NXOpen.AME.OperatorRuleBuilder.ParameterType parameterType, int moveFromIndex, int moveToIndex)
 Move existing parameter More...
 
unsafe NXOpen.NXObject UpdateParameter (NXOpen.AME.OperatorRuleBuilder.ParameterType parameterType, int index)
 Update existing parameter More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.AME.ConditionsBuilder Conditions [get]
 Returns the conditions block More...
 
unsafe
NXOpen.AME.OperatorRuleBuilder.NegationValue 
Negation [get, set]
 Returns or sets the Negation of parameter More...
 
unsafe
NXOpen.AME.ObjectConnectionDetailBuilder 
ObjectConnectionDetail [get]
 Returns the Variable component More...
 
unsafe NXOpen.AME.PlcRule.Type OperatorType [get, set]
 Returns or sets the OperatorType More...
 
unsafe NXOpen.AME.PlcRule.Type ParameterRuleType [get, set]
 Returns or sets the Select Parameter More...
 
unsafe NXOpen.AME.SelectIPort Port [get]
 Returns the Object Selection for Global Variable More...
 
unsafe string RuleName [get, set]
 Returns or sets the rule name More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

OperatorRule Dialog

To create a new instance of this class, use NXOpen.AME.AMEManager.CreateOperatorRuleBuilder

Created in NX12.0.0

Member Enumeration Documentation

Enum of negation value

Enumerator
False 
True 

Enum of parameter type

Enumerator
Input 
Output 

Member Function Documentation

unsafe NXOpen.NXObject NXOpen.AME.OperatorRuleBuilder.CreateParameter ( NXOpen.AME.OperatorRuleBuilder.ParameterType  parameterType,
int  atIndex 
)
inline

Create new parameter

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
parameterType
atIndex
Returns
unsafe void NXOpen.AME.OperatorRuleBuilder.DeleteParameter ( NXOpen.AME.OperatorRuleBuilder.ParameterType  parameterType,
int  index 
)
inline

Deletes parameter

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
parameterType
index
unsafe void NXOpen.AME.OperatorRuleBuilder.MoveParameter ( NXOpen.AME.OperatorRuleBuilder.ParameterType  parameterType,
int  moveFromIndex,
int  moveToIndex 
)
inline

Move existing parameter

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
parameterType
moveFromIndex
moveToIndex
unsafe NXOpen.NXObject NXOpen.AME.OperatorRuleBuilder.UpdateParameter ( NXOpen.AME.OperatorRuleBuilder.ParameterType  parameterType,
int  index 
)
inline

Update existing parameter

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
parameterType
index
Returns

Property Documentation

unsafe NXOpen.AME.ConditionsBuilder NXOpen.AME.OperatorRuleBuilder.Conditions
get

Returns the conditions block

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.OperatorRuleBuilder.NegationValue NXOpen.AME.OperatorRuleBuilder.Negation
getset

Returns or sets the Negation of parameter

Created in NX12.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.ObjectConnectionDetailBuilder NXOpen.AME.OperatorRuleBuilder.ObjectConnectionDetail
get

Returns the Variable component

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.PlcRule.Type NXOpen.AME.OperatorRuleBuilder.OperatorType
getset

Returns or sets the OperatorType

Created in NX12.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.PlcRule.Type NXOpen.AME.OperatorRuleBuilder.ParameterRuleType
getset

Returns or sets the Select Parameter

Created in NX12.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.SelectIPort NXOpen.AME.OperatorRuleBuilder.Port
get

Returns the Object Selection for Global Variable

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe string NXOpen.AME.OperatorRuleBuilder.RuleName
getset

Returns or sets the rule name

Created in NX12.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")


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