NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::PrintPDFBuilder Class Reference

Represents a NXOpen::PrintPDFBuilder to be used when exporting the Current Display or selected sheets to a PDF document. More...

Inheritance diagram for NXOpen::PrintPDFBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ActionOption { ActionOptionNew, ActionOptionOverwrite, ActionOptionAppend, ActionOptionNative }
 Specifies the action option to be used when running Teamcenter. More...
 
enum  Color {
  ColorAsDisplayed, ColorPartColors, ColorCustomPalette, ColorBlackOnWhite,
  ColorLegacyColors, ColorColorsByWidth
}
 Specifies the color option to use when creating the PDF document. More...
 
enum  ImageResolutionOption { ImageResolutionOptionDraft, ImageResolutionOptionLow, ImageResolutionOptionMedium, ImageResolutionOptionHigh }
 Specifies the image resolution when exporting a raster image. More...
 
enum  OutputTextOption { OutputTextOptionText, OutputTextOptionPolylines }
 Specifies the output text option, as either text or polylines. More...
 
enum  RelationOption { RelationOptionSpecification, RelationOptionManifestation, RelationOptionUndefined }
 Specifies the relation to use when exporting a PDF to Teamcenter. More...
 
enum  SizeOption { SizeOptionFullScale, SizeOptionScaleFactor, SizeOptionDimension }
 Specifies the size option of the PDF document. More...
 
enum  UnitsOption { UnitsOptionMetric, UnitsOptionEnglish }
 Specifies which units are associated to the dimensions. More...
 
enum  Width { WidthStandardWidths, WidthSingleWidth, WidthCustomThreeWidths, WidthCustomPalette }
 Specifies the primary selection of which type of width assignment to use. More...
 

Public Member Functions

NXOpen::PrintPDFBuilder::ActionOption Action ()
 Returns the action option to be used when saving the PDF file in a Teamcenter environment. More...
 
bool AddWatermark ()
 Returns the Add Watermark option. More...
 
bool Append ()
 Returns the Append option. More...
 
void Assign ()
 The Assign button will assign an appropriate name to the Dataset field if Create New is chosen as the Action. More...
 
NXOpen::PrintPDFBuilder::Color Colors ()
 Returns the color option to be used when creating the PDF document. More...
 
NXOpen::CDFCreateCdf ()
 Creates and returns a NXOpen::CDF object representing the Color Palette. More...
 
NXOpen::WidthDefinitionCreateWidthDefinition ()
 Creates and returns a NXOpen::WidthDefinition object representing the Width Palette. More...
 
bool CustomSymbolsInForeground ()
 Returns the plotting custom symbols in the foreground option. More...
 
NXString DatasetName ()
 Returns the dataset name to be used when Creating a New PDF document in a Teamcenter environment. More...
 
NXString DatasetType ()
 Returns the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void DefinePalette ()
 Initialize the Color Palette. More...
 
void DefineWidths ()
 Initialize the Width dialog. More...
 
NXString Filename ()
 Returns the filename to be used upon creation of the PDF document. More...
 
NXOpen::CDFGetCdf ()
 Returns a NXOpen::CDF object representing the Color Palette. More...
 
NXOpen::WidthDefinitionGetWidthDefinition ()
 Returns a NXOpen::WidthDefinition object representing the Width Palette. More...
 
NXOpen::PrintPDFBuilder::ImageResolutionOption ImageResolution ()
 Returns the resolution of images created for export of shaded views. More...
 
NXString NamedReferenceType ()
 Returns the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
NXOpen::PrintPDFBuilder::OutputTextOption OutputText ()
 Returns the output text of the PDF. More...
 
bool RasterImages ()
 Returns the Raster Images option. More...
 
NXOpen::PrintPDFBuilder::RelationOption Relation ()
 Returns the relation to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
double Scale ()
 Returns the scale factor to be used when creating a PDF document. More...
 
void SetAction (NXOpen::PrintPDFBuilder::ActionOption action)
 Sets the action option to be used when saving the PDF file in a Teamcenter environment. More...
 
void SetAddWatermark (bool addWatermark)
 Sets the Add Watermark option. More...
 
