Search Results for

    Show / Hide Table of Contents

    Class InspectionAnalyzeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionAnalyzeBuilder
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class InspectionAnalyzeBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InspectionAnalyzeBuilder()

    Declaration
    protected InspectionAnalyzeBuilder()

    Properties

    AxisExtrapolation

    Declaration
    public InspectionMethodBuilder.AxisExtrapolationTypes AxisExtrapolation { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.AxisExtrapolationTypes

    CylinderFitting

    Declaration
    public InspectionMethodBuilder.CylinderFittingTypes CylinderFitting { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.CylinderFittingTypes

    DatumPlaneFitting

    Declaration
    public InspectionMethodBuilder.DatumPlaneFittingTypes DatumPlaneFitting { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.DatumPlaneFittingTypes

    LimitsOfSize

    Declaration
    public InspectionMethodBuilder.LimitsOfSizeTypes LimitsOfSize { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.LimitsOfSizeTypes

    ProfileDisposition

    Declaration
    public InspectionMethodBuilder.ProfileDispositionTypes ProfileDisposition { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.ProfileDispositionTypes

    Rx

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Rx { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    RxLower

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

    RxUpper

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

    Ry

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Ry { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    RyLower

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

    RyUpper

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

    Rz

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Rz { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    RzLower

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

    RzUpper

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

    SurfaceProfile

    Declaration
    public InspectionMethodBuilder.SurfaceProfileTypes SurfaceProfile { get; set; }
    Property Value
    Type Description
    InspectionMethodBuilder.SurfaceProfileTypes

    ToleranceName

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

    Tx

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Tx { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    TxLower

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

    TxUpper

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

    Ty

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Ty { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    TyLower

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

    TyUpper

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

    Tz

    Declaration
    public InspectionAnalyzeBuilder.DofTypes Tz { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeBuilder.DofTypes

    TzLower

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

    TzUpper

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

    Methods

    AnalyzeAll()

    Declaration
    public void AnalyzeAll()

    AnalyzeSelected(CAMObject[])

    Declaration
    public void AnalyzeSelected(CAMObject[] objects)
    Parameters
    Type Name Description
    CAMObject[] objects

    UseDefault()

    Declaration
    public void UseDefault()

    Implements

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