Search Results for

    Show / Hide Table of Contents

    Class AutomationRuleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AutomationRuleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Drafting
    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
    Type Description
    System.Boolean

    EqualDimensionTolerance

    Declaration
    public double EqualDimensionTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    HideFeetAndInchMarks

    Declaration
    public bool HideFeetAndInchMarks { get; set; }
    Property Value
    Type Description
    System.Boolean

    Increment

    Declaration
    public double Increment { get; set; }
    Property Value
    Type Description
    System.Double

    LowerThreshold

    Declaration
    public double LowerThreshold { get; set; }
    Property Value
    Type Description
    System.Double

    MaximumGapToGeometry

    Declaration
    public double MaximumGapToGeometry { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumGapBetweenAnnotations

    Declaration
    public double MinimumGapBetweenAnnotations { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumGapToGeometry

    Declaration
    public double MinimumGapToGeometry { get; set; }
    Property Value
    Type Description
    System.Double

    ReferenceGeometryGapTolerance

    Declaration
    public double ReferenceGeometryGapTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    RoundFeetAndInches

    Declaration
    public bool RoundFeetAndInches { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseFeetInchesAndFraction

    Declaration
    public bool UseFeetInchesAndFraction { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetRulesList()

    Declaration
    public string[] GetRulesList()
    Returns
    Type Description
    System.String[]

    SetRulesList(String[])

    Declaration
    public void SetRulesList(string[] rules)
    Parameters
    Type Name Description
    System.String[] rules

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX