NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.PrintBuilder Class Reference

Represents a NXOpen.PrintBuilder . More...

Inheritance diagram for NXOpen.PrintBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  OutputOption { Wireframe, WireframeBlackWhite, Shaded }
 Specifies the output option when printing Current Display More...
 
enum  ImageResolutionOption { Draft, Low, Medium, High }
 Specifies the print image resolution More...
 
enum  OrientationOption { Landscape, Portrait }
 Specifies the orientation of the printed sheet More...
 
enum  PaperSize {
  Letter, Legal, Inch9x11, Inch10x11,
  Inch10x14, Inch15x11, Inch11x17, Inch12x11,
  A2, A3, A3Extra, A3ExtraTransverse,
  A3Rotated, A3Transverse, A4, A4Extra,
  A4Plus, A4Rotated, A4Small, A4Transverse,
  A5, A5Extra, A5Rotated, A5Transverse,
  A6, A6Rotated, APlus, B4,
  B4JisRotated, B5, B5Extra, B5JisRotated,
  B6Jis, B6JisRotated, BPlus, CSheet,
  DoubleJapanesePostcard, DoubleJapanesePostcardRotated, DSheet, Envelope9,
  Envelope10, Envelope11, Envelope12, Envelope14,
  EnvelopeC5, EnvelopeC3, EnvelopeC4, EnvelopeC6,
  EnvelopeC65, EnvelopeB4, EnvelopeB5, EnvelopeB6,
  EnvelopeDl, EnvelopeInvite, EnvelopeItaly, EnvelopeMonarch,
  EnvelopePersonal, ESheet, Executive, FanfoldUs,
  FanfoldStandardGerman, FanfoldLegalGerman, Folio, IsoB4,
  JapanesePostcard, JapanesePostcardRotated, JapaneseEnvelopeChou3, JapaneseEnvelopeChou3Rotated,
  JapaneseEnvelopeChou4, JapaneseEnvelopeChou4Rotated, JapaneseEnvelopeKaku2, JapaneseEnvelopeKaku2Rotated,
  JapaneseEnvelopeKaku3, JapaneseEnvelopeKaku3Rotated, JapaneseEnvelopeYou4, JapaneseEnvelopeYou4Rotated,
  Ledger, LegalExtra, LetterExtra, LetterExtraTransverse,
  LetterRotated, LetterSmall, LetterTransverse, Note,
  Prc16k, Prc16kRotated, Prc32k, Prc32kRotated,
  Prc32kBig, Prc32kBigRotated, PrcEnvelope1, PrcEnvelope1Rotated,
  PrcEnvelope2, PrcEnvelope2Rotated, PrcEnvelope3, PrcEnvelope3Rotated,
  PrcEnvelope4, PrcEnvelope4Rotated, PrcEnvelope5, PrcEnvelope5Rotated,
  PrcEnvelope6, PrcEnvelope6Rotated, PrcEnvelope7, PrcEnvelope7Rotated,
  PrcEnvelope8, PrcEnvelope8Rotated, PrcEnvelope9, PrcEnvelope9Rotated,
  PrcEnvelope10, PrcEnvelope10Rotated, Quarto, Statement,
  Tabloid, TabloidExtra, Custom
}
 Specifies the paper size of the printed sheet More...
 

Properties

unsafe int Copies [get, set]
 Returns or sets the number of copies. More...
 
unsafe int CustomPaper [get, set]
 Returns or sets the custom paper. More...
 
unsafe bool CustomSymbolsInForeground [get, set]
 Returns or sets the plotting custom symbols in the foreground option. More...
 
unsafe
NXOpen.PrintBuilder.ImageResolutionOption 
ImageResolution [get, set]
 Returns or sets the resolution of images created for printing shaded views. More...
 
unsafe double NormalWidth [get, set]
 Returns or sets the normal width scale factor. More...
 
unsafe
NXOpen.PrintBuilder.OrientationOption 
Orientation [get, set]
 Returns or sets the orientation. More...
 
unsafe
NXOpen.PrintBuilder.OutputOption 
Output [get, set]
 Returns or sets the shaded image option. More...
 
