NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::LaminateQuickReportBuilder Class Reference

Represents a NXOpen::CAE::LaminateQuickReport builder
There is no kf creator. More...

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

Public Types

enum  ElemNodalOptionType { ElemNodalOptionTypeElemental, ElemNodalOptionTypeNodal }
 Element-Nodal option. More...
 
enum  EnvelopeRule {
  EnvelopeRuleMaxMin, EnvelopeRuleMin, EnvelopeRuleMax, EnvelopeRuleAbsMax,
  EnvelopeRuleAbsMin
}
 Result enveloping rules. More...
 

Public Member Functions

NXOpen::CAE::LaminateQuickReportBuilder::ElemNodalOptionType ElemNodalOption ()
 Returns the solver input
Created in NX10.0.0. More...
 
bool FailureIndex ()
 Returns the ply and bonding failure indices
Created in NX8.0.0. More...
 
NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule FailureIndexRule ()
 Returns the ply and bonding failure indices rule
Created in NX8.0.0. More...
 
NXString Name ()
 Returns the name of the quick report
Created in NX8.0.0. More...
 
bool PlyStrain ()
 Returns the ply strains
Created in NX8.0.0. More...
 
NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule PlyStrainRule ()
 Returns the ply strains rule
Created in NX8.0.0. More...
 
bool PlyStress ()
 Returns the ply stresses
Created in NX8.0.0. More...
 
NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule PlyStressRule ()
 Returns the ply stresses rule
Created in NX8.0.0. More...
 
void SetElemNodalOption (NXOpen::CAE::LaminateQuickReportBuilder::ElemNodalOptionType elemNodalOption)
 Sets the solver input
Created in NX10.0.0. More...
 
void SetFailureIndex (bool failureIndex)
 Sets the ply and bonding failure indices
Created in NX8.0.0. More...
 
void SetFailureIndexRule (NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule failureIndexRule)
 Sets the ply and bonding failure indices rule
Created in NX8.0.0. More...
 
void SetName (const NXString &name)
 Sets the name of the quick report
Created in NX8.0.0. More...
 
void SetName (const char *name)
 Sets the name of the quick report
Created in NX8.0.0. More...
 
void SetPlyStrain (bool plyStrain)
 Sets the ply strains
Created in NX8.0.0. More...
 
void SetPlyStrainRule (NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule plyStrainRule)
 Sets the ply strains rule
Created in NX8.0.0. More...
 
void SetPlyStress (bool plyStress)
 Sets the ply stresses
Created in NX8.0.0. More...
 
void SetPlyStressRule (NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule plyStressRule)
 Sets the ply stresses rule
Created in NX8.0.0. More...
 
void SetShellStress (bool shellStress)
 Sets the shell stress resultants
Created in NX8.0.0. More...
 
void SetShellStressRule (NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule shellStressRule)
 Sets the shell stress resultant envelope rule
Created in NX8.0.0. More...
 
void SetStrengthRatio (bool strengthRatio)
 Sets the ply and bonding strength ratios
Created in NX8.0.0. More...
 
void SetStrengthRatioRule (NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule strengthRatioRule)
 Sets the ply and bonding strength ratios rule
Created in NX8.0.0. More...
 
bool ShellStress ()
 Returns the shell stress resultants
Created in NX8.0.0. More...
 
NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule ShellStressRule ()
 Returns the shell stress resultant envelope rule
Created in NX8.0.0. More...
 
bool StrengthRatio ()
 Returns the ply and bonding strength ratios
Created in NX8.0.0. More...
 
NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule StrengthRatioRule ()
 Returns the ply and bonding strength ratios rule
Created in NX8.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 NXOpen::CAE::LaminateQuickReport builder
There is no kf creator.



Created in NX8.0.0.

Member Enumeration Documentation

Element-Nodal option.

Enumerator
ElemNodalOptionTypeElemental 

Average element-nodal results per element.

ElemNodalOptionTypeNodal 

Keep element-nodal results.

Result enveloping rules.

When there is more than one solutions or loadcases, defines which result to keep and display in the quick report

Enumerator
EnvelopeRuleMaxMin 

Keep minimum and maximum values.

EnvelopeRuleMin 

Keep minimum values.

EnvelopeRuleMax 

Keep maximum values.

EnvelopeRuleAbsMax 

Keep maximum absolute values.

EnvelopeRuleAbsMin 

Keep minimum absolute values.

Member Function Documentation

NXOpen::CAE::LaminateQuickReportBuilder::ElemNodalOptionType NXOpen::CAE::LaminateQuickReportBuilder::ElemNodalOption ( )

Returns the solver input
Created in NX10.0.0.



License requirements : None

bool NXOpen::CAE::LaminateQuickReportBuilder::FailureIndex ( )

Returns the ply and bonding failure indices
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule NXOpen::CAE::LaminateQuickReportBuilder::FailureIndexRule ( )

Returns the ply and bonding failure indices rule
Created in NX8.0.0.



License requirements : None

NXString NXOpen::CAE::LaminateQuickReportBuilder::Name ( )

Returns the name of the quick report
Created in NX8.0.0.



License requirements : None

bool NXOpen::CAE::LaminateQuickReportBuilder::PlyStrain ( )

Returns the ply strains
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule NXOpen::CAE::LaminateQuickReportBuilder::PlyStrainRule ( )

Returns the ply strains rule
Created in NX8.0.0.



License requirements : None

bool NXOpen::CAE::LaminateQuickReportBuilder::PlyStress ( )

Returns the ply stresses
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule NXOpen::CAE::LaminateQuickReportBuilder::PlyStressRule ( )

Returns the ply stresses rule
Created in NX8.0.0.



License requirements : None

void NXOpen::CAE::LaminateQuickReportBuilder::SetElemNodalOption ( NXOpen::CAE::LaminateQuickReportBuilder::ElemNodalOptionType  elemNodalOption)

Sets the solver input
Created in NX10.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
elemNodalOptionelemnodaloption
void NXOpen::CAE::LaminateQuickReportBuilder::SetFailureIndex ( bool  failureIndex)

Sets the ply and bonding failure indices
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
failureIndexfailureindex
void NXOpen::CAE::LaminateQuickReportBuilder::SetFailureIndexRule ( NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule  failureIndexRule)

Sets the ply and bonding failure indices rule
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
failureIndexRulefailureindexrule
void NXOpen::CAE::LaminateQuickReportBuilder::SetName ( const NXString name)

Sets the name of the quick report
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
namename
void NXOpen::CAE::LaminateQuickReportBuilder::SetName ( const char *  name)

Sets the name of the quick report
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
namename
void NXOpen::CAE::LaminateQuickReportBuilder::SetPlyStrain ( bool  plyStrain)

Sets the ply strains
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
plyStrainplystrain
void NXOpen::CAE::LaminateQuickReportBuilder::SetPlyStrainRule ( NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule  plyStrainRule)

Sets the ply strains rule
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
plyStrainRuleplystrainrule
void NXOpen::CAE::LaminateQuickReportBuilder::SetPlyStress ( bool  plyStress)

Sets the ply stresses
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
plyStressplystress
void NXOpen::CAE::LaminateQuickReportBuilder::SetPlyStressRule ( NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule  plyStressRule)

Sets the ply stresses rule
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
plyStressRuleplystressrule
void NXOpen::CAE::LaminateQuickReportBuilder::SetShellStress ( bool  shellStress)

Sets the shell stress resultants
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
shellStressshellstress
void NXOpen::CAE::LaminateQuickReportBuilder::SetShellStressRule ( NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule  shellStressRule)

Sets the shell stress resultant envelope rule
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
shellStressRuleshellstressrule
void NXOpen::CAE::LaminateQuickReportBuilder::SetStrengthRatio ( bool  strengthRatio)

Sets the ply and bonding strength ratios
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
strengthRatiostrengthratio
void NXOpen::CAE::LaminateQuickReportBuilder::SetStrengthRatioRule ( NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule  strengthRatioRule)

Sets the ply and bonding strength ratios rule
Created in NX8.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
strengthRatioRulestrengthratiorule
bool NXOpen::CAE::LaminateQuickReportBuilder::ShellStress ( )

Returns the shell stress resultants
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule NXOpen::CAE::LaminateQuickReportBuilder::ShellStressRule ( )

Returns the shell stress resultant envelope rule
Created in NX8.0.0.



License requirements : None

bool NXOpen::CAE::LaminateQuickReportBuilder::StrengthRatio ( )

Returns the ply and bonding strength ratios
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::LaminateQuickReportBuilder::EnvelopeRule NXOpen::CAE::LaminateQuickReportBuilder::StrengthRatioRule ( )

Returns the ply and bonding strength ratios rule
Created in NX8.0.0.



License requirements : None


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