Search Results for

    Show / Hide Table of Contents

    Class AutomationRuleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AutomationRuleBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    EqualDimensionTolerance

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

    HideFeetAndInchMarks

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

    Increment

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

    LowerThreshold

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

    MaximumGapToGeometry

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

    MinimumGapBetweenAnnotations

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

    MinimumGapToGeometry

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

    ReferenceGeometryGapTolerance

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

    RoundFeetAndInches

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

    UseFeetInchesAndFraction

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

    Methods

    GetRulesList()

    Declaration
    public string[] GetRulesList()
    Returns
    Type Description
    string[]

    SetRulesList(string[])

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX