Search Results for

    Show / Hide Table of Contents

    Class MoveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    AlongMachineAxisMoveBuilder
    AlongMcsAxisMoveBuilder
    AlongToolAxisMoveBuilder
    AngularAboutAxisMoveBuilder
    CircularAboutAxisMoveBuilder
    ContactMoveBuilder
    ContainerMoveBuilder
    DeltaMoveBuilder
    FollowGeometryMoveBuilder
    LaserCircleCutout
    LaserHexagonCutout
    LaserLinearMove
    LaserProfileMove
    LaserRectangleCutout
    LaserSlotCutout
    LinearLocalCsysMoveBuilder
    MachineLimitMoveBuilder
    MoveToPointBuilder
    NormalToToolAxisMoveBuilder
    NotesMoveBuilder
    OutputForMcsBuilder
    ProbeCalibrateLengthMoveBuilder
    ProbeCalibrateSphereMoveBuilder
    ProbeCalibrateStylusMoveBuilder
    ProbeClearanceMoveBuilder
    ProbeInspectBorebossMoveBuilder
    ProbeInspectPointMoveBuilder
    ProbeInspectSurfacePointMoveBuilder
    RobotCartesianMove
    RobotMountMove
    RobotPoseMove
    RotaryPointMoveBuilder
    RotaryPolarMoveBuilder
    RotateToolMoveBuilder
    TeachmodeEngageSettingsBuilder
    TeachmodeLinearMoveBuilder
    TeachmodeProfileMoveBuilder
    TeachmodeRetractSettingsBuilder
    ToolCenterPointBuilder
    ToolChangePositionBuilder
    ToolTrackingPointBuilder
    TurnMoveToPointBuilder
    TurnProbeClearanceBuilder
    TurnProbeInspectPointMoveBuilder
    UdeMoveBuilder
    UserDefinedMoveBuilder
    VectorDistanceMoveBuilder
    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 MoveBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MoveBuilder()

    Declaration
    protected MoveBuilder()

    Properties

    CustomParameterSetListBuilder

    Declaration
    public CustomParameterDataSetList CustomParameterSetListBuilder { get; }
    Property Value
    Type Description
    CustomParameterDataSetList

    FeedRate

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

    FeedType

    Declaration
    public MoveBuilder.Feed FeedType { get; set; }
    Property Value
    Type Description
    MoveBuilder.Feed

    FeedUnit

    Declaration
    public FeedRateUnit FeedUnit { get; set; }
    Property Value
    Type Description
    FeedRateUnit

    MotionType

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

    Notes

    Declaration
    public Notes Notes { get; }
    Property Value
    Type Description
    Notes

    NumberOfUserParameters

    Declaration
    public int NumberOfUserParameters { get; }
    Property Value
    Type Description
    System.Int32

    ProtectedMove

    Declaration
    public bool ProtectedMove { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubopLabel

    Declaration
    public string SubopLabel { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetUserParameter(Int32)

    Declaration
    public UdeParameter GetUserParameter(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    UdeParameter

    GetUserParameter(String)

    Declaration
    public UdeParameter GetUserParameter(string parameterName)
    Parameters
    Type Name Description
    System.String parameterName
    Returns
    Type Description
    UdeParameter

    SetParent(CAMObject)

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

    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