Search Results for

    Show / Hide Table of Contents

    Class InspectionDeltaMoveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionMoveBuilder
    InspectionDeltaMoveBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    InspectionMoveBuilder.SetParent(CAMObject)
    InspectionMoveBuilder.SetSibling(CAMObject)
    InspectionMoveBuilder.SetProbeAngles()
    InspectionMoveBuilder.SetProbeTip()
    InspectionMoveBuilder.LockMove(Boolean)
    InspectionMoveBuilder.AngleA
    InspectionMoveBuilder.AngleB
    InspectionMoveBuilder.ApproachDistance
    InspectionMoveBuilder.MotionType
    InspectionMoveBuilder.ProbeTipType
    InspectionMoveBuilder.ProbeTipTypeBuilder
    InspectionMoveBuilder.RetractDistance
    InspectionMoveBuilder.SensorOpName
    InspectionMoveBuilder.SensorStrategy
    InspectionMoveBuilder.SensorStrategyBuilder
    InspectionMoveBuilder.TipAngleMode
    InspectionMoveBuilder.TipMode
    InspectionMoveBuilder.TipNumber
    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.CAM
    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
    Type Description
    System.Double

    DeltaY

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

    DeltaZ

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

    DepthDistance

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

    DepthMethod

    Declaration
    public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.DepthMethodTypes

    Intent

    Declaration
    public InspectionDeltaMoveBuilder.IntentType Intent { get; set; }
    Property Value
    Type Description
    InspectionDeltaMoveBuilder.IntentType

    Implements

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