void SetAppend (bool append)
 Sets the Append option. More...
 
void SetColors (NXOpen::PrintPDFBuilder::Color colors)
 Sets the color option to be used when creating the PDF document. More...
 
void SetCustomSymbolsInForeground (bool customSymbolsInForeground)
 Sets the plotting custom symbols in the foreground option. More...
 
void SetDatasetName (const NXString &datasetName)
 Sets the dataset name to be used when Creating a New PDF document in a Teamcenter environment. More...
 
void SetDatasetName (const char *datasetName)
 Sets the dataset name to be used when Creating a New PDF document in a Teamcenter environment. More...
 
void SetDatasetType (const NXString &datasetType)
 Sets the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void SetDatasetType (const char *datasetType)
 Sets the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void SetFilename (const NXString &filename)
 Sets the filename to be used upon creation of the PDF document. More...
 
void SetFilename (const char *filename)
 Sets the filename to be used upon creation of the PDF document. More...
 
void SetImageResolution (NXOpen::PrintPDFBuilder::ImageResolutionOption imageResolution)
 Sets the resolution of images created for export of shaded views. More...
 
void SetNamedReferenceType (const NXString &namedReferenceType)
 Sets the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void SetNamedReferenceType (const char *namedReferenceType)
 Sets the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void SetOutputText (NXOpen::PrintPDFBuilder::OutputTextOption outputText)
 Sets the output text of the PDF. More...
 
void SetRasterImages (bool rasterImages)
 Sets the Raster Images option. More...
 
void SetRelation (NXOpen::PrintPDFBuilder::RelationOption relation)
 Sets the relation to be used when exporting a PDF to Teamcenter
Created in NX7.5.0. More...
 
void SetScale (double scale)
 Sets the scale factor to be used when creating a PDF document. More...
 
void SetShadedGeometry (bool shadedGeometry)
 Sets the Shaded Geometry as Wireframe option. More...
 
void SetSize (NXOpen::PrintPDFBuilder::SizeOption size)
 Sets the size of the PDF document. More...
 
void SetUnits (NXOpen::PrintPDFBuilder::UnitsOption units)
 Sets the units of the X and Y dimensions to be used when Dimension has been selected from the Size option. More...
 
void SetWatermark (const NXString &watermark)
 Sets the watermark text. More...
 
void SetWatermark (const char *watermark)
 Sets the watermark text. More...
 
void SetWidths (NXOpen::PrintPDFBuilder::Width widths)
 Sets the width option. More...
 
void SetXDimension (double xDimension)
 Sets the x dimension to be used when Dimension has been selected from the Size option. More...
 
void SetYDimension (double yDimension)
 Sets the y dimension to be used when Dimension has been selected from the Size option. More...
 
bool ShadedGeometry ()
 Returns the Shaded Geometry as Wireframe option. More...
 
NXOpen::PrintPDFBuilder::SizeOption Size ()
 Returns the size of the PDF document. More...
 
NXOpen::PlotSourceBuilderSourceBuilder ()
 Returns the Source builder. More...
 
NXOpen::PrintPDFBuilder::UnitsOption Units ()
 Returns the units of the X and Y dimensions to be used when Dimension has been selected from the Size option. More...
 
NXString Watermark ()
 Returns the watermark text. More...
 
NXOpen::PrintPDFBuilder::Width Widths ()
 Returns the width option. More...
 
double XDimension ()
 Returns the x dimension to be used when Dimension has been selected from the Size option. More...
 
double YDimension ()
 Returns the y dimension to be used when Dimension has been selected from the Size option. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::PrintPDFBuilder to be used when exporting the Current Display or selected sheets to a PDF document.

This class is for use on Windows only and is created using NXOpen::PlotManager .

All sheets provided must be in the displayed part.
To create a new instance of this class, use NXOpen::PlotManager::CreatePrintPdfbuilder
Default values.

Property Value

Relation

Undefined


Created in NX5.0.0.

Member Enumeration Documentation

Specifies the action option to be used when running Teamcenter.

Enumerator
ActionOptionNew 

Create a new PDF document.

ActionOptionOverwrite 

Overwrite existing PDF document.

ActionOptionAppend 

Append to existing PDF document.

ActionOptionNative 

Export to native folder.

Specifies the color option to use when creating the PDF document.

Enumerator
ColorAsDisplayed 

As Displayed.

ColorPartColors 

Part Colors.

ColorCustomPalette 

Custom Palette.

ColorBlackOnWhite 

Black on White.

ColorLegacyColors 

Legacy Colors.

ColorColorsByWidth 

Part Colors.

Specifies the image resolution when exporting a raster image.

Enumerator
ImageResolutionOptionDraft 

Draft Resolution.

ImageResolutionOptionLow 

Low Resolution.

ImageResolutionOptionMedium 

Medium Resolution.

ImageResolutionOptionHigh 

High Resolution.

Specifies the output text option, as either text or polylines.

Enumerator
OutputTextOptionText 

Text is kept as text.

OutputTextOptionPolylines 

Text is exported as polylines.

Specifies the relation to use when exporting a PDF to Teamcenter.

Enumerator
RelationOptionSpecification 

Specification.

RelationOptionManifestation 

Manifestation.

RelationOptionUndefined 

This option is not defined.

Specifies the size option of the PDF document.

Enumerator
SizeOptionFullScale 

Full Scale.

SizeOptionScaleFactor 

Scale Factor.

SizeOptionDimension 

Dimension.

Specifies which units are associated to the dimensions.

Enumerator
UnitsOptionMetric 

Metric.

UnitsOptionEnglish 

English.

Specifies the primary selection of which type of width assignment to use.

Enumerator
WidthStandardWidths 

Standard Widths.

WidthSingleWidth 

Single Width.

WidthCustomThreeWidths 

Custom Three Widths.

WidthCustomPalette 

Custom palette.

Member Function Documentation

NXOpen::PrintPDFBuilder::ActionOption NXOpen::PrintPDFBuilder::Action ( )

Returns the action option to be used when saving the PDF file in a Teamcenter environment.

This can be set to Create New, Overwrite Existing PDF, or Append to Existing PDF.
Created in NX5.0.0.

License requirements : None

bool NXOpen::PrintPDFBuilder::AddWatermark ( )

Returns the Add Watermark option.

If Add Watermark is set to false, no Watermark will be added to the PDF document. If Add Watermark is set to true, the user defined watermark text will be added as a watermark to the PDF document.
Created in NX5.0.0.

License requirements : None

bool NXOpen::PrintPDFBuilder::Append ( )

Returns the Append option.

If Append is set to false, a new PDF document will be created and will overwrite an existing PDF document. If Append is set to true, the selected sheets will be appended to the existing PDF document.
Created in NX5.0.0.

License requirements : None

void NXOpen::PrintPDFBuilder::Assign ( )

The Assign button will assign an appropriate name to the Dataset field if Create New is chosen as the Action.


Created in NX5.0.0.

License requirements : None

NXOpen::PrintPDFBuilder::Color NXOpen::PrintPDFBuilder::Colors ( )

Returns the color option to be used when creating the PDF document.

If the color option is set to Custom Palette or Colors By Width then the PDF document will be created with the user defined color attributes belonging to the CDF object.
Created in NX5.0.0.

License requirements : None

NXOpen::CDF* NXOpen::PrintPDFBuilder::CreateCdf ( )

Creates and returns a NXOpen::CDF object representing the Color Palette.

This object contains all custom color information to be used when Custom Palette or Colors By Width is selected from the Color option.

Returns
CDF object
Created in NX5.0.0.

License requirements : None
NXOpen::WidthDefinition* NXOpen::PrintPDFBuilder::CreateWidthDefinition ( )

Creates and returns a NXOpen::WidthDefinition object representing the Width Palette.

This object contains all custom width information to be used when Single Width, Custom Three Widths, or Custom Palette is selected from the Width option.

Returns
WidthDefinition object
Created in NX5.0.0.

License requirements : None
bool NXOpen::PrintPDFBuilder::CustomSymbolsInForeground ( )

Returns the plotting custom symbols in the foreground option.

Setting this option on will cause custom symbols to be plotted in the foreground. When this option is off, geometry may overlap custom symbols when plotted.
Created in NX11.0.0.

License requirements : None

NXString NXOpen::PrintPDFBuilder::DatasetName ( )

Returns the dataset name to be used when Creating a New PDF document in a Teamcenter environment.

The dataset name will be used if Create New, Overwrite Existing PDF, or Append to Existing PDF are selected as the Action.
Created in NX5.0.0.

License requirements : None

NXString NXOpen::PrintPDFBuilder::DatasetType ( )

Returns the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

void NXOpen::PrintPDFBuilder::DefinePalette ( )

Initialize the Color Palette.

This allows the user to change the attributes of any color. These changed colors will be used if Custom Palette or Colors By Width is selected as the color option.
Created in NX5.0.0.

License requirements : None

void NXOpen::PrintPDFBuilder::DefineWidths ( )

Initialize the Width dialog.

This allows the user to change the attributes of Single Width, Custom Three Widths, or Custom Palette. These changed width values will be used depending on the width option selected.
Created in NX5.0.0.

License requirements : None

NXString NXOpen::PrintPDFBuilder::Filename ( )

Returns the filename to be used upon creation of the PDF document.


Created in NX5.0.0.

License requirements : None

NXOpen::CDF* NXOpen::PrintPDFBuilder::GetCdf ( )

Returns a NXOpen::CDF object representing the Color Palette.

This object contains all custom color information to be used when Custom Palette or Colors By Width is selected from the Color option.

Returns
CDF object
Created in NX5.0.0.

License requirements : None
NXOpen::WidthDefinition* NXOpen::PrintPDFBuilder::GetWidthDefinition ( )

Returns a NXOpen::WidthDefinition object representing the Width Palette.

This object contains all custom width information to be used when Single Width, Custom Three Widths, or Custom Palette is selected from the Width option.

Returns
WidthDefinition object
Created in NX5.0.0.

License requirements : None
NXOpen::PrintPDFBuilder::ImageResolutionOption NXOpen::PrintPDFBuilder::ImageResolution ( )

Returns the resolution of images created for export of shaded views.


Created in NX5.0.0.

License requirements : None

NXString NXOpen::PrintPDFBuilder::NamedReferenceType ( )

Returns the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

NXOpen::PrintPDFBuilder::OutputTextOption NXOpen::PrintPDFBuilder::OutputText ( )

Returns the output text of the PDF.

This will determine whether the drawing text will be exported as text or as polylines.
Created in NX6.0.0.

License requirements : None

bool NXOpen::PrintPDFBuilder::RasterImages ( )

Returns the Raster Images option.

This option determines whether or not raster images will be exported to the PDF document.
Created in NX5.0.0.

License requirements : None

NXOpen::PrintPDFBuilder::RelationOption NXOpen::PrintPDFBuilder::Relation ( )

Returns the relation to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

double NXOpen::PrintPDFBuilder::Scale ( )

Returns the scale factor to be used when creating a PDF document.

This value ranges from 0.00 to 1.00 and will only be used if the Size option is set to Scale.
Created in NX5.0.0.

License requirements : None

void NXOpen::PrintPDFBuilder::SetAction ( NXOpen::PrintPDFBuilder::ActionOption  action)

Sets the action option to be used when saving the PDF file in a Teamcenter environment.

This can be set to Create New, Overwrite Existing PDF, or Append to Existing PDF.
Created in NX5.0.0.

License requirements : None

Parameters
actionaction
void NXOpen::PrintPDFBuilder::SetAddWatermark ( bool  addWatermark)

Sets the Add Watermark option.

If Add Watermark is set to false, no Watermark will be added to the PDF document. If Add Watermark is set to true, the user defined watermark text will be added as a watermark to the PDF document.
Created in NX5.0.0.

License requirements : None

Parameters
addWatermarkaddwatermark
void NXOpen::PrintPDFBuilder::SetAppend ( bool  append)

Sets the Append option.

If Append is set to false, a new PDF document will be created and will overwrite an existing PDF document. If Append is set to true, the selected sheets will be appended to the existing PDF document.
Created in NX5.0.0.

License requirements : None

Parameters
appendappend
void NXOpen::PrintPDFBuilder::SetColors ( NXOpen::PrintPDFBuilder::Color  colors)

Sets the color option to be used when creating the PDF document.

If the color option is set to Custom Palette or Colors By Width then the PDF document will be created with the user defined color attributes belonging to the CDF object.
Created in NX5.0.0.

License requirements : None

Parameters
colorscolors
void NXOpen::PrintPDFBuilder::SetCustomSymbolsInForeground ( bool  customSymbolsInForeground)

Sets the plotting custom symbols in the foreground option.

Setting this option on will cause custom symbols to be plotted in the foreground. When this option is off, geometry may overlap custom symbols when plotted.
Created in NX11.0.0.

License requirements : None

Parameters
customSymbolsInForegroundcustomsymbolsinforeground
void NXOpen::PrintPDFBuilder::SetDatasetName ( const NXString datasetName)

Sets the dataset name to be used when Creating a New PDF document in a Teamcenter environment.

The dataset name will be used if Create New, Overwrite Existing PDF, or Append to Existing PDF are selected as the Action.
Created in NX5.0.0.

License requirements : None

Parameters
datasetNamedatasetname
void NXOpen::PrintPDFBuilder::SetDatasetName ( const char *  datasetName)

Sets the dataset name to be used when Creating a New PDF document in a Teamcenter environment.

The dataset name will be used if Create New, Overwrite Existing PDF, or Append to Existing PDF are selected as the Action.
Created in NX5.0.0.

License requirements : None

Parameters
datasetNamedatasetname
void NXOpen::PrintPDFBuilder::SetDatasetType ( const NXString datasetType)

Sets the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

Parameters
datasetTypedatasettype
void NXOpen::PrintPDFBuilder::SetDatasetType ( const char *  datasetType)

Sets the dataset type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

Parameters
datasetTypedatasettype
void NXOpen::PrintPDFBuilder::SetFilename ( const NXString filename)

Sets the filename to be used upon creation of the PDF document.


Created in NX5.0.0.

License requirements : None

Parameters
filenamefilename
void NXOpen::PrintPDFBuilder::SetFilename ( const char *  filename)

Sets the filename to be used upon creation of the PDF document.


Created in NX5.0.0.

License requirements : None

Parameters
filenamefilename
void NXOpen::PrintPDFBuilder::SetImageResolution ( NXOpen::PrintPDFBuilder::ImageResolutionOption  imageResolution)

Sets the resolution of images created for export of shaded views.


Created in NX5.0.0.

License requirements : None

Parameters
imageResolutionimageresolution
void NXOpen::PrintPDFBuilder::SetNamedReferenceType ( const NXString namedReferenceType)

Sets the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

Parameters
namedReferenceTypenamedreferencetype
void NXOpen::PrintPDFBuilder::SetNamedReferenceType ( const char *  namedReferenceType)

Sets the named reference type to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

Parameters
namedReferenceTypenamedreferencetype
void NXOpen::PrintPDFBuilder::SetOutputText ( NXOpen::PrintPDFBuilder::OutputTextOption  outputText)

Sets the output text of the PDF.

This will determine whether the drawing text will be exported as text or as polylines.
Created in NX6.0.0.

License requirements : None

Parameters
outputTextoutputtext
void NXOpen::PrintPDFBuilder::SetRasterImages ( bool  rasterImages)

Sets the Raster Images option.

This option determines whether or not raster images will be exported to the PDF document.
Created in NX5.0.0.

License requirements : None

Parameters
rasterImagesrasterimages
void NXOpen::PrintPDFBuilder::SetRelation ( NXOpen::PrintPDFBuilder::RelationOption  relation)

Sets the relation to be used when exporting a PDF to Teamcenter
Created in NX7.5.0.



License requirements : None

Parameters
relationrelation
void NXOpen::PrintPDFBuilder::SetScale ( double  scale)

Sets the scale factor to be used when creating a PDF document.

This value ranges from 0.00 to 1.00 and will only be used if the Size option is set to Scale.
Created in NX5.0.0.

License requirements : None

Parameters
scalescale
void NXOpen::PrintPDFBuilder::SetShadedGeometry ( bool  shadedGeometry)

Sets the Shaded Geometry as Wireframe option.

If set to true, this option will show shaded objects as wireframes. The shaded objects will be represented as shaded if this option is set to false.
Created in NX5.0.0.

License requirements : None

Parameters
shadedGeometryshadedgeometry
void NXOpen::PrintPDFBuilder::SetSize ( NXOpen::PrintPDFBuilder::SizeOption  size)

Sets the size of the PDF document.

If the size is set to Scale, then the PDF will use the user-defined Scale Factor. If the size is set to dimension, then the PDF will use the user-defined X and Y dimensions.
Created in NX5.0.0.

License requirements : None

Parameters
sizesize
void NXOpen::PrintPDFBuilder::SetUnits ( NXOpen::PrintPDFBuilder::UnitsOption  units)

Sets the units of the X and Y dimensions to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None

Parameters
unitsunits
void NXOpen::PrintPDFBuilder::SetWatermark ( const NXString watermark)

Sets the watermark text.

This user-defined text will appear as a watermark to the PDF document only if Add Watermark is set to true.
Created in NX5.0.0.

License requirements : None

Parameters
watermarkwatermark
void NXOpen::PrintPDFBuilder::SetWatermark ( const char *  watermark)

Sets the watermark text.

This user-defined text will appear as a watermark to the PDF document only if Add Watermark is set to true.
Created in NX5.0.0.

License requirements : None

Parameters
watermarkwatermark
void NXOpen::PrintPDFBuilder::SetWidths ( NXOpen::PrintPDFBuilder::Width  widths)

Sets the width option.

If the width option is set to Single Width, Custom Three Widths, or Custom Palette then the PDF document will be created with the user defined width attributes belonging to the WidthDefinition object.
Created in NX5.0.0.

License requirements : None

Parameters
widthswidths
void NXOpen::PrintPDFBuilder::SetXDimension ( double  xDimension)

Sets the x dimension to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None

Parameters
xDimensionxdimension
void NXOpen::PrintPDFBuilder::SetYDimension ( double  yDimension)

Sets the y dimension to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None

Parameters
yDimensionydimension
bool NXOpen::PrintPDFBuilder::ShadedGeometry ( )

Returns the Shaded Geometry as Wireframe option.

If set to true, this option will show shaded objects as wireframes. The shaded objects will be represented as shaded if this option is set to false.
Created in NX5.0.0.

License requirements : None

NXOpen::PrintPDFBuilder::SizeOption NXOpen::PrintPDFBuilder::Size ( )

Returns the size of the PDF document.

If the size is set to Scale, then the PDF will use the user-defined Scale Factor. If the size is set to dimension, then the PDF will use the user-defined X and Y dimensions.
Created in NX5.0.0.

License requirements : None

NXOpen::PlotSourceBuilder* NXOpen::PrintPDFBuilder::SourceBuilder ( )

Returns the Source builder.

The Source builder contains all data involving the selected sheets.
Created in NX5.0.1.

License requirements : None

NXOpen::PrintPDFBuilder::UnitsOption NXOpen::PrintPDFBuilder::Units ( )

Returns the units of the X and Y dimensions to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None

NXString NXOpen::PrintPDFBuilder::Watermark ( )

Returns the watermark text.

This user-defined text will appear as a watermark to the PDF document only if Add Watermark is set to true.
Created in NX5.0.0.

License requirements : None

NXOpen::PrintPDFBuilder::Width NXOpen::PrintPDFBuilder::Widths ( )

Returns the width option.

If the width option is set to Single Width, Custom Three Widths, or Custom Palette then the PDF document will be created with the user defined width attributes belonging to the WidthDefinition object.
Created in NX5.0.0.

License requirements : None

double NXOpen::PrintPDFBuilder::XDimension ( )

Returns the x dimension to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None

double NXOpen::PrintPDFBuilder::YDimension ( )

Returns the y dimension to be used when Dimension has been selected from the Size option.


Created in NX5.0.0.

License requirements : None


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