Search Results for

    Show / Hide Table of Contents

    Class PerspectiveViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PerspectiveViewStyle
    Implements
    IMessageSink
    IPerspectiveViewPreferences
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class PerspectiveViewStyle : NXRemotableObject, IMessageSink, IPerspectiveViewPreferences

    Constructors

    PerspectiveViewStyle(ViewStyle)

    Declaration
    protected PerspectiveViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    BackClipping

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

    BackClippingDistance

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

    FrontClipping

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

    FrontClippingDistance

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

    Perspective

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

    PerspectiveDistance

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

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Implements

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