NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Layout2d.LayoutDrawingSheetCollection Class Reference

Represents a collection of NXOpen.Layout2d.LayoutDrawingSheet s. More...

Inheritance diagram for NXOpen.Layout2d.LayoutDrawingSheetCollection:

Public Member Functions

NXOpen.Layout2d.LayoutDrawingSheet[] ToArray ()
 Returns an array of NXOpen.Layout2d.LayoutDrawingSheet objects. More...
 
unsafe
NXOpen.Layout2d.LayoutDrawingSheet 
FindObject (string journalIdentifier)
 Finds the NXOpen.Layout2d.LayoutDrawingSheet with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.Layout2d.LayoutDrawingSheetBuilder 
CreateLayoutDrawingSheetBuilder (NXOpen.Layout2d.LayoutDrawingSheet layoutDrawingSheet)
 Creates a NXOpen.Layout2d.LayoutDrawingSheetBuilder More...
 
unsafe
NXOpen.Layout2d.LayoutDrawingSheet 
InsertSheet (string name, NXOpen.Drawings.DrawingSheet.Unit units, double numerator, double denominator, NXOpen.Drawings.DrawingSheet.ProjectionAngleType projectionAngle)
 Inserts a layout drawing sheet into a part. More...
 
unsafe
NXOpen.Layout2d.ConvertSheetToLayoutBuilder 
CreateConvertSheetToLayoutBuilder ()
 Creates a NXOpen.Layout2d.ConvertSheetToLayoutBuilder More...
 
unsafe
NXOpen.Layout2d.ConvertLayoutToSheetBuilder 
CreateConvertLayoutToSheetBuilder ()
 Creates a NXOpen.Layout2d.ConvertLayoutToSheetBuilder More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Layout2d.LayoutDrawingSheet s.

To obtain an instance of this class, refer to NXOpen.Part

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.Layout2d.ConvertLayoutToSheetBuilder NXOpen.Layout2d.LayoutDrawingSheetCollection.CreateConvertLayoutToSheetBuilder ( )

Creates a NXOpen.Layout2d.ConvertLayoutToSheetBuilder

Created in NX12.0.0

License requirements: nx_layout ("NX Layout")

Returns
the convert layout to sheet builder
unsafe NXOpen.Layout2d.ConvertSheetToLayoutBuilder NXOpen.Layout2d.LayoutDrawingSheetCollection.CreateConvertSheetToLayoutBuilder ( )

Creates a NXOpen.Layout2d.ConvertSheetToLayoutBuilder

Created in NX12.0.0

License requirements: nx_layout ("NX Layout")

Returns
the convert sheet to layout builder
unsafe NXOpen.Layout2d.LayoutDrawingSheetBuilder NXOpen.Layout2d.LayoutDrawingSheetCollection.CreateLayoutDrawingSheetBuilder ( NXOpen.Layout2d.LayoutDrawingSheet  layoutDrawingSheet)

Creates a NXOpen.Layout2d.LayoutDrawingSheetBuilder

Created in NX12.0.0

License requirements: nx_layout ("NX Layout")

Parameters
layoutDrawingSheetreserved for future use, set to 0
Returns
the layout drawing sheet builder
override int NXOpen.Layout2d.LayoutDrawingSheetCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Layout2d.LayoutDrawingSheet NXOpen.Layout2d.LayoutDrawingSheetCollection.FindObject ( string  journalIdentifier)

Finds the NXOpen.Layout2d.LayoutDrawingSheet 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.

Created in NX12.0.0

License requirements: nx_layout ("NX Layout")

Parameters
journalIdentifierIdentifier of the Layout drawing sheet you want
Returns
Layout drawing sheet with this identifier
unsafe NXOpen.Layout2d.LayoutDrawingSheet NXOpen.Layout2d.LayoutDrawingSheetCollection.InsertSheet ( string  name,
NXOpen.Drawings.DrawingSheet.Unit  units,
double  numerator,
double  denominator,
NXOpen.Drawings.DrawingSheet.ProjectionAngleType  projectionAngle 
)

Inserts a layout drawing sheet into a part.

Created in NX12.0.0

License requirements: nx_layout ("NX Layout")

Parameters
nameLayout drawing sheet name
unitsUnit of sheet size
numeratorNumerator of the scale of layout
denominatorDenominator of the scale of layout
projectionAngleProjection angle
Returns
the inserted layout drawing sheet
NXOpen.Layout2d.LayoutDrawingSheet [] NXOpen.Layout2d.LayoutDrawingSheetCollection.ToArray ( )

Returns an array of NXOpen.Layout2d.LayoutDrawingSheet objects.

Property Documentation

Tag NXOpen.Layout2d.LayoutDrawingSheetCollection.Tag
get

Returns the tag of this object.


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