unsafe
NXOpen.PrintBuilder.PaperSize 
Paper [get, set]
 Returns or sets the paper. More...
 
unsafe string PrinterText [get, set]
 Returns or sets the printer text. More...
 
unsafe bool RasterImages [get, set]
 Returns or sets the raster images option. More...
 
unsafe bool ShadedGeometry [get, set]
 Returns or sets the shaded geometry as wireframe option. More...
 
unsafe NXOpen.PlotSourceBuilder SourceBuilder [get]
 Returns the Source builder. More...
 
unsafe double ThickWidth [get, set]
 Returns or sets the thick width scale factor. More...
 
unsafe double ThinWidth [get, set]
 Returns or sets the thin width scale factor. More...
 
unsafe bool WhiteBackground [get, set]
 Returns or sets the white background option. More...
 
unsafe double Width1ScaleFactor [get, set]
 Returns or sets the width1 scale factor. More...
 
unsafe double Width2ScaleFactor [get, set]
 Returns or sets the width2 scale factor. More...
 
unsafe double Width3ScaleFactor [get, set]
 Returns or sets the width3 scale factor. More...
 
unsafe double Width4ScaleFactor [get, set]
 Returns or sets the width4 scale factor. More...
 
unsafe double Width5ScaleFactor [get, set]
 Returns or sets the width5 scale factor. More...
 
unsafe double Width6ScaleFactor [get, set]
 Returns or sets the width6 scale factor. More...
 
unsafe double Width7ScaleFactor [get, set]
 Returns or sets the width7 scale factor. More...
 
unsafe double Width8ScaleFactor [get, set]
 Returns or sets the width8 scale factor. More...
 
unsafe double Width9ScaleFactor [get, set]
 Returns or sets the width9 scale factor. More...
 

Additional Inherited Members

- 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...
 

Detailed Description

Represents a NXOpen.PrintBuilder .

This class is for use on Windows only and contains all information relating to printing. It is created using NXOpen.PlotManager .

All sheets provided must be in the displayed part.

The user must specify the sheets to be printed by setting the appropriate fields through the NXOpen.PlotSourceBuilder . The printer text and copies fields must be set in order to successfully print the provided sheets. The printer text is the path of the desired printer and the copies field represents the number of copies to be printed. This class also allows for the line widths to be scaled by setting the appropriate thin, normal, or thick scale factors.

To create a new instance of this class, use NXOpen.PlotManager.CreatePrintBuilder

Default values.

Property Value

Orientation

Landscape

Width1ScaleFactor

1.0

Width2ScaleFactor

2.0

Width3ScaleFactor

3.0

Width4ScaleFactor

4.0

Width5ScaleFactor

5.0

Width6ScaleFactor

6.0

Width7ScaleFactor

7.0

Width8ScaleFactor

8.0

Width9ScaleFactor

9.0

Created in NX5.0.1

Member Enumeration Documentation

Specifies the print image resolution

Enumerator
Draft 

Draft Resolution

Low 

Low Resolution

Medium 

Medium Resolution

High 

High Resolution

Specifies the orientation of the printed sheet

Enumerator
Landscape 

Landscape Orientation

Portrait 

Portrait Orientation

Specifies the output option when printing Current Display

Enumerator
Wireframe 

Wireframe in Original Color

WireframeBlackWhite 

Wireframe in Black and White

Shaded 

Shaded with Original Background

Specifies the paper size of the printed sheet

Enumerator
Letter 

8 1/2- by 11-inches

Legal 

8 1/2- by 14-inches

Inch9x11 

9- by 11-inch sheet

Inch10x11 

10- by 11-inch sheet

Inch10x14 

10- by 14-inch sheet

Inch15x11 

15- by 11-inch sheet

Inch11x17 

11- by 17-inch sheet

Inch12x11 

12- by 11-inch sheet: Windows 98/Me, Windows NT 4.0 and later

A2 

A2 sheet, 420 x 594-millimeters

A3 

A3 sheet, 297- by 420-millimeters

A3Extra 

A3 Extra 322 x 445-millimeters

A3ExtraTransverse 

A3 Extra Transverse 322 x 445-millimeters

A3Rotated 

A3 rotated sheet, 420- by 297-millimeters: Windows 98/Me, Windows NT 4.0 and later

A3Transverse 

A3 Transverse 297 x 420-millimeters

A4 

A4 sheet, 210- by 297-millimeters

A4Extra 

A4 sheet, 9.27 x 12.69 inches

A4Plus 

A4 Plus 210 x 330-millimeters

A4Rotated 

A4 rotated sheet, 297- by 210-millimeters: Windows 98/Me, Windows NT 4.0 and later

A4Small 

A4 small sheet, 210- by 297-millimeters

A4Transverse 

A4 Transverse 210 x 297 millimeters

A5 

A5 sheet, 148- by 210-millimeters

A5Extra 

A5 Extra 174 x 235-millimeters

A5Rotated 

A5 rotated sheet, 210- by 148-millimeters: Windows 98/Me, Windows NT 4.0 and later

A5Transverse 

A5 Transverse 148 x 210-millimeters

A6 

A6 sheet, 105- by 148-millimeters: Windows 98/Me, Windows NT 4.0 and later

A6Rotated 

A6 rotated sheet, 148- by 105-millimeters: Windows 98/Me, Windows NT 4.0 and later

APlus 

SuperA/A4 227 x 356 -millimeters

B4 

B4 sheet, 250- by 354-millimeters

B4JisRotated 

B4 (JIS) rotated sheet, 364- by 257-millimeters: Windows 98/Me, Windows NT 4.0 and later

B5 

B5 sheet, 182- by 257-millimeter paper

B5Extra 

B5 (ISO) Extra 201 x 276-millimeters

B5JisRotated 

B5 (JIS) rotated sheet, 257- by 182-millimeters: Windows 98/Me, Windows NT 4.0 and later

B6Jis 

B6 (JIS) sheet, 128- by 182-millimeters: Windows 98/Me, Windows NT 4.0 and later

B6JisRotated 

B6 (JIS) rotated sheet, 182- by 128-millimeters: Windows 98/Me, Windows NT 4.0 and later

BPlus 

SuperB/A3 305 x 487-millimeters

CSheet 

C Sheet, 17- by 22-inches

DoubleJapanesePostcard 

Double Japanese Postcard, 200- by 148-millimeters: Windows 98/Me, Windows NT 4.0 and later

DoubleJapanesePostcardRotated 

Double Japanese Postcard Rotated, 148- by 200-millimeters: Windows 98/Me, Windows NT 4.0 and later

DSheet 

D Sheet, 22- by 34-inches

Envelope9 

#9 Envelope, 3 7/8- by 8 7/8-inches

Envelope10 

#10 Envelope, 4 1/8- by 9 1/2-inches

Envelope11 

#11 Envelope, 4 1/2- by 10 3/8-inches

Envelope12 

#12 Envelope, 4 3/4- by 11-inches

Envelope14 

#14 Envelope, 5- by 11 1/2-inches

EnvelopeC5 

C5 Envelope, 162- by 229-millimeters

EnvelopeC3 

C3 Envelope, 324- by 458-millimeters

EnvelopeC4 

C4 Envelope, 229- by 324-millimeters

EnvelopeC6 

C6 Envelope, 114- by 162-millimeters

EnvelopeC65 

C65 Envelope, 114- by 229-millimeters

EnvelopeB4 

B4 Envelope, 250- by 353-millimeters

EnvelopeB5 

B5 Envelope, 176- by 250-millimeters

EnvelopeB6 

B6 Envelope, 176- by 125-millimeters

EnvelopeDl 

DL Envelope, 110- by 220-millimeters

EnvelopeInvite 

Envelope Invite 220 x 220 mm

EnvelopeItaly 

Italy Envelope, 110- by 230-millimeters

EnvelopeMonarch 

Monarch Envelope, 3 7/8- by 7 1/2-inches

EnvelopePersonal 

6 3/4 Envelope, 3 5/8- by 6 1/2-inches

ESheet 

E Sheet, 34- by 44-inches

Executive 

Executive, 7 1/4- by 10 1/2-inches

FanfoldUs 

US Std Fanfold, 14 7/8- by 11-inches

FanfoldStandardGerman 

German Std Fanfold, 8 1/2- by 12-inches

FanfoldLegalGerman 

German Legal Fanfold, 8 - by 13-inches

Folio 

Folio, 8 1/2- by 13-inch paper

IsoB4 

B4 (ISO) 250- by 353-millimeters paper

JapanesePostcard 

Japanese Postcard, 100- by 148-millimeters

JapanesePostcardRotated 

Japanese Postcard Rotated, 148- by 100-millimeters: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeChou3 

Japanese Envelope Chou #3: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeChou3Rotated 

Japanese Envelope Chou #3 Rotated: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeChou4 

Japanese Envelope Chou #4: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeChou4Rotated 

Japanese Envelope Chou #4 Rotated: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeKaku2 

Japanese Envelope Kaku #2: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeKaku2Rotated 

Japanese Envelope Kaku #2 Rotated: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeKaku3 

Japanese Envelope Kaku #3: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeKaku3Rotated 

Japanese Envelope Kaku #3 Rotated: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeYou4 

Japanese Envelope You #4: Windows 98/Me, Windows NT 4.0 and later

JapaneseEnvelopeYou4Rotated 

Japanese Envelope You #4 Rotated: Windows 98/Me, Windows NT 4.0 and later

Ledger 

Ledger, 17- by 11-inches

LegalExtra 

Legal Extra 9 1/2 x 15 inches

LetterExtra 

Letter Extra 9 1/2 x 12 inches

LetterExtraTransverse 

Letter Extra Transverse 9 1/2 x 12 inches

LetterRotated 

Letter Rotated 11 by 8 1/2 inches

LetterSmall 

Letter Small, 8 1/2- by 11-inches

LetterTransverse 

Letter Transverse 8 1/2 x 11-inches

Note 

Note, 8 1/2- by 11-inches

Prc16k 

PRC 16K, 146- by 215-millimeters: Windows 98/Me, Windows NT 4.0 and later

Prc16kRotated 

PRC 16K Rotated, 215- by 146-millimeters: Windows 98/Me, Windows NT 4.0 and later

Prc32k 

PRC 32K, 97- by 151-millimeters: Windows 98/Me, Windows NT 4.0 and later

Prc32kRotated 

PRC 32K Rotated, 151- by 97-millimeters: Windows 98/Me, Windows NT 4.0 and later

Prc32kBig 

PRC 32K(Big) 97- by 151-millimeters: Windows 98/Me, Windows NT 4.0 and later

Prc32kBigRotated 

PRC 32K(Big) Rotated, 151- by 97-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope1 

PRC Envelope #1, 102- by 165-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope1Rotated 

PRC Envelope #1 Rotated, 165- by 102-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope2 

PRC Envelope #2, 102- by 176-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope2Rotated 

PRC Envelope #2 Rotated, 176- by 102-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope3 

PRC Envelope #3, 125- by 176-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope3Rotated 

PRC Envelope #3 Rotated, 176- by 125-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope4 

PRC Envelope #4, 110- by 208-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope4Rotated 

PRC Envelope #4 Rotated, 208- by 110-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope5 

PRC Envelope #5, 110- by 220-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope5Rotated 

PRC Envelope #5 Rotated, 220- by 110-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope6 

PRC Envelope #6, 120- by 230-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope6Rotated 

PRC Envelope #6 Rotated, 230- by 120-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope7 

PRC Envelope #7, 160- by 230-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope7Rotated 

PRC Envelope #7 Rotated, 230- by 160-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope8 

PRC Envelope #8, 120- by 309-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope8Rotated 

PRC Envelope #8 Rotated, 309- by 120-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope9 

PRC Envelope #9, 229- by 324-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope9Rotated 

