Class InspectionAnalyzeOutputBuilder
Inheritance
InspectionAnalyzeOutputBuilder
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
DmlPcs
Declaration
public string DmlPcs { get; set; }
Property Value
Declaration
public bool DrfTransform { get; set; }
Property Value
FeatureDetail
Declaration
public bool FeatureDetail { get; set; }
Property Value
FeatureSummary
Declaration
public bool FeatureSummary { get; set; }
Property Value
ListOutput
Declaration
public bool ListOutput { get; set; }
Property Value
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Declaration
public InspectionAnalyzeOutputBuilder.OutputFormatType OutputFormat { get; set; }
Property Value
PointDetail
Declaration
public bool PointDetail { get; set; }
Property Value
Declaration
public bool ReportHeader { get; set; }
Property Value
ReportingCsys
Declaration
public InspectionAnalyzeOutputBuilder.ReportingCsysType ReportingCsys { get; set; }
Property Value
TextExtension
Declaration
public string TextExtension { get; set; }
Property Value
ToleranceDetail
Declaration
public bool ToleranceDetail { get; set; }
Property Value
ToleranceSummary
Declaration
public bool ToleranceSummary { get; set; }
Property Value
Methods
GetSelectedOps()
Declaration
public string[] GetSelectedOps()
Returns
OutputDml()
Declaration
OutputText()
Declaration
SetSelectedOps(string[])
Declaration
public void SetSelectedOps(string[] selectedOps)
Parameters
Type |
Name |
Description |
string[] |
selectedOps |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink