Search Results for

    Show / Hide Table of Contents

    Class CameraBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CameraBuilder
    AnimationCameraBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Display
    Assembly: NXOpen.dll
    Syntax
    public class CameraBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CameraBuilder()

    Declaration
    protected CameraBuilder()

    Properties

    ApertureType

    Declaration
    public CameraBuilder.Aperture ApertureType { get; set; }
    Property Value
    Type Description
    CameraBuilder.Aperture

    AspectRatioHeight

    Declaration
    public double AspectRatioHeight { get; set; }
    Property Value
    Type Description
    System.Double

    AspectRatioType

    Declaration
    public CameraBuilder.AspectRatio AspectRatioType { get; set; }
    Property Value
    Type Description
    CameraBuilder.AspectRatio

    AspectRatioWidth

    Declaration
    public double AspectRatioWidth { get; set; }
    Property Value
    Type Description
    System.Double

    BackClippingDistance

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

    CameraMatrix

    Declaration
    public Matrix3x3 CameraMatrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    CameraName

    Declaration
    public string CameraName { get; set; }
    Property Value
    Type Description
    System.String

    CameraNameChar

    Declaration
    public string CameraNameChar { get; set; }
    Property Value
    Type Description
    System.String

    CameraPosition

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

    DepthOfFieldToggle

    Declaration
    public bool DepthOfFieldToggle { get; set; }
    Property Value
    Type Description
    System.Boolean

    FieldOfViewAngle

    Declaration
    public double FieldOfViewAngle { get; set; }
    Property Value
    Type Description
    System.Double

    FieldOfViewMeasured

    Declaration
    public CameraBuilder.FovMeasured FieldOfViewMeasured { get; set; }
    Property Value
    Type Description
    CameraBuilder.FovMeasured

    FocalDistance

    Declaration
    public double FocalDistance { get; set; }
    Property Value
    Type Description
    System.Double

    FrontClippingDistance

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

    HiddenLensFlareToggle

    Declaration
    public bool HiddenLensFlareToggle { get; set; }
    Property Value
    Type Description
    System.Boolean

    LensAngleType

    Declaration
    public CameraBuilder.LensAngle LensAngleType { get; set; }
    Property Value
    Type Description
    CameraBuilder.LensAngle

    LensFlareIntensity

    Declaration
    public double LensFlareIntensity { get; set; }
    Property Value
    Type Description
    System.Double

    LensFlareToggle

    Declaration
    public bool LensFlareToggle { get; set; }
    Property Value
    Type Description
    System.Boolean

    LensFlareType

    Declaration
    public CameraBuilder.LensFlare LensFlareType { get; set; }
    Property Value
    Type Description
    CameraBuilder.LensFlare

    Magnification

    Declaration
    public double Magnification { get; set; }
    Property Value
    Type Description
    System.Double

    PerspectiveDistance

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

    StockLensType

    Declaration
    public CameraBuilder.StockLens StockLensType { get; set; }
    Property Value
    Type Description
    CameraBuilder.StockLens

    TargetMatrix

    Declaration
    public Matrix3x3 TargetMatrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    TargetPosition

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

    Type

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

    UseTargetPoint

    Declaration
    public bool UseTargetPoint { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX