Search Results for

    Show / Hide Table of Contents

    Class CloseRangeCameraListItemBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CloseRangeCameraListItemBuilder
    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.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
    bool

    FovReverse

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

    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
    bool

    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
    bool

    Implements

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