Search Results for

    Show / Hide Table of Contents

    Class AllAroundVisionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AllAroundVisionBuilder
    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.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
    bool

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    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
    int

    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
    bool

    UseRearHeadRests

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

    UseWireFrameOnly

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

    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