Search Results for

    Show / Hide Table of Contents

    Class SurfaceDriveGeometrySet

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SurfaceDriveGeometrySet
    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 SurfaceDriveGeometrySet : TaggedObject, IMessageSink

    Constructors

    SurfaceDriveGeometrySet()

    Declaration
    protected SurfaceDriveGeometrySet()

    Properties

    CustomFeed

    Declaration
    public bool CustomFeed { get; set; }
    Property Value
    Type Description
    bool

    CustomStock

    Declaration
    public bool CustomStock { get; set; }
    Property Value
    Type Description
    bool

    CustomTolerance

    Declaration
    public bool CustomTolerance { get; set; }
    Property Value
    Type Description
    bool

    DriveStock

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

    FeedUnit

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

    FeedValue

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

    InitialStock

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

    Intol

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

    Outtol

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

    SafeClearance

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

    Surface

    Declaration
    public NXObject Surface { get; set; }
    Property Value
    Type Description
    NXObject

    Implements

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