Search Results for

    Show / Hide Table of Contents

    Class ToolAxisTilt

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

    Constructors

    ToolAxisTilt()

    Declaration
    protected ToolAxisTilt()

    Properties

    Angle

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

    MaxWallHeight

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

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    TiltAngleType

    Declaration
    public ToolAxisTilt.TiltAngleTypes TiltAngleType { get; set; }
    Property Value
    Type Description
    ToolAxisTilt.TiltAngleTypes

    Type

    Declaration
    public ToolAxisTilt.Types Type { get; set; }
    Property Value
    Type Description
    ToolAxisTilt.Types

    Methods

    GetCurves(out Curve[])

    Declaration
    public void GetCurves(out Curve[] curves)
    Parameters
    Type Name Description
    Curve[] curves

    SetCurves(Curve[])

    Declaration
    public void SetCurves(Curve[] curves)
    Parameters
    Type Name Description
    Curve[] curves

    Implements

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