Class InspectionDeltaMoveBuilder
Inheritance
InspectionDeltaMoveBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionDeltaMoveBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionDeltaMoveBuilder()
Declaration
protected InspectionDeltaMoveBuilder()
Properties
DeltaX
Declaration
public double DeltaX { get; set; }
Property Value
DeltaY
Declaration
public double DeltaY { get; set; }
Property Value
DeltaZ
Declaration
public double DeltaZ { get; set; }
Property Value
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
Intent
Declaration
public InspectionDeltaMoveBuilder.IntentType Intent { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink