Search Results for

    Show / Hide Table of Contents

    Class ReflectionAnalysisBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ReflectionAnalysisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class ReflectionAnalysisBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ReflectionAnalysisBuilder()

    Declaration
    protected ReflectionAnalysisBuilder()

    Properties

    DisplayResolution

    Declaration
    public DisplayResolutionBuilder DisplayResolution { get; }
    Property Value
    Type Description
    DisplayResolutionBuilder

    FaceReflectivityScale

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

    Faces

    Declaration
    public SelectDisplayableObjectList Faces { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    FileName

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

    ImageMovementType

    Declaration
    public ReflectionAnalysisBuilder.ImageMovementTypes ImageMovementType { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.ImageMovementTypes

    ImagePosition

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

    ImageSizeSetting

    Declaration
    public ReflectionAnalysisBuilder.ImageSizeOption ImageSizeSetting { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.ImageSizeOption

    LineImageType

    Declaration
    public ReflectionAnalysisBuilder.LineImageTypes LineImageType { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.LineImageTypes

    LineNumber

    Declaration
    public ReflectionAnalysisBuilder.NumberOfLinesOptions LineNumber { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.NumberOfLinesOptions

    LineOrientation

    Declaration
    public ReflectionAnalysisBuilder.LineOrientationType LineOrientation { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.LineOrientationType

    LineThickness

    Declaration
    public ReflectionAnalysisBuilder.LineThicknessType LineThickness { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.LineThicknessType

    Normals

    Declaration
    public FaceAnalysisNormalsBuilder Normals { get; }
    Property Value
    Type Description
    FaceAnalysisNormalsBuilder

    SceneImageOption

    Declaration
    public ReflectionAnalysisBuilder.SceneImageType SceneImageOption { get; set; }
    Property Value
    Type Description
    ReflectionAnalysisBuilder.SceneImageType

    ShowFacetEdge

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

    Type

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

    Methods

    StartReflectionAnalysis()

    Declaration
    public void StartReflectionAnalysis()

    Implements

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