Search Results for

    Show / Hide Table of Contents

    Class VerticalPosition

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

    Constructors

    VerticalPosition()

    Declaration
    protected VerticalPosition()

    Properties

    Distance

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

    DistanceExpressionBuilder

    Declaration
    public ExpressionDouble DistanceExpressionBuilder { get; }
    Property Value
    Type Description
    ExpressionDouble

    OffsetType

    Declaration
    public VerticalPosition.OffsetTypes OffsetType { get; set; }
    Property Value
    Type Description
    VerticalPosition.OffsetTypes

    TeethNumber

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

    Implements

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