Search Results for

    Show / Hide Table of Contents

    Class CloseRangeCameraListItemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CloseRangeCameraListItemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Features.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class CloseRangeCameraListItemBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    CloseRangeCameraListItemBuilder()

    Declaration
    protected CloseRangeCameraListItemBuilder()

    Properties

    CameraAxis

    Declaration
    public Axis CameraAxis { get; set; }
    Property Value
    Type Description
    Axis

    CameraCsys

    Declaration
    public CoordinateSystem CameraCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    CameraFace

    Declaration
    public ScCollector CameraFace { get; }
    Property Value
    Type Description
    ScCollector

    CameraFacetBodies

    Declaration
    public SelectNXObjectList CameraFacetBodies { get; }
    Property Value
    Type Description
    SelectNXObjectList

    CameraType

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

    FaceReverse

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

    FovReverse

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

    FovSheetBody

    Declaration
    public ScCollector FovSheetBody { get; }
    Property Value
    Type Description
    ScCollector

    HorizontalLength

    Declaration
    public Expression HorizontalLength { get; }
    Property Value
    Type Description
    Expression

    HorizontalViewAngle

    Declaration
    public Expression HorizontalViewAngle { get; }
    Property Value
    Type Description
    Expression

    InitialRadius

    Declaration
    public Expression InitialRadius { get; }
    Property Value
    Type Description
    Expression

    UseCamera

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

    VerticalLength

    Declaration
    public Expression VerticalLength { get; }
    Property Value
    Type Description
    Expression

    VerticalViewAngle

    Declaration
    public Expression VerticalViewAngle { get; }
    Property Value
    Type Description
    Expression

    ViewAngle

    Declaration
    public Expression ViewAngle { get; }
    Property Value
    Type Description
    Expression

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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