Search Results for

    Show / Hide Table of Contents

    Class PitchSetting

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PitchSetting
    Implements
    IMessageSink
    Inherited Members
    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 PitchSetting : TaggedObject, IMessageSink

    Constructors

    PitchSetting()

    Declaration
    protected PitchSetting()

    Properties

    Distance

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

    End

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

    Increment

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

    Option

    Declaration
    public PitchSetting.OptionTypes Option { get; set; }
    Property Value
    Type Description
    PitchSetting.OptionTypes

    OutputUnit

    Declaration
    public PitchSetting.OutputUnitTypes OutputUnit { get; set; }
    Property Value
    Type Description
    PitchSetting.OutputUnitTypes

    Start

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

    ThreadPerUnit

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

    Variance

    Declaration
    public PitchSetting.VarianceTypes Variance { get; set; }
    Property Value
    Type Description
    PitchSetting.VarianceTypes

    Implements

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