Search Results for

    Show / Hide Table of Contents

    Class InspectionCircularMoveToPointBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionMoveBuilder
    InspectionCircularMoveToPointBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    InspectionMoveBuilder.SetParent(CAMObject)
    InspectionMoveBuilder.SetSibling(CAMObject)
    InspectionMoveBuilder.SetProbeAngles()
    InspectionMoveBuilder.SetProbeTip()
    InspectionMoveBuilder.LockMove(bool)
    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, 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 InspectionCircularMoveToPointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    InspectionCircularMoveToPointBuilder()

    Declaration
    protected InspectionCircularMoveToPointBuilder()

    Properties

    AxisVector

    Declaration
    public Direction AxisVector { get; set; }
    Property Value
    Type Description
    Direction

    CenterPoint

    Declaration
    public Point CenterPoint { get; set; }
    Property Value
    Type Description
    Point

    EndPoint

    Declaration
    public Point EndPoint { get; set; }
    Property Value
    Type Description
    Point

    MotionEnd

    Declaration
    public InspectionCircularMoveToPointBuilder.EndType MotionEnd { get; set; }
    Property Value
    Type Description
    InspectionCircularMoveToPointBuilder.EndType

    SweepAngle

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

    Implements

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