Search Results for

    Show / Hide Table of Contents

    Class InspectionPathPointBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    InspectionPathPointBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 InspectionPathPointBuilder : TaggedObject, IMessageSink

    Constructors

    InspectionPathPointBuilder()

    Declaration
    protected InspectionPathPointBuilder()

    Methods

    Delete(Int32)

    Declaration
    public void Delete(int index)
    Parameters
    Type Name Description
    System.Int32 index

    GetPointData(Int32, out NXObject, out Double, out Double)

    Declaration
    public void GetPointData(int index, out NXObject point, out double angleA, out double angleB)
    Parameters
    Type Name Description
    System.Int32 index
    NXObject point
    System.Double angleA
    System.Double angleB

    GetScanData(Int32, out Double, out Double)

    Declaration
    public void GetScanData(int index, out double scanSpeed, out double stepSize)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double scanSpeed
    System.Double stepSize

    ModifyData(Int32, NXObject, Double, Double)

    Declaration
    public void ModifyData(int index, NXObject point, double angleA, double angleB)
    Parameters
    Type Name Description
    System.Int32 index
    NXObject point
    System.Double angleA
    System.Double angleB

    SetPointData(Int32, NXObject, Double, Double)

    Declaration
    public void SetPointData(int index, NXObject point, double angleA, double angleB)
    Parameters
    Type Name Description
    System.Int32 index
    NXObject point
    System.Double angleA
    System.Double angleB

    SetScanData(Int32, Double, Double)

    Declaration
    public void SetScanData(int index, double scanSpeed, double stepSize)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double scanSpeed
    System.Double stepSize

    Implements

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