Search Results for

    Show / Hide Table of Contents

    Class CheckMaximumOverhangAngleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CheckMaximumOverhangAngleBuilder
    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.Validate
    Assembly: NXOpen.dll
    Syntax
    public class CheckMaximumOverhangAngleBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CheckMaximumOverhangAngleBuilder()

    Declaration
    protected CheckMaximumOverhangAngleBuilder()

    Properties

    Angle

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

    AutomaticUpdate

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

    DisplayResolutionBuilder

    Declaration
    public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    DrawOrientation

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use  NXOpen.Validate.SelectionAndPlacementBuilder.DrawOrientation ")]
    public Matrix3x3 DrawOrientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    DrawOrigin

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use  NXOpen.Validate.SelectionAndPlacementBuilder.DrawOrigin ")]
    public Point3d DrawOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    ExceedExtendToleranceColor

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

    ExtendedAngularTolerance

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

    LessThanMaxAngleColor

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

    MoreThanMaxAngleColor

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

    OverhangArea

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

    PreviewState

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

    SelectionAndPlacement

    Declaration
    public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
    Property Value
    Type Description
    SelectionAndPlacementBuilder

    ShowOnlyExceedingOverhangAngles

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  JA_VALIDATE_CHECK_MAXIMUM_OVERHANG_ANGLE_BUILDER_get_OnlyShowFailArea.")]
    public bool ShowOnlyExceedingOverhangAngles { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOnlyFailArea

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

    Methods

    GetTargets()

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use  NXOpen.Validate.SelectionAndPlacementBuilder.GetTargets ")]
    public Body[] GetTargets()
    Returns
    Type Description
    Body[]

    SetTargets(Body[])

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use  NXOpen.Validate.SelectionAndPlacementBuilder.SetTargets ")]
    public void SetTargets(Body[] targets)
    Parameters
    Type Name Description
    Body[] targets

    Update()

    Declaration
    public void Update()

    Implements

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