Search Results for

    Show / Hide Table of Contents

    Class InspectionAnalyzeOutputBuilder

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

    Constructors

    InspectionAnalyzeOutputBuilder()

    Declaration
    protected InspectionAnalyzeOutputBuilder()

    Properties

    DmlExtension

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

    DmlPcs

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

    DrfTransform

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

    FeatureDetail

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

    FeatureSummary

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

    ListOutput

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

    OutputFile

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

    OutputFormat

    Declaration
    public InspectionAnalyzeOutputBuilder.OutputFormatType OutputFormat { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeOutputBuilder.OutputFormatType

    PointDetail

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

    ReportHeader

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

    ReportingCsys

    Declaration
    public InspectionAnalyzeOutputBuilder.ReportingCsysType ReportingCsys { get; set; }
    Property Value
    Type Description
    InspectionAnalyzeOutputBuilder.ReportingCsysType

    TextExtension

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

    ToleranceDetail

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

    ToleranceSummary

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

    Methods

    GetSelectedOps()

    Declaration
    public string[] GetSelectedOps()
    Returns
    Type Description
    System.String[]

    OutputDml()

    Declaration
    public void OutputDml()

    OutputText()

    Declaration
    public void OutputText()

    SetSelectedOps(String[])

    Declaration
    public void SetSelectedOps(string[] selectedOps)
    Parameters
    Type Name Description
    System.String[] selectedOps

    Implements

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