Search Results for

    Show / Hide Table of Contents

    Class DirectVisionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DirectVisionBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class DirectVisionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DirectVisionBuilder()

    Declaration
    protected DirectVisionBuilder()

    Properties

    EyePoint

    Declaration
    public string EyePoint { get; set; }
    Property Value
    Type Description
    string

    EyePointType

    Declaration
    public DirectVisionBuilder.VisionType EyePointType { get; set; }
    Property Value
    Type Description
    DirectVisionBuilder.VisionType

    EyeRotationDown

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

    EyeRotationLeft

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

    EyeRotationRight

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

    EyeRotationType

    Declaration
    public DirectVisionBuilder.EyeRotationTypes EyeRotationType { get; set; }
    Property Value
    Type Description
    DirectVisionBuilder.EyeRotationTypes

    EyeRotationUp

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

    Eyellipse

    Declaration
    public SelectFeature Eyellipse { get; }
    Property Value
    Type Description
    SelectFeature

    HeadRotationLeft

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

    HeadRotationRight

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

    HeadTurnType

    Declaration
    public DirectVisionBuilder.HeadTurnTypes HeadTurnType { get; set; }
    Property Value
    Type Description
    DirectVisionBuilder.HeadTurnTypes

    Standard

    Declaration
    public string Standard { get; set; }
    Property Value
    Type Description
    string

    UseHeadTurnToggle

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

    UserDefinedPoint

    Declaration
    public Point UserDefinedPoint { get; set; }
    Property Value
    Type Description
    Point

    Implements

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