NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe void ClonePostReport (NXOpen.CAE.LaminatePostReport postReport)
 Clones the laminate post report More...
 
unsafe
NXOpen.CAE.LaminateGraphicalReportBuilder 
CreateLaminateGraphicalReportBuilder (NXOpen.CAE.LaminateGraphicalReport graphicalReport)
 Creates the builder for the NXOpen.CAE.LaminateGraphicalReport class More...
 
unsafe
NXOpen.CAE.LaminatePostReportBuilder 
CreateLaminatePostReportBuilder (NXOpen.CAE.LaminatePostReport postReport)
 Creates the builder for the NXOpen.CAE.LaminatePostReport class More...
 
unsafe
NXOpen.CAE.LaminateQuickReportBuilder 
CreateLaminateQuickReportBuilder (NXOpen.CAE.LaminateQuickReport quickReport)
 Creates the builder for the NXOpen.CAE.LaminateQuickReport class More...
 
unsafe
NXOpen.CAE.LaminateSpreadsheetReportBuilder 
CreateLaminateSpreadsheetReportBuilder (NXOpen.CAE.LaminateSpreadsheetReport spreadsheetReport)
 Creates the builder for the NXOpen.CAE.LaminateSpreadsheetReport class More...
 
unsafe void DeletePostReport (NXOpen.CAE.LaminatePostReport postReport)
 Deletes the laminate post report More...
 
unsafe
NXOpen.CAE.LaminatePostReport 
FindObject (string name)
 Finds a laminate post report with the specified name More...
 
NXOpen.CAE.LaminatePostReport[] ToArray ()
 Returns an array of NXOpen.CAE.LaminatePostReport objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

unsafe
NXOpen.CAE.LaminatePostReport 
ActivePostReport [get, set]
 Returns or sets the active laminate post report More...
 
Tag Tag [get]
 Returns the tag of this object. 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)
inline

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)
inline

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)
inline

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)
inline

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)
inline

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)
inline

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 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

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

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 ( )
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.