Search Results for

    Show / Hide Table of Contents

    Class AutomationPreferencesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AutomationPreferencesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 AutomationPreferencesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AutomationPreferencesBuilder()

    Declaration
    protected AutomationPreferencesBuilder()

    Properties

    AllowFeetInchFractionForDimensionGreaterThan

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

    AllowInchFractionToNearest

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

    AnnotationInsideGeometry

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

    DisplayRegion

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

    DisplayRegionLabel

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

    DistanceBetweenAnnotations

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

    EqualDimensionCompareTolerance

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

    FeetInchFractionForDimensionGreaterThan

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

    HideFeetInchMark

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

    InchFractionToNearest

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

    MaximumDistanceToGeometry

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

    MinimumDistanceToGeometry

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

    ReferenceGeometrySearchDistance

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

    RegionColor

    Declaration
    public NXColor RegionColor { get; set; }
    Property Value
    Type Description
    NXColor

    RegionFont

    Declaration
    public PartDrafting.FontType RegionFont { get; set; }
    Property Value
    Type Description
    PartDrafting.FontType

    RegionWidth

    Declaration
    public PartDrafting.WidthType RegionWidth { get; set; }
    Property Value
    Type Description
    PartDrafting.WidthType

    SecondaryContentHiddenLineColor

    Declaration
    public NXColor SecondaryContentHiddenLineColor { get; set; }
    Property Value
    Type Description
    NXColor

    SecondaryContentHiddenLineFont

    Declaration
    public PartDrafting.FontType SecondaryContentHiddenLineFont { get; set; }
    Property Value
    Type Description
    PartDrafting.FontType

    SecondaryContentHiddenLineWidth

    Declaration
    public PartDrafting.WidthType SecondaryContentHiddenLineWidth { get; set; }
    Property Value
    Type Description
    PartDrafting.WidthType

    SecondaryContentVisibleLineColor

    Declaration
    public NXColor SecondaryContentVisibleLineColor { get; set; }
    Property Value
    Type Description
    NXColor

    SecondaryContentVisibleLineFont

    Declaration
    public PartDrafting.FontType SecondaryContentVisibleLineFont { get; set; }
    Property Value
    Type Description
    PartDrafting.FontType

    SecondaryContentVisibleLineWidth

    Declaration
    public PartDrafting.WidthType SecondaryContentVisibleLineWidth { get; set; }
    Property Value
    Type Description
    PartDrafting.WidthType

    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

    Implements

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