PRC Envelope #9 Rotated, 324- by 229-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope10 

PRC Envelope #10, 324- by 458-millimeters: Windows 98/Me, Windows NT 4.0 and later

PrcEnvelope10Rotated 

PRC Envelope #10 Rotated, 458- by 324-millimeters: Windows 98/Me, Windows NT 4.0 and later

Quarto 

Quarto, 215- by 275-millimeter paper

Statement 

Statement, 5 1/2- by 8 1/2-inches

Tabloid 

Tabloid, 11- by 17-inches

TabloidExtra 

Tabloid, 11.69 x 18-inches

Custom 

Custom paper size, this requires the Custom Paper field to be set with the actual paper size ID

Property Documentation

unsafe int NXOpen.PrintBuilder.Copies
getset

Returns or sets the number of copies.

This option specifies the number of copies to be printed.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.PrintBuilder.CustomPaper
getset

Returns or sets the custom paper.

This will be used if the paper size is set to Custom.

Created in NX6.0.2

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.PrintBuilder.CustomSymbolsInForeground
getset

Returns or 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 to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PrintBuilder.ImageResolutionOption NXOpen.PrintBuilder.ImageResolution
getset

Returns or sets the resolution of images created for printing shaded views.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.NormalWidth
getset

Returns or sets the normal width scale factor.

This number is used as a scale factor for normal width lines. It cannot be less than 0.0.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PrintBuilder.OrientationOption NXOpen.PrintBuilder.Orientation
getset

Returns or sets the orientation.

This options determines the orientation of the printed page.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PrintBuilder.OutputOption NXOpen.PrintBuilder.Output
getset

Returns or sets the shaded image option.

The Current Display will be printed using the correct current shading if this option is set.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PrintBuilder.PaperSize NXOpen.PrintBuilder.Paper
getset

Returns or sets the paper.

This options determines the paper size used for printing. Note that all options may not available on all printers.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.PrintBuilder.PrinterText
getset

Returns or sets the printer text.

The printer field represents the full path name of the printer the user wishes to print to.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.PrintBuilder.RasterImages
getset

Returns or sets the raster images option.

This option determines whether or not raster images will be used when printing.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.PrintBuilder.ShadedGeometry
getset

Returns or 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.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.PlotSourceBuilder NXOpen.PrintBuilder.SourceBuilder
get

Returns the Source builder.

The Source builder contains all data involving the sheets to to be printed.

Created in NX5.0.1

License requirements: None.

unsafe double NXOpen.PrintBuilder.ThickWidth
getset

Returns or sets the thick width scale factor.

This number is used as a scale factor for thick width lines. It cannot be less than 0.0.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.ThinWidth
getset

Returns or sets the thin width scale factor.

This number is used as a scale factor for thin width lines. It cannot be less than 0.0.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.PrintBuilder.WhiteBackground
getset

Returns or sets the white background option.

When printing a shaded view, this option allows for the background to be white. Only set to true if printing Current Display and "Shaded Image" is also set to true.

Created in NX5.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width1ScaleFactor
getset

Returns or sets the width1 scale factor.

This number is used as a scale factor for width1 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width2ScaleFactor
getset

Returns or sets the width2 scale factor.

This number is used as a scale factor for width2 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width3ScaleFactor
getset

Returns or sets the width3 scale factor.

This number is used as a scale factor for width3 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width4ScaleFactor
getset

Returns or sets the width4 scale factor.

This number is used as a scale factor for width4 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width5ScaleFactor
getset

Returns or sets the width5 scale factor.

This number is used as a scale factor for width5 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width6ScaleFactor
getset

Returns or sets the width6 scale factor.

This number is used as a scale factor for width6 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width7ScaleFactor
getset

Returns or sets the width7 scale factor.

This number is used as a scale factor for width7 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width8ScaleFactor
getset

Returns or sets the width8 scale factor.

This number is used as a scale factor for width8 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.PrintBuilder.Width9ScaleFactor
getset

Returns or sets the width9 scale factor.

This number is used as a scale factor for width9 lines. It cannot be less than 0.0.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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