Class AutomationRuleBuilder
Inheritance
AutomationRuleBuilder
Assembly: NXOpen.dll
Syntax
public class AutomationRuleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
AutomationRuleBuilder()
Declaration
protected AutomationRuleBuilder()
Properties
AllowInsideGeometry
Declaration
public bool AllowInsideGeometry { get; set; }
Property Value
EqualDimensionTolerance
Declaration
public double EqualDimensionTolerance { get; set; }
Property Value
HideFeetAndInchMarks
Declaration
public bool HideFeetAndInchMarks { get; set; }
Property Value
Increment
Declaration
public double Increment { get; set; }
Property Value
LowerThreshold
Declaration
public double LowerThreshold { get; set; }
Property Value
MaximumGapToGeometry
Declaration
public double MaximumGapToGeometry { get; set; }
Property Value
MinimumGapBetweenAnnotations
Declaration
public double MinimumGapBetweenAnnotations { get; set; }
Property Value
MinimumGapToGeometry
Declaration
public double MinimumGapToGeometry { get; set; }
Property Value
ReferenceGeometryGapTolerance
Declaration
public double ReferenceGeometryGapTolerance { get; set; }
Property Value
RoundFeetAndInches
Declaration
public bool RoundFeetAndInches { get; set; }
Property Value
UseFeetInchesAndFraction
Declaration
public bool UseFeetInchesAndFraction { get; set; }
Property Value
Methods
GetRulesList()
Declaration
public string[] GetRulesList()
Returns
SetRulesList(string[])
Declaration
public void SetRulesList(string[] rules)
Parameters
Type |
Name |
Description |
string[] |
rules |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink