Search Results for

    Show / Hide Table of Contents

    Class InspectionMoveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionMoveBuilder
    InspectionCircularMoveToPointBuilder
    InspectionDeltaMoveBuilder
    InspectionLinear5axisMoveToPointBuilder
    InspectionLinearMoveToPointBuilder
    InspectionMeasurePointBuilder
    InspectionPolarGridBuilder
    InspectionScanArcBuilder
    InspectionScanCurve5AxisBuilder
    InspectionScanCurveBuilder
    InspectionScanHelixBuilder
    InspectionScanLineBuilder
    InspectionUVGridBuilder
    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 InspectionMoveBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InspectionMoveBuilder()

    Declaration
    protected InspectionMoveBuilder()

    Properties

    AngleA

    Declaration
    public double AngleA { get; set; }
    Property Value
    Type Description
    double

    AngleB

    Declaration
    public double AngleB { get; set; }
    Property Value
    Type Description
    double

    ApproachDistance

    Declaration
    public double ApproachDistance { get; set; }
    Property Value
    Type Description
    double

    MotionType

    Declaration
    public MoveBuilder.Motion MotionType { get; set; }
    Property Value
    Type Description
    MoveBuilder.Motion

    ProbeTipType

    Declaration
    public InspectionMoveBuilder.ProbeTipTypes ProbeTipType { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.ProbeTipTypes

    ProbeTipTypeBuilder

    Declaration
    public InspectionProbeTipTypeBuilder ProbeTipTypeBuilder { get; }
    Property Value
    Type Description
    InspectionProbeTipTypeBuilder

    RetractDistance

    Declaration
    public double RetractDistance { get; set; }
    Property Value
    Type Description
    double

    SensorOpName

    Declaration
    public string SensorOpName { get; set; }
    Property Value
    Type Description
    string

    SensorStrategy

    Declaration
    public InspectionMoveBuilder.SensorStrategyTypes SensorStrategy { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.SensorStrategyTypes

    SensorStrategyBuilder

    Declaration
    public InspectionSensorStrategyBuilder SensorStrategyBuilder { get; }
    Property Value
    Type Description
    InspectionSensorStrategyBuilder

    TipAngleMode

    Declaration
    public InspectionMoveBuilder.TipAngleTypes TipAngleMode { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.TipAngleTypes

    TipMode

    Declaration
    public InspectionMoveBuilder.TipModeTypes TipMode { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.TipModeTypes

    TipNumber

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

    Methods

    LockMove(bool)

    Declaration
    public void LockMove(bool @lock)
    Parameters
    Type Name Description
    bool lock

    SetParent(CAMObject)

    Declaration
    public void SetParent(CAMObject parent)
    Parameters
    Type Name Description
    CAMObject parent

    SetProbeAngles()

    Declaration
    public void SetProbeAngles()

    SetProbeTip()

    Declaration
    public void SetProbeTip()

    SetSibling(CAMObject)

    Declaration
    public void SetSibling(CAMObject sibling)
    Parameters
    Type Name Description
    CAMObject sibling

    Implements

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