NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::LaminateReportObjectBuilder Class Reference

Represents a Report Object Builder. More...

Inheritance diagram for NXOpen::CAE::LaminateReportObjectBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void GetSelectedPlyNames (std::vector< NXString > &selectedPlyNames)
 The option to get the selected plies
Created in NX1847.0.0. More...
 
bool GroupReference ()
 Returns the option to get/set the group reference value
Created in NX1847.0.0. More...
 
int ReportObjLabel ()
 Returns the option to get/set the report object label
Created in NX1847.0.0. More...
 
NXString ReportObjName ()
 Returns the option to get/set the report object name
Created in NX1847.0.0. More...
 
bool SelectAllElements ()
 Returns the select all elements option
Created in NX1847.0.0. More...
 
bool SelectAllPlies ()
 Returns the select all plies option
Created in NX1847.0.0. More...
 
NXOpen::CAE::SelectElementsBuilderSelectElements ()
 Returns the option to get the selected element faces
Created in NX1847.0.0. More...
 
void SetGroupReference (bool selectAll)
 Sets the option to get/set the group reference value
Created in NX1847.0.0. More...
 
void SetReportObjLabel (int reportLabel)
 Sets the option to get/set the report object label
Created in NX1847.0.0. More...
 
void SetReportObjName (const NXString &reportName)
 Sets the option to get/set the report object name
Created in NX1847.0.0. More...
 
void SetReportObjName (const char *reportName)
 Sets the option to get/set the report object name
Created in NX1847.0.0. More...
 
void SetSelectAllElements (bool selectAll)
 Sets the select all elements option
Created in NX1847.0.0. More...
 
void SetSelectAllPlies (bool selectAll)
 Sets the select all plies option
Created in NX1847.0.0. More...
 
void SetSelectedGroups (const std::vector< NXOpen::NXObject * > &selectedGroups)
 The option to set the selected groups
Created in NX1847.0.0. More...
 
void SetSelectedPlyNames (const std::vector< NXString > &selectedPlies)
 The option to set the selected plies
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Report Object Builder.


To create a new instance of this class, use NXOpen::CAE::LaminateReportObjectCollection::CreateReportObjectBuilder

Created in NX1847.0.0.

Member Function Documentation

void NXOpen::CAE::LaminateReportObjectBuilder::GetSelectedPlyNames ( std::vector< NXString > &  selectedPlyNames)

The option to get the selected plies
Created in NX1847.0.0.



License requirements : nx_lam_composites ("Laminate Composites")

Parameters
selectedPlyNamesselectedplynames
bool NXOpen::CAE::LaminateReportObjectBuilder::GroupReference ( )

Returns the option to get/set the group reference value
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

int NXOpen::CAE::LaminateReportObjectBuilder::ReportObjLabel ( )

Returns the option to get/set the report object label
Created in NX1847.0.0.



License requirements : None

NXString NXOpen::CAE::LaminateReportObjectBuilder::ReportObjName ( )

Returns the option to get/set the report object name
Created in NX1847.0.0.



License requirements : None

bool NXOpen::CAE::LaminateReportObjectBuilder::SelectAllElements ( )

Returns the select all elements option
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

bool NXOpen::CAE::LaminateReportObjectBuilder::SelectAllPlies ( )

Returns the select all plies option
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::LaminateReportObjectBuilder::SelectElements ( )

Returns the option to get the selected element faces
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

void NXOpen::CAE::LaminateReportObjectBuilder::SetGroupReference ( bool  selectAll)

Sets the option to get/set the group reference value
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
selectAllselectall
void NXOpen::CAE::LaminateReportObjectBuilder::SetReportObjLabel ( int  reportLabel)

Sets the option to get/set the report object label
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
reportLabelreportlabel
void NXOpen::CAE::LaminateReportObjectBuilder::SetReportObjName ( const NXString reportName)

Sets the option to get/set the report object name
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
reportNamereportname
void NXOpen::CAE::LaminateReportObjectBuilder::SetReportObjName ( const char *  reportName)

Sets the option to get/set the report object name
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
reportNamereportname
void NXOpen::CAE::LaminateReportObjectBuilder::SetSelectAllElements ( bool  selectAll)

Sets the select all elements option
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
selectAllselectall
void NXOpen::CAE::LaminateReportObjectBuilder::SetSelectAllPlies ( bool  selectAll)

Sets the select all plies option
Created in NX1847.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
selectAllselectall
void NXOpen::CAE::LaminateReportObjectBuilder::SetSelectedGroups ( const std::vector< NXOpen::NXObject * > &  selectedGroups)

The option to set the selected groups
Created in NX1847.0.0.



License requirements : nx_lam_composites ("Laminate Composites")

Parameters
selectedGroupsselectedgroups
void NXOpen::CAE::LaminateReportObjectBuilder::SetSelectedPlyNames ( const std::vector< NXString > &  selectedPlies)

The option to set the selected plies
Created in NX1847.0.0.



License requirements : nx_lam_composites ("Laminate Composites")

Parameters
selectedPliesselectedplies

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