NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Drawings::DrawingSheetCollection Class Reference

Represents a collection of drawing sheets. More...

Inheritance diagram for NXOpen::Drawings::DrawingSheetCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::Drawings::DrawingSheetCurrentDrawingSheet ()
 Returns the currently opened drawing sheet.
NXOpen::Drawings::DrawingSheetBuilderDrawingSheetBuilder (NXOpen::Drawings::DrawingSheet *sheet)
 Create a drawing Sheet builder.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::Drawings::DrawingSheetFindObject (const NXString &journalIdentifier)
 Finds the DrawingSheet with the given identifier as recorded in a journal.
NXOpen::Drawings::DrawingSheetInsertSheet (const NXString &drawingName, NXOpen::Drawings::DrawingSheet::Unit drawingUnits, double width, double height, double numerator, double denominator, NXOpen::Drawings::DrawingSheet::ProjectionAngleType projectionAngle)
 Inserts a sheet into a part.
NXOpen::Drawings::DrawingSheetInsertSheet (const NXString &drawingName, NXOpen::Drawings::DrawingSheet::StandardSheetSize sheetSize, double numerator, double denominator, NXOpen::Drawings::DrawingSheet::ProjectionAngleType projectionAngle)
 Inserts a sheet into a part.
NXOpen::Drawings::SheetTemplateManagerSheetTemplates ()
 Returns the Sheet Template Manager for part
Created in NX3.0.0.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of drawing sheets.


To obtain an instance of this class, refer to Part

Created in NX3.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Returns the currently opened drawing sheet.

This will return NULL if no drawing sheet is opened.
Created in NX3.0.0.

License requirements : drafting ("DRAFTING")

Create a drawing Sheet builder.

Returns:
the drawing sheet Builder with this identifier
Created in NX5.0.0.

License requirements : drafting ("DRAFTING")
Parameters:
sheetthe drawing sheet

Returns an iterator addressing one past the last element.

Finds the DrawingSheet with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns:
Drawing sheet with this identifier
Created in NX3.0.0.

License requirements : drafting ("DRAFTING")
Parameters:
journalIdentifierIdentifier of the drawing sheet you want
NXOpen::Drawings::DrawingSheet* NXOpen::Drawings::DrawingSheetCollection::InsertSheet ( const NXString drawingName,
NXOpen::Drawings::DrawingSheet::Unit  drawingUnits,
double  width,
double  height,
double  numerator,
double  denominator,
NXOpen::Drawings::DrawingSheet::ProjectionAngleType  projectionAngle 
)

Inserts a sheet into a part.

Returns:

Created in NX3.0.0.

License requirements : drafting ("DRAFTING")
Parameters:
drawingNameDrawing name
NOTE: The full Unicode character set is not supported for this parameter.
drawingUnitsUnit of sheet size
widthWidth of drawing
heightHeight of drawing
numeratorNumerator of the scale of drawing
denominatorDenominator of the scale of drawing
projectionAngleProjection angle

Inserts a sheet into a part.

The drawings units will be inferred from the standard size.

Returns:

Created in NX3.0.0.

License requirements : drafting ("DRAFTING")
Parameters:
drawingNameDrawing name
NOTE: The full Unicode character set is not supported for this parameter.
sheetSizeSheet Size
numeratorNumerator of the scale of drawing
denominatorDenominator of the scale of drawing
projectionAngleProjection angle

Returns the Sheet Template Manager for part
Created in NX3.0.0.


Returns the tag of this object.


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