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

Represents a collection of laminate post reports More...

Inheritance diagram for NXOpen.CAE.LaminatePostReportCollection:

Public Member Functions

NXOpen.CAE.LaminatePostReport[] ToArray ()
 Returns an array of NXOpen.CAE.LaminatePostReport objects. More...
 
unsafe
NXOpen.CAE.LaminatePostReport 
FindObject (string name)
 Finds a laminate post report with the specified name More...
 
unsafe void DeletePostReport (NXOpen.CAE.LaminatePostReport postReport)
 Deletes the laminate post report More...
 
unsafe void ClonePostReport (NXOpen.CAE.LaminatePostReport postReport)
 Clones the laminate post report More...
 
unsafe
NXOpen.CAE.LaminatePostReportBuilder 
CreateLaminatePostReportBuilder (NXOpen.CAE.LaminatePostReport postReport)
 Creates the builder for the NXOpen.CAE.LaminatePostReport class More...
 
unsafe
NXOpen.CAE.LaminateSpreadsheetReportBuilder 
CreateLaminateSpreadsheetReportBuilder (NXOpen.CAE.LaminateSpreadsheetReport spreadsheetReport)
 Creates the builder for the NXOpen.CAE.LaminateSpreadsheetReport class More...
 
unsafe
NXOpen.CAE.LaminateGraphicalReportBuilder 
CreateLaminateGraphicalReportBuilder (NXOpen.CAE.LaminateGraphicalReport graphicalReport)
 Creates the builder for the NXOpen.CAE.LaminateGraphicalReport class More...
 
unsafe
NXOpen.CAE.LaminateQuickReportBuilder 
CreateLaminateQuickReportBuilder (NXOpen.CAE.LaminateQuickReport quickReport)
 Creates the builder for the NXOpen.CAE.LaminateQuickReport class 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...
 
unsafe
NXOpen.CAE.LaminatePostReport 
ActivePostReport [get, set]
 Returns or sets the active laminate post report More...
 

Detailed Description

Represents a collection of laminate post reports

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

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.CAE.LaminatePostReportCollection.ClonePostReport ( NXOpen.CAE.LaminatePostReport  postReport)

Clones the laminate post report

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
postReportLaminate post report to be cloned
unsafe NXOpen.CAE.LaminateGraphicalReportBuilder NXOpen.CAE.LaminatePostReportCollection.CreateLaminateGraphicalReportBuilder ( NXOpen.CAE.LaminateGraphicalReport  graphicalReport)

Creates the builder for the NXOpen.CAE.LaminateGraphicalReport class

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
graphicalReportGraphical Report being edited. Not needed in creation mode.
Returns
Laminate Graphical Report builder
unsafe NXOpen.CAE.LaminatePostReportBuilder NXOpen.CAE.LaminatePostReportCollection.CreateLaminatePostReportBuilder ( NXOpen.CAE.LaminatePostReport  postReport)

Creates the builder for the NXOpen.CAE.LaminatePostReport class

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
postReportPost Report being edited. Not needed in creation mode.
Returns
Laminate Post Report builder
unsafe NXOpen.CAE.LaminateQuickReportBuilder NXOpen.CAE.LaminatePostReportCollection.CreateLaminateQuickReportBuilder ( NXOpen.CAE.LaminateQuickReport  quickReport)

Creates the builder for the NXOpen.CAE.LaminateQuickReport class

Created in NX8.0.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
quickReportQuick Report being edited. Not needed in creation mode.
Returns
Laminate Quick Report builder
unsafe NXOpen.CAE.LaminateSpreadsheetReportBuilder NXOpen.CAE.LaminatePostReportCollection.CreateLaminateSpreadsheetReportBuilder ( NXOpen.CAE.LaminateSpreadsheetReport  spreadsheetReport)

Creates the builder for the NXOpen.CAE.LaminateSpreadsheetReport class

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
spreadsheetReportSpreadsheet Report being edited. Not needed in creation mode.
Returns
Laminate Spreadsheet Report builder
unsafe void NXOpen.CAE.LaminatePostReportCollection.DeletePostReport ( NXOpen.CAE.LaminatePostReport  postReport)

Deletes the laminate post report

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
postReportLaminate post report to be deleted
override int NXOpen.CAE.LaminatePostReportCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.LaminatePostReport NXOpen.CAE.LaminatePostReportCollection.FindObject ( string  name)

Finds a laminate post report with the specified name

Created in NX8.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
nameLaminate Post Report name to be found
Returns
Laminate Post Report found
NXOpen.CAE.LaminatePostReport [] NXOpen.CAE.LaminatePostReportCollection.ToArray ( )

Returns an array of NXOpen.CAE.LaminatePostReport objects.

Property Documentation

unsafe NXOpen.CAE.LaminatePostReport NXOpen.CAE.LaminatePostReportCollection.ActivePostReport
getset

Returns or sets the active laminate post report

Created in NX8.0.0

License requirements to get this property: nx_lam_composites ("Laminate Composites")

License requirements to set this property: nx_lam_composites ("Laminate Composites")

Tag NXOpen.CAE.LaminatePostReportCollection.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.