Class InspectionMassEditBuilder
Inheritance
InspectionMassEditBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionMassEditBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionMassEditBuilder()
Declaration
protected InspectionMassEditBuilder()
Properties
AngleA
Declaration
public double AngleA { get; set; }
Property Value
AngleB
Declaration
public double AngleB { get; set; }
Property Value
ApproachDistance
Declaration
public double ApproachDistance { get; set; }
Property Value
ChangeAngleA
Declaration
public bool ChangeAngleA { get; set; }
Property Value
ChangeAngleB
Declaration
public bool ChangeAngleB { get; set; }
Property Value
ChangeApproachDistance
Declaration
public bool ChangeApproachDistance { get; set; }
Property Value
ChangeEntryPoint
Declaration
public bool ChangeEntryPoint { get; set; }
Property Value
ChangeExitPoint
Declaration
public bool ChangeExitPoint { get; set; }
Property Value
ChangeHeightAboveFeature
Declaration
public bool ChangeHeightAboveFeature { get; set; }
Property Value
ChangeLastPoint
Declaration
public bool ChangeLastPoint { get; set; }
Property Value
ChangeLowerTolerance
Declaration
public bool ChangeLowerTolerance { get; set; }
Property Value
ChangeOffsetDistance
Declaration
public bool ChangeOffsetDistance { get; set; }
Property Value
ChangeRetractDistance
Declaration
public bool ChangeRetractDistance { get; set; }
Property Value
ChangeStartPoint
Declaration
public bool ChangeStartPoint { get; set; }
Property Value
ChangeTipNumber
Declaration
public bool ChangeTipNumber { get; set; }
Property Value
ChangeToleranceValue
Declaration
public bool ChangeToleranceValue { get; set; }
Property Value
ChangeUpperTolerance
Declaration
public bool ChangeUpperTolerance { get; set; }
Property Value
CreateEntryPoint
Declaration
public bool CreateEntryPoint { get; set; }
Property Value
CreateExitPoint
Declaration
public bool CreateExitPoint { get; set; }
Property Value
HeightAboveFeature
Declaration
public double HeightAboveFeature { get; set; }
Property Value
LowerTolerance
Declaration
public double LowerTolerance { get; set; }
Property Value
OffsetDistance
Declaration
public double OffsetDistance { get; set; }
Property Value
ProjectLastPointToSafePlane
Declaration
public bool ProjectLastPointToSafePlane { get; set; }
Property Value
ProjectStartPointToSafePlane
Declaration
public bool ProjectStartPointToSafePlane { get; set; }
Property Value
RetractDistance
Declaration
public double RetractDistance { get; set; }
Property Value
TipNumber
Declaration
public int TipNumber { get; set; }
Property Value
ToleranceValue
Declaration
public double ToleranceValue { get; set; }
Property Value
UpperTolerance
Declaration
public double UpperTolerance { get; set; }
Property Value
Methods
MassEdit()
Declaration
SetOperations(CAMObject[])
Declaration
public void SetOperations(CAMObject[] operations)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink