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.InspectionGraphicalReportOutputBuilder Class Reference

Represents the builder for Inspection Graphical Report Output. More...

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

Public Types

enum  OutputFormatType { Html, Pdf }
 the output format type More...
 
enum  PageOrientationType { Landscape, Portrait }
 the page orientation type More...
 
enum  PageSizeType {
  A0, A1, A2, A3,
  A4, B1, B2, B3,
  B4, B5, Executive, Folio,
  Legal, Letter, Tabloid
}
 the page size type More...
 

Public Member Functions

unsafe void Publish ()
 Output the graphical reports 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 bool OpenFile [get, set]
 Returns or sets the open file option More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file More...
 
unsafe
NXOpen.CAM.InspectionGraphicalReportOutputBuilder.OutputFormatType 
OutputFormat [get, set]
 Returns or sets the output format More...
 
unsafe
NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageOrientationType 
PageOrientation [get, set]
 Returns or sets the page orientation More...
 
unsafe
NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageSizeType 
PageSize [get, set]
 Returns or sets the page size More...
 
unsafe double ScaleFactor [get, set]
 Returns or sets the scale factor 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

Represents the builder for Inspection Graphical Report Output.

This class is used to publish Inspection graphical reports for the end user. When Builder.Commit is called, a null reference (Nothing in Visual Basic) will be returned.

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

Created in NX10.0.3

Member Enumeration Documentation

the output format type

Enumerator
Html 
Pdf 

the page orientation type

Enumerator
Landscape 
Portrait 

the page size type

Enumerator
A0 
A1 
A2 
A3 
A4 
B1 
B2 
B3 
B4 
B5 
Executive 
Folio 
Legal 
Letter 
Tabloid 

Member Function Documentation

unsafe void NXOpen.CAM.InspectionGraphicalReportOutputBuilder.Publish ( )
inline

Output the graphical reports

Created in NX10.0.3

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Property Documentation

unsafe bool NXOpen.CAM.InspectionGraphicalReportOutputBuilder.OpenFile
getset

Returns or sets the open file option

Created in NX10.0.3

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.InspectionGraphicalReportOutputBuilder.OutputFile
getset

Returns or sets the output file

Created in NX10.0.3

License requirements to get this property: None.

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

unsafe NXOpen.CAM.InspectionGraphicalReportOutputBuilder.OutputFormatType NXOpen.CAM.InspectionGraphicalReportOutputBuilder.OutputFormat
getset

Returns or sets the output format

Created in NX10.0.3

License requirements to get this property: None.

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

unsafe NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageOrientationType NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageOrientation
getset

Returns or sets the page orientation

Created in NX10.0.3

License requirements to get this property: None.

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

unsafe NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageSizeType NXOpen.CAM.InspectionGraphicalReportOutputBuilder.PageSize
getset

Returns or sets the page size

Created in NX10.0.3

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.InspectionGraphicalReportOutputBuilder.ScaleFactor
getset

Returns or sets the scale factor

Created in NX10.0.3

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.