Search Results for

    Show / Hide Table of Contents

    Class AllAroundVisionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AllAroundVisionBuilder
    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 AllAroundVisionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    AllAroundVisionBuilder()

    Declaration
    protected AllAroundVisionBuilder()

    Properties

    CarGeometry

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

    CreateIntersectionGeometry

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

    DistanceTolerance

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

    FrontHeadRestGeometry

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

    ObstructedColor

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

    RearHeadRestGeometry

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

    SeatReferencePoint

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

    Translucency

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

    Type

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

    UseFrontHeadRests

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

    UseRearHeadRests

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

    UseWireFrameOnly

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

    VisibleColor

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

    VisionAreaRadius

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

    WindowCurveGeometry

    Declaration
    public Section WindowCurveGeometry { get; }
    Property Value
    Type Description
    Section

    WindowFaceGeometry

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

    WindowType

    Declaration
    public AllAroundVisionBuilder.WindowTypes WindowType { get; set; }
    Property Value
    Type Description
    AllAroundVisionBuilder.WindowTypes

    Methods

    CreatePointWithBaseDataSGRPExpression()

    Declaration
    public Point CreatePointWithBaseDataSGRPExpression()
    Returns
    Type Description
    Point

    Implements

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