Search Results for

    Show / Hide Table of Contents

    Class DirectFieldViewBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DirectFieldViewBuilder
    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.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class DirectFieldViewBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DirectFieldViewBuilder()

    Declaration
    protected DirectFieldViewBuilder()

    Properties

    AllowExtension

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

    BoundaryCurve

    Declaration
    public ScCollector BoundaryCurve { get; set; }
    Property Value
    Type Description
    ScCollector

    BoundaryFace

    Declaration
    public ScCollector BoundaryFace { get; set; }
    Property Value
    Type Description
    ScCollector

    BoundaryFilter

    Declaration
    public DirectFieldViewBuilder.BoundaryFilterType BoundaryFilter { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.BoundaryFilterType

    CurveColor

    Declaration
    public NXColor CurveColor { get; set; }
    Property Value
    Type Description
    NXColor

    CurveLayer

    Declaration
    public int CurveLayer { get; set; }
    Property Value
    Type Description
    System.Int32

    Driver

    Declaration
    public DirectFieldViewBuilder.DriverType Driver { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.DriverType

    EnableValidationChecker

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

    ExtensionLength

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

    EyeFeature

    Declaration
    public Feature EyeFeature { get; set; }
    Property Value
    Type Description
    Feature

    Eyellipse

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

    EyellipsePercentile

    Declaration
    public DirectFieldViewBuilder.EyePercentile EyellipsePercentile { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.EyePercentile

    EyeRotateAngleDown

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

    EyeRotateAngleLeft

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

    EyeRotateAngleRight

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

    EyeRotateAngleUp

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

    EyeRotationType

    Declaration
    public DirectFieldViewBuilder.EyeRotation EyeRotationType { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.EyeRotation

    FaceColor

    Declaration
    public NXColor FaceColor { get; set; }
    Property Value
    Type Description
    NXColor

    FaceLayer

    Declaration
    public int FaceLayer { get; set; }
    Property Value
    Type Description
    System.Int32

    GenerateLogFile

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

    HeadTurnAngleLeft

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

    HeadTurnAngleRight

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

    HeadTurnType

    Declaration
    public DirectFieldViewBuilder.HeadTurn HeadTurnType { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.HeadTurn

    LeftEye

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

    LimitationType

    Declaration
    public DirectFieldViewBuilder.LimitType LimitationType { get; set; }
    Property Value
    Type Description
    DirectFieldViewBuilder.LimitType

    Loading

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

    OutputBoundaryCurves

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

    OutputVisionFace

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

    RightEye

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

    UseStandardLoading

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

    ViewResults

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

    Methods

    ValidationButton()

    Declaration
    public void ValidationButton()

    Implements

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