Search Results for

    Show / Hide Table of Contents

    Class ReflectionDataBuilder

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

    Constructors

    ReflectionDataBuilder()

    Declaration
    protected ReflectionDataBuilder()

    Properties

    AngularTolerance

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

    DashSurface

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

    DistanceTolerance

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

    EyePoint

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

    IsReflectData

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

    IsReflectTraceCurve

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

    IsRefractData

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

    IsRefractTraceCurve

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

    IsReverseReflectData

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

    IsReverseReflectTraceCurve

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

    ReflectAccuracy

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

    ReflectionObject

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

    ReflectMethod

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

    RefractionIndex

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

    TargetObject

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

    Thickness

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

    Implements

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