Class CutDepthChecker
Inheritance
CutDepthChecker
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
CreateCurvesForGouges
Declaration
public bool CreateCurvesForGouges { get; set; }
Property Value
CutVolume
Declaration
public double CutVolume { get; }
Property Value
DisplayGouges
Declaration
public bool DisplayGouges { get; set; }
Property Value
MaxCutDepthViolation
Declaration
public double MaxCutDepthViolation { get; }
Property Value
NumCutDepthViolations
Declaration
public int NumCutDepthViolations { get; }
Property Value
OperationToCheck
Declaration
public Operation OperationToCheck { get; set; }
Property Value
PauseOnGouge
Declaration
public bool PauseOnGouge { get; set; }
Property Value
StopLimit
Declaration
public int StopLimit { get; set; }
Property Value
StopOnLimit
Declaration
public bool StopOnLimit { get; set; }
Property Value
Methods
Declaration
public void PerformCheck()
Implements
System.Runtime.Remoting.Messaging.IMessageSink