Search Results for

    Show / Hide Table of Contents

    Class ViewStylePerspectiveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStylePerspectiveBuilder
    Implements
    IMessageSink
    IComponentBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewStylePerspectiveBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStylePerspectiveBuilder()

    Declaration
    protected ViewStylePerspectiveBuilder()

    Properties

    BackClip

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

    BackClipDistance

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

    FrontClip

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

    FrontClipDistance

    Declaration
    public double FrontClipDistance { 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

    ViewOrigin

    Declaration
    public Point3d ViewOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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