Class InspectionGraphicalReportBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionGraphicalReportBuilder
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)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class InspectionGraphicalReportBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionGraphicalReportBuilder()
Declaration
protected InspectionGraphicalReportBuilder()
Properties
AvailableSelection
Declaration
public SelectNXObjectList AvailableSelection { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Camera
Declaration
public string Camera { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterEnum
Declaration
public InspectionGraphicalReportBuilder.GraphicalReportFilter FilterEnum { get; set; }
Property Value
Type | Description |
---|---|
InspectionGraphicalReportBuilder.GraphicalReportFilter |
MaxCrossSection
Declaration
public bool MaxCrossSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxOutOfRound
Declaration
public bool MaxOutOfRound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinCrossSection
Declaration
public bool MinCrossSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinOutOfRound
Declaration
public bool MinOutOfRound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportFilterObject
Declaration
public string ReportFilterObject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportFilterType
Declaration
public InspectionGraphicalReportBuilder.GraphicalReportFilterType ReportFilterType { get; set; }
Property Value
Type | Description |
---|---|
InspectionGraphicalReportBuilder.GraphicalReportFilterType |
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportTitle
Declaration
public string ReportTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VariablesList
Declaration
public InspectionGraphicalVariableBuilderList VariablesList { get; }
Property Value
Type | Description |
---|---|
InspectionGraphicalVariableBuilderList |
Methods
ActivateView()
Declaration
public void ActivateView()
CaptureCurrentView()
Declaration
public void CaptureCurrentView()
RestoreOriginalView()
Declaration
public void RestoreOriginalView()
SaveViewCacheSettings()
Declaration
public void SaveViewCacheSettings()
Implements
System.Runtime.Remoting.Messaging.IMessageSink