Search Results for

    Show / Hide Table of Contents

    Class CutDepthChecker

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CutDepthChecker
    Implements
    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, 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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class CutDepthChecker : Builder, IMessageSink, IComponentBuilder

    Constructors

    CutDepthChecker()

    Declaration
    protected CutDepthChecker()

    Properties

    CheckNeck

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

    CreateCurvesForGouges

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

    CutVolume

    Declaration
    public double CutVolume { get; }
    Property Value
    Type Description
    double

    DisplayGouges

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

    MaxCutDepthViolation

    Declaration
    public double MaxCutDepthViolation { get; }
    Property Value
    Type Description
    double

    NumCutDepthViolations

    Declaration
    public int NumCutDepthViolations { get; }
    Property Value
    Type Description
    int

    OperationToCheck

    Declaration
    public Operation OperationToCheck { get; set; }
    Property Value
    Type Description
    Operation

    PauseOnGouge

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

    StopLimit

    Declaration
    public int StopLimit { get; set; }
    Property Value
    Type Description
    int

    StopOnLimit

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

    Methods

    PerformCheck()

    Declaration
    public void PerformCheck()

    Implements

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