Search Results for

    Show / Hide Table of Contents

    Class DirectVisionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DirectVisionBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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
    Assembly: NXOpen.dll
    Syntax
    public class DirectVisionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DirectVisionBuilder()

    Declaration
    protected DirectVisionBuilder()

    Properties

    Eyellipse

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

    EyePoint

    Declaration
    public string EyePoint { get; set; }
    Property Value
    Type Description
    System.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

    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
    System.String

    UseHeadTurnToggle

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

    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