Search Results for

    Show / Hide Table of Contents

    Class InspectionMoveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionMoveBuilder
    InspectionCircularMoveToPointBuilder
    InspectionDeltaMoveBuilder
    InspectionLinear5axisMoveToPointBuilder
    InspectionLinearMoveToPointBuilder
    InspectionMeasurePointBuilder
    InspectionPolarGridBuilder
    InspectionScanArcBuilder
    InspectionScanCurve5AxisBuilder
    InspectionScanCurveBuilder
    InspectionScanHelixBuilder
    InspectionScanLineBuilder
    InspectionUVGridBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 InspectionMoveBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InspectionMoveBuilder()

    Declaration
    protected InspectionMoveBuilder()

    Properties

    AngleA

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

    AngleB

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

    ApproachDistance

    Declaration
    public double ApproachDistance { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    SensorOpName

    Declaration
    public string SensorOpName { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    Methods

    LockMove(Boolean)

    Declaration
    public void LockMove(bool lock)
    Parameters
    Type Name Description
    System.Boolean 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