NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.InspectionAnalyzeOutputBuilder Class Reference

Inspection Analyze Output options dialog builder More...

Inheritance diagram for NXOpen.CAM.InspectionAnalyzeOutputBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OutputFormatType { StandardTextListing, DimensionalMarkupLanguage, Pdf }
 Inspection Analysis Output Format Types More...
 
enum  ReportingCsysType { Pcs, Drf, SetupABS, PartABS }
 Inspection Analysis Output Reporting Csys Types More...
 

Public Member Functions

unsafe string[] GetSelectedOps ()
 Returns the selected operations. More...
 
unsafe void OutputDml ()
 Generate DML output More...
 
unsafe void OutputText ()
 Generate text output More...
 
unsafe void SetSelectedOps (string[] selectedOps)
 Sets the selected operations. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string DmlExtension [get, set]
 Returns or sets the extension to use for dml format files More...
 
unsafe string DmlPcs [get, set]
 Returns or sets the PCS to use for DML output More...
 
unsafe bool DrfTransform [get, set]
 Returns or sets the drf transform option More...
 
unsafe bool FeatureDetail [get, set]
 Returns or sets the feature detail option More...
 
unsafe bool FeatureSummary [get, set]
 Returns or sets the feature summary option More...
 
unsafe bool ListOutput [get, set]
 Returns or sets the option to list output to window More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputFormatType 
OutputFormat [get, set]
 Returns or sets the analysis results output file format More...
 
unsafe bool PointDetail [get, set]
 Returns or sets the point detail option More...
 
unsafe bool ReportHeader [get, set]
 Returns or sets the report header option More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeOutputBuilder.ReportingCsysType 
ReportingCsys [get, set]
 Returns or sets the reporting csys to use More...
 
unsafe string TextExtension [get, set]
 Returns or sets the extension to use for text format files More...
 
unsafe bool ToleranceDetail [get, set]
 Returns or sets the tolerance detail option More...
 
unsafe bool ToleranceSummary [get, set]
 Returns or sets the tolerance summary option More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Inspection Analyze Output options dialog builder

To create a new instance of this class, use NXOpen.CAM.InspectionOperationCollection.CreateInspectionAnalyzeOutputBuilder

Created in NX8.5.1

Member Enumeration Documentation

Inspection Analysis Output Format Types

Enumerator
StandardTextListing 

Standard Text Listing

DimensionalMarkupLanguage 

DML

Pdf 

PDF

Inspection Analysis Output Reporting Csys Types

Enumerator
Pcs 

Active PCS

Drf 

Datum Reference Frame

SetupABS 

Setup Absolute

PartABS 

Part Absolute

Member Function Documentation

unsafe string [] NXOpen.CAM.InspectionAnalyzeOutputBuilder.GetSelectedOps ( )
inline

Returns the selected operations.

Created in NX8.5.1

License requirements: None.

Returns
Selected operation names
unsafe void NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputDml ( )
inline

Generate DML output

Created in NX8.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

unsafe void NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputText ( )
inline

Generate text output

Created in NX8.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

unsafe void NXOpen.CAM.InspectionAnalyzeOutputBuilder.SetSelectedOps ( string[]  selectedOps)
inline

Sets the selected operations.

Created in NX8.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
selectedOpsSelected operation names

Property Documentation

unsafe string NXOpen.CAM.InspectionAnalyzeOutputBuilder.DmlExtension
getset

Returns or sets the extension to use for dml format files

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionAnalyzeOutputBuilder.DmlPcs
getset

Returns or sets the PCS to use for DML output

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.DrfTransform
getset

Returns or sets the drf transform option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.FeatureDetail
getset

Returns or sets the feature detail option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.FeatureSummary
getset

Returns or sets the feature summary option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.ListOutput
getset

Returns or sets the option to list output to window

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputFile
getset

Returns or sets the output file

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputFormatType NXOpen.CAM.InspectionAnalyzeOutputBuilder.OutputFormat
getset

Returns or sets the analysis results output file format

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.PointDetail
getset

Returns or sets the point detail option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.ReportHeader
getset

Returns or sets the report header option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeOutputBuilder.ReportingCsysType NXOpen.CAM.InspectionAnalyzeOutputBuilder.ReportingCsys
getset

Returns or sets the reporting csys to use

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionAnalyzeOutputBuilder.TextExtension
getset

Returns or sets the extension to use for text format files

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.ToleranceDetail
getset

Returns or sets the tolerance detail option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionAnalyzeOutputBuilder.ToleranceSummary
getset

Returns or sets the tolerance summary option

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.