Search Results for

    Show / Hide Table of Contents

    Class ReflectionDataBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ReflectionDataBuilder
    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 ReflectionDataBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ReflectionDataBuilder()

    Declaration
    protected ReflectionDataBuilder()

    Properties

    AngularTolerance

    Declaration
    public double AngularTolerance { get; set; }
    Property Value
    Type Description
    double

    DashSurface

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

    DistanceTolerance

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

    EyePoint

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

    IsReflectData

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

    IsReflectTraceCurve

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

    IsRefractData

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

    IsRefractTraceCurve

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

    IsReverseReflectData

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

    IsReverseReflectTraceCurve

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

    ReflectAccuracy

    Declaration
    public int ReflectAccuracy { get; set; }
    Property Value
    Type Description
    int

    ReflectMethod

    Declaration
    public ReflectionDataBuilder.ReflectMethodType ReflectMethod { get; set; }
    Property Value
    Type Description
    ReflectionDataBuilder.ReflectMethodType

    ReflectionObject

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

    RefractionIndex

    Declaration
    public double RefractionIndex { get; set; }
    Property Value
    Type Description
    double

    Resolution

    Declaration
    public ReflectionDataBuilder.ResolutionType Resolution { get; set; }
    Property Value
    Type Description
    ReflectionDataBuilder.ResolutionType

    ReverseDir

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

    TargetObject

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

    Thickness

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use JA_REFLECTION_DATA_BUILDER_get_thickness_exp instead.")]
    public double Thickness { get; set; }
    Property Value
    Type Description
    double

    ThicknessExp

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

    Implements

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