Search Results for

    Show / Hide Table of Contents

    Class MillingTrackpointBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MillingTrackpointBuilder
    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 MillingTrackpointBuilder : TaggedObject, IMessageSink

    Constructors

    MillingTrackpointBuilder()

    Declaration
    protected MillingTrackpointBuilder()

    Properties

    NumberOfTrackPoints

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

    Methods

    Add(Int32, String, Double, Double, Double, Int32, Int32, Int32, Int32, Int32, out String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use new version with additional arguments instead.")]
    public int Add(int inputIndex, string name, double diameter, double distance, double zOffset, int zOffsetUsed, int adjust, int adjustUsed, int cutcom, int cutcomUsed, out string newName)
    Parameters
    Type Name Description
    System.Int32 inputIndex
    System.String name
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed
    System.String newName
    Returns
    Type Description
    System.Int32

    Add(Int32, String, Int32, Double, Double, Double, Int32, Int32, Int32, Int32, Int32, out String)

    Declaration
    public int Add(int inputIndex, string name, int definitionType, double diameter, double distance, double zOffset, int zOffsetUsed, int adjust, int adjustUsed, int cutcom, int cutcomUsed, out string newName)
    Parameters
    Type Name Description
    System.Int32 inputIndex
    System.String name
    System.Int32 definitionType
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed
    System.String newName
    Returns
    Type Description
    System.Int32

    CalculateDistance(Int32, out Double)

    Declaration
    public double CalculateDistance(int definitionType, out double diameter)
    Parameters
    Type Name Description
    System.Int32 definitionType
    System.Double diameter
    Returns
    Type Description
    System.Double

    Delete(Int32)

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

    Get(NXObject, out String, out Double, out Double, out Double, out Int32, out Int32, out Int32, out Int32, out Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use new version _tp with additional arguments instead.")]
    public void Get(NXObject pointTag, out string name, out double diameter, out double distance, out double zOffset, out int zOffsetUsed, out int adjust, out int adjustUsed, out int cutcom, out int cutcomUsed)
    Parameters
    Type Name Description
    NXObject pointTag
    System.String name
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed

    GetTrackPoint(NXObject, out String, out Int32, out Double, out Double, out Double, out Int32, out Int32, out Int32, out Int32, out Int32)

    Declaration
    public void GetTrackPoint(NXObject pointTag, out string name, out int definitionType, out double diameter, out double distance, out double zOffset, out int zOffsetUsed, out int adjust, out int adjustUsed, out int cutcom, out int cutcomUsed)
    Parameters
    Type Name Description
    NXObject pointTag
    System.String name
    System.Int32 definitionType
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed

    GetTrackPoint(Int32)

    Declaration
    public NXObject GetTrackPoint(int position)
    Parameters
    Type Name Description
    System.Int32 position
    Returns
    Type Description
    NXObject

    Modify(Int32, String, Double, Double, Double, Int32, Int32, Int32, Int32, Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use new version with additional arguments instead.")]
    public string Modify(int index, string name, double diameter, double distance, double zOffset, int zOffsetUsed, int adjust, int adjustUsed, int cutcom, int cutcomUsed)
    Parameters
    Type Name Description
    System.Int32 index
    System.String name
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed
    Returns
    Type Description
    System.String

    Modify(Int32, String, Int32, Double, Double, Double, Int32, Int32, Int32, Int32, Int32)

    Declaration
    public string Modify(int index, string name, int definitionType, double diameter, double distance, double zOffset, int zOffsetUsed, int adjust, int adjustUsed, int cutcom, int cutcomUsed)
    Parameters
    Type Name Description
    System.Int32 index
    System.String name
    System.Int32 definitionType
    System.Double diameter
    System.Double distance
    System.Double zOffset
    System.Int32 zOffsetUsed
    System.Int32 adjust
    System.Int32 adjustUsed
    System.Int32 cutcom
    System.Int32 cutcomUsed
    Returns
    Type Description
    System.String

    MoveDown(Int32)

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

    MoveUp(Int32)

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

    Implements

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