Class InspectionAnalyzeOutputBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionAnalyzeOutputBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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 |
|
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 |
|
Declaration
public InspectionAnalyzeOutputBuilder.OutputFormatType OutputFormat { get; set; }
Property Value
PointDetail
Declaration
public bool PointDetail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ReportHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReportingCsys
Declaration
public InspectionAnalyzeOutputBuilder.ReportingCsysType ReportingCsys { get; set; }
Property Value
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
OutputText()
Declaration
SetSelectedOps(String[])
Declaration
public void SetSelectedOps(string[] selectedOps)
Parameters
Type |
Name |
Description |
System.String[] |
selectedOps |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink