Search Results for

    Show / Hide Table of Contents

    Class NonProportionalZoom

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    NonProportionalZoom
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Display
    Assembly: NXOpen.dll
    Syntax
    public class NonProportionalZoom : Builder, IMessageSink, IComponentBuilder

    Constructors

    NonProportionalZoom()

    Declaration
    protected NonProportionalZoom()

    Properties

    AnchorCenter

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

    Method

    Declaration
    public NonProportionalZoom.MethodType Method { get; set; }
    Property Value
    Type Description
    NonProportionalZoom.MethodType

    ZoomSensitivity

    Declaration
    public int ZoomSensitivity { get; set; }
    Property Value
    Type Description
    int

    Methods

    Enable(bool)

    Declaration
    public void Enable(bool enable)
    Parameters
    Type Name Description
    bool enable

    Finish(View)

    Declaration
    public void Finish(View view)
    Parameters
    Type Name Description
    View view

    FirstPoint(Point3d, View)

    Declaration
    public void FirstPoint(Point3d point1, View view)
    Parameters
    Type Name Description
    Point3d point1
    View view

    SecondPoint(Point3d, View)

    Declaration
    public void SecondPoint(Point3d point2, View view)
    Parameters
    Type Name Description
    Point3d point2
    View view

    Start(View)

    Declaration
    public void Start(View view)
    Parameters
    Type Name Description
    View view

    Implements

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